change colorscheme
This commit is contained in:
parent
c99fd87fe0
commit
36e875f4b0
2 changed files with 39 additions and 31 deletions
|
@ -2,13 +2,14 @@
|
|||
allow_bold = true
|
||||
audible_bell = false
|
||||
#bold_is_bright = true
|
||||
#cell_height_scale = 1.0
|
||||
#cell_width_scale = 1.0
|
||||
clickable_url = true
|
||||
client_side_decoration = false
|
||||
dynamic_title = true
|
||||
#font = Monospace 9
|
||||
#font = envypn 9
|
||||
#fullscreen = true
|
||||
#geometry = 640x480
|
||||
#icon_name = terminal
|
||||
mouse_autohide = false
|
||||
scroll_on_output = false
|
||||
|
@ -21,7 +22,7 @@ urgent_on_bell = true
|
|||
#hyperlinks = false
|
||||
|
||||
# $BROWSER is used by default if set, with xdg-open as a fallback
|
||||
browser = firefox
|
||||
browser = firefox-nightly
|
||||
|
||||
# "system", "on" or "off"
|
||||
cursor_blink = system
|
||||
|
@ -42,38 +43,45 @@ filter_unmatched_urls = true
|
|||
#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 = #999999
|
||||
cursor_foreground = #cccccc
|
||||
|
||||
foreground = #cccccc
|
||||
foreground_bold = #ffffff
|
||||
background = #333333
|
||||
# special
|
||||
foreground = #d3d0c8
|
||||
foreground_bold = #d3d0c8
|
||||
cursor = #d3d0c8
|
||||
background = #2d2d2d
|
||||
background = rgba(45, 45, 45, 0.90)
|
||||
|
||||
# 20% background transparency (requires a compositor)
|
||||
background = rgba(51, 51, 51, 0.90)
|
||||
# black
|
||||
color0 = #2d2d2d
|
||||
color8 = #747369
|
||||
|
||||
# If unset, will reverse foreground and background
|
||||
#highlight = #2f2f2f
|
||||
# red
|
||||
color1 = #f2777a
|
||||
color9 = #f2777a
|
||||
|
||||
# Colors from color0 to color254 can be set
|
||||
color0 = #666666
|
||||
color1 = #CC6699
|
||||
color2 = #99CC66
|
||||
color3 = #CC9966
|
||||
color4 = #6699CC
|
||||
color5 = #9966CC
|
||||
color6 = #66CC99
|
||||
color7 = #CCCCCC
|
||||
color8 = #999999
|
||||
color9 = #FF99CC
|
||||
color10 = #CCFF99
|
||||
color11 = #FFCC99
|
||||
color12 = #99CCFF
|
||||
color13 = #CC99FF
|
||||
color14 = #99FFCC
|
||||
color15 = #FFFFFF
|
||||
# green
|
||||
color2 = #99cc99
|
||||
color10 = #99cc99
|
||||
|
||||
# yellow
|
||||
color3 = #ffcc66
|
||||
color11 = #ffcc66
|
||||
|
||||
# blue
|
||||
color4 = #6699cc
|
||||
color12 = #6699cc
|
||||
|
||||
# magenta
|
||||
color5 = #cc99cc
|
||||
color13 = #cc99cc
|
||||
|
||||
# cyan
|
||||
color6 = #66cccc
|
||||
color14 = #66cccc
|
||||
|
||||
# white
|
||||
color7 = #d3d0c8
|
||||
color15 = #f2f0ec
|
||||
|
||||
[hints]
|
||||
#font = Monospace 12
|
||||
|
|
|
@ -108,7 +108,7 @@ if &t_Co > 2 || has("gui_running")
|
|||
syntax on
|
||||
let g:hybrid_use_Xresources = 1
|
||||
"set t_Co=256
|
||||
colorscheme kolor
|
||||
colorscheme hybrid
|
||||
hi Normal ctermbg=none
|
||||
set hlsearch
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue