mirror of
https://github.com/zdharma-continuum/fast-syntax-highlighting.git
synced 2026-09-10 07:16:18 -04:00
themes: clean.ini & default.ini to support 3 new `case' styles
This commit is contained in:
parent
c1c3aabc95
commit
2e78a02c7a
|
|
@ -56,3 +56,8 @@ fornum = 208
|
|||
foroper = 146
|
||||
; separator
|
||||
forsep = 109
|
||||
|
||||
[case]
|
||||
case-input = 109
|
||||
case-parentheses = 116
|
||||
case-condition = bg:19
|
||||
|
|
|
|||
|
|
@ -58,3 +58,8 @@ fornum = magenta
|
|||
foroper = yellow
|
||||
; separator
|
||||
forsep = yellow,bold
|
||||
|
||||
[case]
|
||||
case-input = green
|
||||
case-parentheses = yellow
|
||||
case-condition = bg:blue
|
||||
|
|
|
|||
Loading…
Reference in a new issue