aboutsummaryrefslogtreecommitdiff
path: root/.config/shell/zsh-fast-syntax-highlighting/themes/zdharma.ini
diff options
context:
space:
mode:
authorBlista Kanjo2023-08-02 22:22:54 -0400
committerBlista Kanjo2023-08-02 22:22:54 -0400
commit7e72e9ac87fc1c052726202f84a1e16466e06ad4 (patch)
treeeb35478ad142aa154d80d85aa583500c5eab65b8 /.config/shell/zsh-fast-syntax-highlighting/themes/zdharma.ini
parent08e564a8e1d4c13ad4c046ca4bfc9ca7f72373bd (diff)
feat: `zsh` fast-syntax-highlighting plugin
Diffstat (limited to '.config/shell/zsh-fast-syntax-highlighting/themes/zdharma.ini')
-rw-r--r--.config/shell/zsh-fast-syntax-highlighting/themes/zdharma.ini81
1 files changed, 81 insertions, 0 deletions
diff --git a/.config/shell/zsh-fast-syntax-highlighting/themes/zdharma.ini b/.config/shell/zsh-fast-syntax-highlighting/themes/zdharma.ini
new file mode 100644
index 0000000..95e3e7e
--- /dev/null
+++ b/.config/shell/zsh-fast-syntax-highlighting/themes/zdharma.ini
@@ -0,0 +1,81 @@
+[base]
+default = none
+unknown-token = red,bold
+commandseparator = none
+redirection = none
+here-string-tri = 141
+here-string-text = bg:19
+here-string-var = 177,bg:19
+exec-descriptor = yellow,bold
+comment = black,bold
+correct-subtle = bg:55
+incorrect-subtle = bg:52
+subtle-bg = bg:17
+secondary = safari
+recursive-base = 186
+
+[command-point]
+reserved-word = 146
+reserved-word = 146
+alias = 63
+suffix-alias = 63
+global-alias = bg:19
+builtin = 63
+function = 63
+command = 63
+precommand = 63
+hashed-command = 63
+single-sq-bracket = 63
+double-sq-bracket = 63
+double-paren = 146
+
+[paths]
+path = 154
+pathseparator =
+path-to-dir = 154,underline
+globbing = 114
+globbing-ext = 153
+
+[brackets]
+paired-bracket = bg:blue
+bracket-level-1 = 117
+bracket-level-2 = 141
+bracket-level-3 = 90
+
+[arguments]
+single-hyphen-option = 177
+double-hyphen-option = 177
+back-quoted-argument = none
+single-quoted-argument = 146
+double-quoted-argument = 146
+dollar-quoted-argument = 146
+
+[in-string]
+; backslash in $'...'
+back-dollar-quoted-argument = 177
+; backslash or $... in "..."
+back-or-dollar-double-quoted-argument = 177
+
+[other]
+variable = none
+assign = none
+assign-array-bracket = 63
+history-expansion = blue,bold
+
+[math]
+mathvar = blue,bold
+mathnum = 154
+matherr = red
+
+[for-loop]
+forvar = none
+fornum = 154
+; operator
+foroper = 146
+; separator
+forsep = 109
+
+[case]
+case-input = 63
+case-parentheses = 141
+case-condition = bg:19