mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] change theme
This commit is contained in:
parent
094947c1ad
commit
8cd4c6f752
1 changed files with 45 additions and 51 deletions
|
@ -1,84 +1,78 @@
|
|||
; default theme, also embedded in the source of fast-syntax-highlighting
|
||||
; syntax theme for fast-syntax-highlighting based on my Neovim colorscheme for sh and zsh
|
||||
|
||||
[base]
|
||||
default = none
|
||||
unknown-token = red,bold
|
||||
unknown-token = 1,standout
|
||||
commandseparator = none
|
||||
redirection = none
|
||||
here-string-tri = none
|
||||
here-string-text = 18
|
||||
here-string-var = cyan,bg:18
|
||||
exec-descriptor = yellow,bold
|
||||
comment = white
|
||||
correct-subtle = 12
|
||||
incorrect-subtle = red
|
||||
subtle-separator = green
|
||||
here-string-text = 2
|
||||
here-string-var = cyan
|
||||
exec-descriptor = 1
|
||||
comment = 8
|
||||
correct-subtle = 3
|
||||
incorrect-subtle = 1,standout
|
||||
subtle-separator = 7
|
||||
subtle-bg = bg:18
|
||||
secondary =
|
||||
; recursive-base =
|
||||
recursive-base = none
|
||||
|
||||
[command-point]
|
||||
reserved-word = yellow
|
||||
subcommand = yellow
|
||||
alias = green
|
||||
suffix-alias = green
|
||||
global-alias = black,bg:blue
|
||||
builtin = green
|
||||
function = green
|
||||
command = green
|
||||
precommand = green
|
||||
hashed-command = green
|
||||
single-sq-bracket = green
|
||||
double-sq-bracket = green
|
||||
double-paren = yellow
|
||||
reserved-word = 5
|
||||
subcommand = 4
|
||||
alias = 4
|
||||
suffix-alias = 4
|
||||
global-alias = 4,standout
|
||||
builtin = 5
|
||||
function = 4
|
||||
command = 4
|
||||
precommand = 4
|
||||
hashed-command = 4
|
||||
single-sq-bracket = none
|
||||
double-sq-bracket = none
|
||||
double-paren = none
|
||||
|
||||
[paths]
|
||||
path = none
|
||||
pathseparator =
|
||||
path-to-dir = none,underline
|
||||
globbing = blue,bold
|
||||
pathseparator = none
|
||||
globbing = 6
|
||||
globbing-ext = 13
|
||||
|
||||
[brackets]
|
||||
paired-bracket = black,bg:blue
|
||||
bracket-level-1 = green,bold
|
||||
bracket-level-2 = yellow,bold
|
||||
bracket-level-3 = cyan,bold
|
||||
paired-bracket = bg:8
|
||||
bracket-level-1 = 7
|
||||
bracket-level-2 = 7
|
||||
bracket-level-3 = 7
|
||||
|
||||
[arguments]
|
||||
single-hyphen-option = cyan
|
||||
double-hyphen-option = cyan
|
||||
back-quoted-argument = none
|
||||
single-quoted-argument = yellow
|
||||
double-quoted-argument = yellow
|
||||
dollar-quoted-argument = yellow
|
||||
single-hyphen-option = 16
|
||||
double-hyphen-option = 16
|
||||
back-quoted-argument = 17
|
||||
single-quoted-argument = 2
|
||||
double-quoted-argument = 2
|
||||
dollar-quoted-argument = 2
|
||||
|
||||
[in-string]
|
||||
; backslash in $'...'
|
||||
back-dollar-quoted-argument = cyan
|
||||
back-dollar-quoted-argument = 6
|
||||
; backslash or $... in "..."
|
||||
back-or-dollar-double-quoted-argument = cyan
|
||||
back-or-dollar-double-quoted-argument = 6
|
||||
|
||||
[other]
|
||||
variable = 113
|
||||
variable = 1
|
||||
assign = none
|
||||
assign-array-bracket = green
|
||||
history-expansion = blue,bold
|
||||
assign-array-bracket = none
|
||||
history-expansion = 6,bold
|
||||
|
||||
[math]
|
||||
mathvar = blue,bold
|
||||
mathnum = magenta
|
||||
matherr = red
|
||||
mathnum = 16
|
||||
|
||||
[for-loop]
|
||||
forvar = none
|
||||
fornum = magenta
|
||||
; operator
|
||||
foroper = yellow
|
||||
foroper = none
|
||||
; separator
|
||||
forsep = yellow,bold
|
||||
forsep = none
|
||||
|
||||
[case]
|
||||
case-input = green
|
||||
case-parentheses = yellow
|
||||
case-condition = black,bg:blue
|
||||
case-input = 2
|
||||
case-condition = none
|
||||
|
|
Loading…
Reference in a new issue