themes: clean.ini & default.ini to support 3 new `case' styles

This commit is contained in:
Sebastian Gniazdowski 2018-06-02 20:43:22 +02:00
parent c1c3aabc95
commit 2e78a02c7a
2 changed files with 10 additions and 0 deletions

View file

@ -56,3 +56,8 @@ fornum = 208
foroper = 146
; separator
forsep = 109
[case]
case-input = 109
case-parentheses = 116
case-condition = bg:19

View file

@ -58,3 +58,8 @@ fornum = magenta
foroper = yellow
; separator
forsep = yellow,bold
[case]
case-input = green
case-parentheses = yellow
case-condition = bg:blue