fix issue with termite solarized
This commit is contained in:
parent
c4bf732cd1
commit
d41ce948f1
@ -37,35 +37,55 @@ scrollback_lines = 10000
|
||||
|
||||
# "off", "left" or "right"
|
||||
#scrollbar = off
|
||||
|
||||
[colors]
|
||||
# If both of these are unset, cursor falls back to the foreground color,
|
||||
# and cursor_foreground falls back to the background color.
|
||||
#cursor = #dcdccc
|
||||
#cursor_foreground = #dcdccc
|
||||
foreground = #839496
|
||||
foreground_bold = #eee8d5
|
||||
# 20% background transparency (requires a compositor)
|
||||
background = #002b36
|
||||
cursor = #93a1a1
|
||||
# colors from color0 to color254 can be set
|
||||
color0 = #073642
|
||||
color1 = #dc322f
|
||||
color2 = #859900
|
||||
color3 = #b58900
|
||||
color4 = #268bd2
|
||||
color5 = #d33682
|
||||
color6 = #2aa198
|
||||
color7 = #eee8d5
|
||||
color8 = #002b36
|
||||
color9 = #cb4b16
|
||||
color10 = #586e75
|
||||
color11 = #657b83
|
||||
color12 = #839496
|
||||
color13 = #6c71c4
|
||||
color14 = #93a1a1
|
||||
# Base16 Solarized Dark
|
||||
# Author: Ethan Schoonover (modified by aramisgithub)
|
||||
|
||||
foreground = #93a1a1
|
||||
foreground_bold = #eee8d5
|
||||
cursor = #eee8d5
|
||||
cursor_foreground = #002b36
|
||||
background = rgba(0, 43, 54)
|
||||
|
||||
# 16 color space
|
||||
|
||||
# Black, Gray, Silver, White
|
||||
color0 = #002b36
|
||||
color8 = #657b83
|
||||
color7 = #93a1a1
|
||||
color15 = #fdf6e3
|
||||
|
||||
# Red
|
||||
color1 = #dc322f
|
||||
color9 = #dc322f
|
||||
|
||||
# Green
|
||||
color2 = #859900
|
||||
color10 = #859900
|
||||
|
||||
# Yellow
|
||||
color3 = #b58900
|
||||
color11 = #b58900
|
||||
|
||||
# Blue
|
||||
color4 = #268bd2
|
||||
color12 = #268bd2
|
||||
|
||||
# Purple
|
||||
color5 = #6c71c4
|
||||
color13 = #6c71c4
|
||||
|
||||
# Teal
|
||||
color6 = #2aa198
|
||||
color14 = #2aa198
|
||||
|
||||
# Extra colors
|
||||
color16 = #cb4b16
|
||||
color17 = #d33682
|
||||
color18 = #073642
|
||||
color19 = #586e75
|
||||
color20 = #839496
|
||||
color21 = #eee8d5
|
||||
[hints]
|
||||
#font = Monospace 12
|
||||
#foreground = #dcdccc
|
||||
|
Loading…
Reference in New Issue
Block a user