comparison dot_config/fsh/overlay.ini.tmpl @ 717:164683291d2f

feat: setup fsh colorscheme in darkmode
author zegervdv <zegervdv@me.com>
date Sat, 03 Dec 2022 11:28:59 +0100
parents
children
comparison
equal deleted inserted replaced
716:787e0516daa5 717:164683291d2f
1 {{ if .dark }}
2 # No config
3 {{ else }}
4 [base]
5 unknown-token = #d71707
6
7 [paths]
8 path = #0b51a6
9 path-to-dir = #4f9fcf
10 pathseparator = #4f9eeb
11
12 [command-point]
13 reserved-word = #4e279a
14 subcommand = #4e279a
15 builtin = green
16 function = green
17 command = green
18 precommand = green
19 hashed-command = green
20 global-alias = #2f6f9f,bg:#f5faff
21
22 [arguments]
23 single-hyphen-option = #2f6f9f,bg:#f5faff
24 double-hyphen-option = #2f6f9f,bg:#f5faff
25 single-quoted-argument = #000000,bg:#e8ffd5,bold
26 double-quoted-argument = #000000,bg:#e8ffd5,bold
27 dollar-quoted-argument = #000000,bg:#e8ffd5,bold
28
29 [other]
30 variable = #7653c1,bg:#f3f2ff
31
32 [for-loop]
33 foroper = #2f6f9f,bg:#f4faff
34
35 [math]
36 mathnum = #7653c1,bg:#f3f2ff
37 {{ end }}