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