diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-29 11:39:43 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-29 11:39:43 +0530 |
| commit | 406432cd53c168390221ae37a41724eda5b867c9 (patch) | |
| tree | 86cc93cac5aafc87f5215c7ff3718362f3a26bc8 /colors/phenax.kak | |
| parent | 74d4dd79e50d816f87d4f7127b978d5f1467e1e6 (diff) | |
| download | kakoune-config-406432cd53c168390221ae37a41724eda5b867c9.tar.gz kakoune-config-406432cd53c168390221ae37a41724eda5b867c9.zip | |
Change singleton terminal escaping + ts face changes
Diffstat (limited to '')
| -rw-r--r-- | colors/phenax.kak | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/colors/phenax.kak b/colors/phenax.kak index 191080b..406bf0d 100644 --- a/colors/phenax.kak +++ b/colors/phenax.kak @@ -32,6 +32,7 @@ evaluate-commands %sh{ face global value ${blue1} face global type ${blue1} face global variable ${blue1} + face global numeric ${orange} face global module ${blue1} face global function ${blue2} face global string ${green} @@ -145,6 +146,10 @@ evaluate-commands %sh{ face global ts_documentation documentation face global ts_meta meta face global ts_builtin builtin + face global ts_constant_numeric numeric + face global ts_constant_builtin numeric + face global ts_constant_builtin_boolean numeric + face global ts_string_special_symbol variable face global ts_punctuation_bracket ${foreground4},default " |
