New color scheme
parent
3ffe49c436
commit
847809d929
|
@ -24,7 +24,7 @@ hyperlinks = true
|
||||||
#cursor_blink = system
|
#cursor_blink = system
|
||||||
|
|
||||||
# "block", "underline" or "ibeam"
|
# "block", "underline" or "ibeam"
|
||||||
#cursor_shape = block
|
cursor_shape = ibeam
|
||||||
|
|
||||||
# Hide links that are no longer valid in url select overlay mode
|
# Hide links that are no longer valid in url select overlay mode
|
||||||
#filter_unmatched_urls = true
|
#filter_unmatched_urls = true
|
||||||
|
@ -36,40 +36,48 @@ hyperlinks = true
|
||||||
#size_hints = false
|
#size_hints = false
|
||||||
|
|
||||||
# "off", "left" or "right"
|
# "off", "left" or "right"
|
||||||
#scrollbar = off
|
scrollbar = off
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
# If both of these are unset, cursor falls back to the foreground color,
|
[colors]
|
||||||
# and cursor_foreground falls back to the background color.
|
|
||||||
#cursor = #dcdccc
|
|
||||||
#cursor_foreground = #dcdccc
|
|
||||||
|
|
||||||
#foreground = #dcdccc
|
# special
|
||||||
#foreground_bold = #ffffff
|
foreground = #eceff1
|
||||||
|
foreground_bold = #eceff1
|
||||||
|
cursor = #eceff1
|
||||||
|
background = rgba(38, 50, 56, 0.8)
|
||||||
|
|
||||||
# 20% background transparency (requires a compositor)
|
# black
|
||||||
background = rgba(63, 63, 63, 0.5)
|
color0 = #263238
|
||||||
|
color8 = #37474f
|
||||||
|
|
||||||
# If unset, will reverse foreground and background
|
# red
|
||||||
#highlight = #2f2f2f
|
color1 = #ff9800
|
||||||
|
color9 = #ffa74d
|
||||||
|
|
||||||
# Colors from color0 to color254 can be set
|
# green
|
||||||
color0 = #303462
|
color2 = #8bc34a
|
||||||
color1 = #60b48a
|
color10 = #9ccc65
|
||||||
color2 = #60b48a
|
|
||||||
color3 = #dfaf8f
|
# yellow
|
||||||
color4 = #5294E2
|
color3 = #ffc107
|
||||||
color5 = #dc8cc3
|
color11 = #ffa000
|
||||||
color6 = #8cd0d3
|
|
||||||
color7 = #dcdccc
|
# blue
|
||||||
color8 = #709080
|
color4 = #03a9f4
|
||||||
color9 = #60b48a
|
color12 = #81d4fa
|
||||||
color10 = #60b48a
|
|
||||||
color11 = #f0dfaf
|
# magenta
|
||||||
color12 = #94bff3
|
color5 = #e91e63
|
||||||
color13 = #ec93d3
|
color13 = #ad1457
|
||||||
color14 = #93e0e3
|
|
||||||
color15 = #123456
|
# cyan
|
||||||
|
color6 = #009688
|
||||||
|
color14 = #26a69a
|
||||||
|
|
||||||
|
# white
|
||||||
|
color7 = #cfd8dc
|
||||||
|
color15 = #eceff1
|
||||||
|
|
||||||
[hints]
|
[hints]
|
||||||
#font = Monospace 12
|
#font = Monospace 12
|
||||||
|
|
Loading…
Reference in New Issue