36 lines
553 B
TOML
36 lines
553 B
TOML
|
# Colors (Homebrew)
|
||
|
|
||
|
[colors.bright]
|
||
|
black = '#666666'
|
||
|
#blue = '#0000ff'
|
||
|
blue = '#0000b2'
|
||
|
cyan = '#00e5e5'
|
||
|
green = '#00d900'
|
||
|
magenta = '#e500e5'
|
||
|
red = '#e50000'
|
||
|
white = '#e5e5e5'
|
||
|
yellow = '#e5e500'
|
||
|
|
||
|
[colors.cursor]
|
||
|
cursor = '#23ff18'
|
||
|
text = '#ff0018'
|
||
|
|
||
|
[colors.normal]
|
||
|
black = '#000000'
|
||
|
#blue = '#0000b2'
|
||
|
blue = '#0000ff'
|
||
|
cyan = '#00a6b2'
|
||
|
green = '#00a600'
|
||
|
magenta = '#b200b2'
|
||
|
red = '#990000'
|
||
|
white = '#bfbfbf'
|
||
|
yellow = '#999900'
|
||
|
|
||
|
[colors.primary]
|
||
|
background = '#000000'
|
||
|
foreground = '#00ff00'
|
||
|
|
||
|
[colors.selection]
|
||
|
background = '#083905'
|
||
|
text = '#ffffff'
|