config: add orange and brown colors

This commit is contained in:
lelgenio 2021-03-09 19:47:59 -03:00
parent 95b4a9df97
commit 420caf9510
2 changed files with 16 additions and 4 deletions

View File

@ -66,6 +66,10 @@ profiles:
cyan: '#70C0BA'
white: '#EAEAEA'
#non standard
orange: '#FF7500'
brown: '#A07040'
light:
variables:
opacity: 0.95
@ -88,6 +92,11 @@ profiles:
cyan: '#00A0A5'
white: '#999999'
#non standard
orange: '#FF7500'
brown: '#A07040'
###############################################################
# Accents {{{
###############################################################

View File

@ -7,6 +7,9 @@
{%@@ set bg_dark = color.bg_dark .replace('#','rgb:') @@%}
{%@@ set nontxt = color.nontxt .replace('#','rgb:') @@%}
{%@@ set orange = color.normal.orange .replace('#','rgb:') @@%}
{%@@ set brown = color.normal.brown .replace('#','rgb:') @@%}
face global crosshairs_line default,{{@@ bg_dark @@}}
face global crosshairs_column default+b
@ -14,15 +17,15 @@ face global crosshairs_column default+b
face global value magenta
face global type yellow
face global variable blue
face global module variable
face global function cyan
face global module {{@@ brown @@}}
face global function {{@@ orange @@}}
face global string green
face global keyword {{@@ accent_color @@}}
face global operator yellow
face global attribute yellow+b
face global attribute cyan
face global comment {{@@ bg_light @@}}
face global documentation comment
face global meta magenta
face global meta function
face global builtin blue
# For markup