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]
|
[base]
|
||||||
default = none
|
default = none
|
||||||
unknown-token = red,bold
|
unknown-token = 1,standout
|
||||||
commandseparator = none
|
commandseparator = none
|
||||||
redirection = none
|
redirection = none
|
||||||
here-string-tri = none
|
here-string-tri = none
|
||||||
here-string-text = 18
|
here-string-text = 2
|
||||||
here-string-var = cyan,bg:18
|
here-string-var = cyan
|
||||||
exec-descriptor = yellow,bold
|
exec-descriptor = 1
|
||||||
comment = white
|
comment = 8
|
||||||
correct-subtle = 12
|
correct-subtle = 3
|
||||||
incorrect-subtle = red
|
incorrect-subtle = 1,standout
|
||||||
subtle-separator = green
|
subtle-separator = 7
|
||||||
subtle-bg = bg:18
|
subtle-bg = bg:18
|
||||||
secondary =
|
secondary =
|
||||||
; recursive-base =
|
recursive-base = none
|
||||||
|
|
||||||
[command-point]
|
[command-point]
|
||||||
reserved-word = yellow
|
reserved-word = 5
|
||||||
subcommand = yellow
|
subcommand = 4
|
||||||
alias = green
|
alias = 4
|
||||||
suffix-alias = green
|
suffix-alias = 4
|
||||||
global-alias = black,bg:blue
|
global-alias = 4,standout
|
||||||
builtin = green
|
builtin = 5
|
||||||
function = green
|
function = 4
|
||||||
command = green
|
command = 4
|
||||||
precommand = green
|
precommand = 4
|
||||||
hashed-command = green
|
hashed-command = 4
|
||||||
single-sq-bracket = green
|
single-sq-bracket = none
|
||||||
double-sq-bracket = green
|
double-sq-bracket = none
|
||||||
double-paren = yellow
|
double-paren = none
|
||||||
|
|
||||||
[paths]
|
[paths]
|
||||||
path = none
|
path = none
|
||||||
pathseparator =
|
pathseparator = none
|
||||||
path-to-dir = none,underline
|
globbing = 6
|
||||||
globbing = blue,bold
|
|
||||||
globbing-ext = 13
|
globbing-ext = 13
|
||||||
|
|
||||||
[brackets]
|
[brackets]
|
||||||
paired-bracket = black,bg:blue
|
paired-bracket = bg:8
|
||||||
bracket-level-1 = green,bold
|
bracket-level-1 = 7
|
||||||
bracket-level-2 = yellow,bold
|
bracket-level-2 = 7
|
||||||
bracket-level-3 = cyan,bold
|
bracket-level-3 = 7
|
||||||
|
|
||||||
[arguments]
|
[arguments]
|
||||||
single-hyphen-option = cyan
|
single-hyphen-option = 16
|
||||||
double-hyphen-option = cyan
|
double-hyphen-option = 16
|
||||||
back-quoted-argument = none
|
back-quoted-argument = 17
|
||||||
single-quoted-argument = yellow
|
single-quoted-argument = 2
|
||||||
double-quoted-argument = yellow
|
double-quoted-argument = 2
|
||||||
dollar-quoted-argument = yellow
|
dollar-quoted-argument = 2
|
||||||
|
|
||||||
[in-string]
|
[in-string]
|
||||||
; backslash in $'...'
|
; backslash in $'...'
|
||||||
back-dollar-quoted-argument = cyan
|
back-dollar-quoted-argument = 6
|
||||||
; backslash or $... in "..."
|
; backslash or $... in "..."
|
||||||
back-or-dollar-double-quoted-argument = cyan
|
back-or-dollar-double-quoted-argument = 6
|
||||||
|
|
||||||
[other]
|
[other]
|
||||||
variable = 113
|
variable = 1
|
||||||
assign = none
|
assign = none
|
||||||
assign-array-bracket = green
|
assign-array-bracket = none
|
||||||
history-expansion = blue,bold
|
history-expansion = 6,bold
|
||||||
|
|
||||||
[math]
|
[math]
|
||||||
mathvar = blue,bold
|
mathnum = 16
|
||||||
mathnum = magenta
|
|
||||||
matherr = red
|
|
||||||
|
|
||||||
[for-loop]
|
[for-loop]
|
||||||
forvar = none
|
|
||||||
fornum = magenta
|
|
||||||
; operator
|
; operator
|
||||||
foroper = yellow
|
foroper = none
|
||||||
; separator
|
; separator
|
||||||
forsep = yellow,bold
|
forsep = none
|
||||||
|
|
||||||
[case]
|
[case]
|
||||||
case-input = green
|
case-input = 2
|
||||||
case-parentheses = yellow
|
case-condition = none
|
||||||
case-condition = black,bg:blue
|
|
||||||
|
|
Loading…
Reference in a new issue