mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-05 21:49:32 +01:00
db06c3ac02
Note that the theme file is necessary to avoid the theme changing in certain situations. The keymap config is the same as the default, except with the addition of "o", which is used to select files (or a directory) when using joshuto as a file chooser.
74 lines
966 B
TOML
74 lines
966 B
TOML
[selection]
|
|
fg = "light_yellow"
|
|
bold = true
|
|
|
|
[visual_mode_selection]
|
|
fg = "light_red"
|
|
bold = true
|
|
|
|
[selection.prefix]
|
|
prefix = " "
|
|
size = 2
|
|
|
|
[executable]
|
|
fg = "light_green"
|
|
bold = true
|
|
|
|
[regular]
|
|
fg = "white"
|
|
|
|
[directory]
|
|
fg = "light_blue"
|
|
bold = true
|
|
|
|
[link]
|
|
fg = "cyan"
|
|
bold = true
|
|
|
|
[link_invalid]
|
|
fg = "red"
|
|
bold = true
|
|
|
|
[socket]
|
|
fg = "light_magenta"
|
|
bold = true
|
|
|
|
[ext]
|
|
|
|
bmp.fg = "yellow"
|
|
gif.fg = "yellow"
|
|
heic.fg = "yellow"
|
|
jpg.fg = "yellow"
|
|
jpeg.fg = "yellow"
|
|
pgm.fg = "yellow"
|
|
png.fg = "yellow"
|
|
ppm.fg = "yellow"
|
|
svg.fg = "yellow"
|
|
|
|
wav.fg = "magenta"
|
|
flac.fg = "magenta"
|
|
mp3.fg = "magenta"
|
|
amr.fg = "magenta"
|
|
|
|
avi.fg = "magenta"
|
|
flv.fg = "magenta"
|
|
m3u.fg = "magenta"
|
|
m4a.fg = "magenta"
|
|
m4v.fg = "magenta"
|
|
mkv.fg = "magenta"
|
|
mov.fg = "magenta"
|
|
mp4.fg = "magenta"
|
|
mpg.fg = "magenta"
|
|
rmvb.fg = "magenta"
|
|
webm.fg = "magenta"
|
|
wmv.fg = "magenta"
|
|
|
|
7z.fg = "red"
|
|
bz2.fg = "red"
|
|
gz.fg = "red"
|
|
rar.fg = "red"
|
|
tar.fg = "red"
|
|
tgz.fg = "red"
|
|
xz.fg = "red"
|
|
zip.fg = "red"
|