mirror of https://github.com/mitchell/dotfiles.git
Replace borrowed theme w/ custom theme based on gruvbox
This commit is contained in:
parent
83c0466a89
commit
5cc5d9c7f8
|
@ -458,59 +458,9 @@ hide_window_decorations yes
|
||||||
#: }}}
|
#: }}}
|
||||||
|
|
||||||
#: Color scheme {{{
|
#: Color scheme {{{
|
||||||
#
|
|
||||||
# gruvbox dark by morhetz, https://github.com/morhetz/gruvbox
|
|
||||||
# This work is licensed under the terms of the MIT license.
|
|
||||||
# For a copy, see https://opensource.org/licenses/MIT.
|
|
||||||
|
|
||||||
background #282828
|
foreground #ebdbb2
|
||||||
foreground #ebdbb2
|
background #282828
|
||||||
|
|
||||||
cursor #928374
|
|
||||||
|
|
||||||
selection_foreground #928374
|
|
||||||
selection_background #3c3836
|
|
||||||
|
|
||||||
color0 #282828
|
|
||||||
color8 #fbf1c7
|
|
||||||
|
|
||||||
# red
|
|
||||||
color1 #cc241d
|
|
||||||
# light red
|
|
||||||
color9 #fb4934
|
|
||||||
|
|
||||||
# green
|
|
||||||
color2 #98971a
|
|
||||||
# light green
|
|
||||||
color10 #b8bb26
|
|
||||||
|
|
||||||
# yellow
|
|
||||||
color3 #d79921
|
|
||||||
# light yellow
|
|
||||||
color11 #fabd2d
|
|
||||||
|
|
||||||
# blue
|
|
||||||
color4 #458588
|
|
||||||
# light blue
|
|
||||||
color12 #83a598
|
|
||||||
|
|
||||||
# magenta
|
|
||||||
color5 #b16286
|
|
||||||
# light magenta
|
|
||||||
color13 #d3869b
|
|
||||||
|
|
||||||
# cyan
|
|
||||||
color6 #689d6a
|
|
||||||
# lighy cyan
|
|
||||||
color14 #8ec07c
|
|
||||||
|
|
||||||
# light gray
|
|
||||||
color7 #a89984
|
|
||||||
# dark gray
|
|
||||||
color15 #928374
|
|
||||||
|
|
||||||
# foreground #dddddd
|
|
||||||
# background #000000
|
|
||||||
|
|
||||||
#: The foreground and background colors
|
#: The foreground and background colors
|
||||||
|
|
||||||
|
@ -543,12 +493,12 @@ color15 #928374
|
||||||
#: How much to dim text that has the DIM/FAINT attribute set. One
|
#: How much to dim text that has the DIM/FAINT attribute set. One
|
||||||
#: means no dimming and zero means fully dimmed (i.e. invisible).
|
#: means no dimming and zero means fully dimmed (i.e. invisible).
|
||||||
|
|
||||||
# selection_foreground #000000
|
selection_foreground #ebdbb2
|
||||||
|
|
||||||
#: The foreground for text selected with the mouse. A value of none
|
#: The foreground for text selected with the mouse. A value of none
|
||||||
#: means to leave the color unchanged.
|
#: means to leave the color unchanged.
|
||||||
|
|
||||||
# selection_background #fffacd
|
selection_background #a89984
|
||||||
|
|
||||||
#: The background for text selected with the mouse.
|
#: The background for text selected with the mouse.
|
||||||
|
|
||||||
|
@ -557,43 +507,43 @@ color15 #928374
|
||||||
#: dull and bright version. You can also set the remaining colors from
|
#: dull and bright version. You can also set the remaining colors from
|
||||||
#: the 256 color table as color16 to color255.
|
#: the 256 color table as color16 to color255.
|
||||||
|
|
||||||
# color0 #000000
|
color0 #282828
|
||||||
# color8 #767676
|
color8 #928374
|
||||||
|
|
||||||
#: black
|
#: black
|
||||||
|
|
||||||
# color1 #cc0403
|
color1 #cc241d
|
||||||
# color9 #f2201f
|
color9 #fb4934
|
||||||
|
|
||||||
#: red
|
#: red
|
||||||
|
|
||||||
# color2 #19cb00
|
color2 #98971a
|
||||||
# color10 #23fd00
|
color10 #b8bb26
|
||||||
|
|
||||||
#: green
|
#: green
|
||||||
|
|
||||||
# color3 #cecb00
|
color3 #d79921
|
||||||
# color11 #fffd00
|
color11 #fabd2f
|
||||||
|
|
||||||
#: yellow
|
#: yellow
|
||||||
|
|
||||||
# color4 #0d73cc
|
color4 #458588
|
||||||
# color12 #1a8fff
|
color12 #83a598
|
||||||
|
|
||||||
#: blue
|
#: blue
|
||||||
|
|
||||||
# color5 #cb1ed1
|
color5 #b16286
|
||||||
# color13 #fd28ff
|
color13 #d3869b
|
||||||
|
|
||||||
#: magenta
|
#: magenta
|
||||||
|
|
||||||
# color6 #0dcdcd
|
color6 #689d6a
|
||||||
# color14 #14ffff
|
color14 #8ec07c
|
||||||
|
|
||||||
#: cyan
|
#: cyan
|
||||||
|
|
||||||
# color7 #dddddd
|
color7 #a89984
|
||||||
# color15 #ffffff
|
color15 #ebdbb2
|
||||||
|
|
||||||
#: white
|
#: white
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue