diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-01-23 11:13:18 +0100 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-01-23 11:13:18 +0100 |
commit | 72efe134f645a5212f875c153dd8db4a64cbe968 (patch) | |
tree | d23229285071bf381515657b94919852ebf426c9 /themer/gen/themer-atom-syntax/themer-dark-syntax/syntax-variables.less | |
parent | e33d5f8d10d34e5a3a4bb292015961dd574f4c93 (diff) | |
download | dotfiles-72efe134f645a5212f875c153dd8db4a64cbe968.tar.gz dotfiles-72efe134f645a5212f875c153dd8db4a64cbe968.zip |
changes
Diffstat (limited to 'themer/gen/themer-atom-syntax/themer-dark-syntax/syntax-variables.less')
-rw-r--r-- | themer/gen/themer-atom-syntax/themer-dark-syntax/syntax-variables.less | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/themer/gen/themer-atom-syntax/themer-dark-syntax/syntax-variables.less b/themer/gen/themer-atom-syntax/themer-dark-syntax/syntax-variables.less deleted file mode 100644 index 0e586c7..0000000 --- a/themer/gen/themer-atom-syntax/themer-dark-syntax/syntax-variables.less +++ /dev/null @@ -1,30 +0,0 @@ - - @import "colors"; - - // General colors - @syntax-text-color: @shade6; - @syntax-cursor-color: @accent6; - @syntax-selection-color: @shade1; - @syntax-background-color: @shade0; - - // Guide colors - @syntax-wrap-guide-color: @shade1; - @syntax-indent-guide-color: @shade4; - @syntax-invisible-character-color: @shade3; - - // For find and replace markers - @syntax-result-marker-color: @shade5; - @syntax-result-marker-color-selected: @accent2; - - // Gutter colors - @syntax-gutter-text-color: @shade2; - @syntax-gutter-text-color-selected: @syntax-gutter-text-color; - @syntax-gutter-background-color: @shade0; - @syntax-gutter-background-color-selected: @shade1; - - // For git diff info. i.e. in the gutter - @syntax-color-renamed: @accent5; - @syntax-color-added: @accent3; - @syntax-color-modified: @accent2; - @syntax-color-removed: @accent0; -
\ No newline at end of file |