mirror of
https://github.com/ksyasuda/rice.git
synced 2025-12-05 02:53:39 -08:00
updates
This commit is contained in:
58
colorls/dark_colors.yaml
Normal file
58
colorls/dark_colors.yaml
Normal file
@@ -0,0 +1,58 @@
|
||||
# Main Colors
|
||||
unrecognized_file: gold
|
||||
# recognized_file: yellow
|
||||
recognized_file: "#d19a66"
|
||||
executable_file: "#98c379"
|
||||
# executable_file: lime
|
||||
# dir: dodgerblue
|
||||
dir: "#1E90FF"
|
||||
|
||||
# Link
|
||||
# dead_link: red
|
||||
dead_link: "#e06c75"
|
||||
link: "#56b6c2"
|
||||
|
||||
# special files
|
||||
# socket: green
|
||||
# blockdev: green
|
||||
# chardev: green
|
||||
socket: "#98c379"
|
||||
blockdev: "#98c379"
|
||||
chardev: "#98c379"
|
||||
|
||||
# Access Modes
|
||||
# write: darkkhaki
|
||||
# read: limegreen
|
||||
# exec: red
|
||||
write: "#d19a66"
|
||||
read: "#98c379"
|
||||
exec: "#e06c75"
|
||||
no_access: indianred
|
||||
|
||||
# Age
|
||||
day_old: mediumspringgreen
|
||||
# hour_old: lime
|
||||
hour_old: "#98c379"
|
||||
no_modifier: seagreen
|
||||
|
||||
# File Size
|
||||
file_large: orange
|
||||
file_medium: gold
|
||||
file_small: peachpuff
|
||||
|
||||
# Random
|
||||
report: white
|
||||
user: moccasin
|
||||
tree: cyan
|
||||
empty: yellow
|
||||
error: red
|
||||
normal: darkkhaki
|
||||
|
||||
# Git
|
||||
# addition: chartreuse
|
||||
addition: "#98c379"
|
||||
# modification: darkkhaki
|
||||
modification: "#d19a66"
|
||||
deletion: "#e06c75"
|
||||
untracked: darkorange
|
||||
unchanged: forestgreen
|
||||
48
colorls/dark_colors_orig.yaml
Normal file
48
colorls/dark_colors_orig.yaml
Normal file
@@ -0,0 +1,48 @@
|
||||
# Main Colors
|
||||
unrecognized_file: gold
|
||||
recognized_file: yellow
|
||||
executable_file: lime
|
||||
dir: dodgerblue
|
||||
|
||||
# Link
|
||||
dead_link: red
|
||||
link: cyan
|
||||
|
||||
# special files
|
||||
socket: green
|
||||
blockdev: green
|
||||
chardev: green
|
||||
|
||||
# Access Modes
|
||||
# write: darkkhaki
|
||||
# read: limegreen
|
||||
# exec: red
|
||||
write: "#d19a66"
|
||||
read: "#98c379"
|
||||
exec: "#e06c75"
|
||||
no_access: indianred
|
||||
|
||||
# Age
|
||||
day_old: mediumspringgreen
|
||||
hour_old: lime
|
||||
no_modifier: seagreen
|
||||
|
||||
# File Size
|
||||
file_large: orange
|
||||
file_medium: gold
|
||||
file_small: peachpuff
|
||||
|
||||
# Random
|
||||
report: white
|
||||
user: moccasin
|
||||
tree: cyan
|
||||
empty: yellow
|
||||
error: red
|
||||
normal: darkkhaki
|
||||
|
||||
# Git
|
||||
addition: chartreuse
|
||||
modification: darkkhaki
|
||||
deletion: darkred
|
||||
untracked: darkorange
|
||||
unchanged: forestgreen
|
||||
69
colorls/files.yaml
Normal file
69
colorls/files.yaml
Normal file
@@ -0,0 +1,69 @@
|
||||
ai: ""
|
||||
android: ""
|
||||
apple: ""
|
||||
audio: ""
|
||||
avro: ""
|
||||
c: ""
|
||||
clj: ""
|
||||
coffee: ""
|
||||
conf: ""
|
||||
cpp: ""
|
||||
css: ""
|
||||
d: ""
|
||||
dart: ""
|
||||
db: ""
|
||||
diff: ""
|
||||
doc: ""
|
||||
docker: ""
|
||||
ebook: ""
|
||||
env: ""
|
||||
epub: ""
|
||||
erl: ""
|
||||
file: ""
|
||||
font: ""
|
||||
gform: ""
|
||||
git: ""
|
||||
go: ""
|
||||
gruntfile.js: ""
|
||||
hs: ""
|
||||
html: ""
|
||||
image: ""
|
||||
iml: ""
|
||||
java: ""
|
||||
js: ""
|
||||
json: ""
|
||||
jsx: ""
|
||||
less: ""
|
||||
log: ""
|
||||
lua: ""
|
||||
md: ""
|
||||
mustache: ""
|
||||
npmignore: ""
|
||||
pdf: ""
|
||||
php: ""
|
||||
pl: ""
|
||||
ppt: ""
|
||||
psd: ""
|
||||
py: ""
|
||||
r: ""
|
||||
rb: ""
|
||||
rdb: ""
|
||||
rss: ""
|
||||
rubydoc: ""
|
||||
sass: ""
|
||||
scala: ""
|
||||
shell: ""
|
||||
sqlite3: ""
|
||||
styl: ""
|
||||
tex: ""
|
||||
ts: ""
|
||||
twig: ""
|
||||
txt: ""
|
||||
video: ""
|
||||
vim: ""
|
||||
windows: ""
|
||||
xls: ""
|
||||
xml: ""
|
||||
yarn.lock: ""
|
||||
yml: ""
|
||||
zip: ""
|
||||
Reference in New Issue
Block a user