Updates.
This commit is contained in:
parent
a3bd316ea2
commit
d0f4320c28
8 changed files with 311 additions and 2 deletions
80
.config/fsh/catppuccin-frappe.ini
Normal file
80
.config/fsh/catppuccin-frappe.ini
Normal file
|
@ -0,0 +1,80 @@
|
|||
[base]
|
||||
default = #c6d0f5
|
||||
unknown-token = #e78284,bold
|
||||
commandseparator = #81c8be
|
||||
redirection = #81c8be
|
||||
here-string-tri = #b5bfe2
|
||||
here-string-text = #b5bfe2
|
||||
here-string-var = #b5bfe2
|
||||
exec-descriptor = none
|
||||
comment = #737994
|
||||
correct-subtle = #babbf1
|
||||
incorrect-subtle = #ea999c
|
||||
subtle-separator = none
|
||||
subtle-bg = none
|
||||
secondary =
|
||||
recursive-base = #c6d0f5
|
||||
|
||||
[command-point]
|
||||
reserved-word = #ca9ee6
|
||||
subcommand = #85c1dc
|
||||
alias = #8caaee
|
||||
suffix-alias = #8caaee
|
||||
global-alias = #8caaee
|
||||
builtin = #ca9ee6
|
||||
function = #8caaee
|
||||
command = #8caaee
|
||||
precommand = #ca9ee6
|
||||
hashed-command = #8caaee
|
||||
single-sq-bracket = #e5c890
|
||||
double-sq-bracket = #e5c890
|
||||
double-paren = #a6d189
|
||||
|
||||
[paths]
|
||||
path = #f2d5cf
|
||||
pathseparator = #f2d5cf
|
||||
path-to-dir = #f2d5cf
|
||||
globbing = #f4b8e4
|
||||
globbing-ext = none
|
||||
|
||||
[brackets]
|
||||
paired-bracket = bold
|
||||
bracket-level-1 = #e78284
|
||||
bracket-level-2 = #e5c890
|
||||
bracket-level-3 = #85c1dc
|
||||
|
||||
[arguments]
|
||||
single-hyphen-option = #81c8be
|
||||
double-hyphen-option = #81c8be
|
||||
back-quoted-argument = #81c8be
|
||||
single-quoted-argument = #a6d189
|
||||
double-quoted-argument = #a6d189
|
||||
dollar-quoted-argument = #a6d189
|
||||
optarg-string = #a6d189
|
||||
optarg-number = #ef9f76
|
||||
|
||||
[in-string]
|
||||
back-dollar-quoted-argument = #ef9f76
|
||||
back-or-dollar-double-quoted-argument = #ef9f76
|
||||
|
||||
[other]
|
||||
variable = #ef9f76
|
||||
assign = none
|
||||
assign-array-bracket = none
|
||||
history-expansion = none
|
||||
|
||||
[math]
|
||||
mathvar = #f4b8e4
|
||||
mathnum = #ef9f76
|
||||
matherr = #e78284,bold
|
||||
|
||||
[for-loop]
|
||||
forvar = #c6d0f5
|
||||
fornum = #ef9f76
|
||||
foroper = #8caaee
|
||||
forsep = #8caaee
|
||||
|
||||
[case]
|
||||
case-input = #ef9f76
|
||||
case-parentheses = #949cbb
|
||||
case-condition = #ca9ee6
|
Loading…
Add table
Add a link
Reference in a new issue