diff --git a/.config/bat/themes/Nord.tmTheme b/.config/bat/themes/Nord.tmTheme index c937331..40ae67e 100644 --- a/.config/bat/themes/Nord.tmTheme +++ b/.config/bat/themes/Nord.tmTheme @@ -126,9 +126,21 @@ name - Constants & booleans + Boolean constants (true / false) scope - constant.language, constant.language.boolean, constant.language.true, constant.language.false, constant.language.null, constant.language.undefined, variable.other.constant, entity.name.constant + constant.language.boolean, constant.language.true, constant.language.false + settings + + foreground + #81A1C1 + + + + + name + Other language constants (null, undefined, …) + scope + constant.language, constant.language.null, constant.language.undefined, variable.other.constant, entity.name.constant settings foreground @@ -190,6 +202,31 @@ + + name + Brackets & braces + scope + punctuation.section, punctuation.section.block, punctuation.section.brackets, punctuation.section.parens, meta.brace + settings + + foreground + #D8DEE9 + + + + + + name + Preprocessor directives & includes + scope + meta.preprocessor, keyword.control.import, keyword.control.directive, keyword.control.include, entity.name.function.preprocessor, punctuation.definition.preprocessor + settings + + foreground + #5E81AC + + + name