Update termite and zathura colors

This commit is contained in:
Donovan Glover 2018-08-21 17:17:53 -04:00
parent 991cb34d9d
commit a7fea549b7
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 42 additions and 42 deletions

View File

@ -11,33 +11,33 @@ font = Hack 12
mouse_autohide = true mouse_autohide = true
[colors] [colors]
foreground = #a7a7a7 foreground = #D0D0D0
foreground_bold = #808080 foreground_bold = #E0E0E0
cursor = #808080 cursor = #E0E0E0
cursor_foreground = #191919 cursor_foreground = #151515
background = #191919 background = #151515
color0 = #191919 color0 = #151515
color8 = #5f5a60 color8 = #505050
color7 = #a7a7a7 color7 = #D0D0D0
color15 = #ffffff color15 = #FFFFFF
color1 = #dc657d color1 = #FF0086
color9 = #dc657d color9 = #FF0086
color2 = #84b97c color2 = #00C918
color10 = #84b97c color10 = #00C918
color3 = #c3ba63 color3 = #ABA800
color11 = #c3ba63 color11 = #ABA800
color4 = #639ee4 color4 = #3777E6
color12 = #639ee4 color12 = #3777E6
color5 = #b888e2 color5 = #AD00A1
color13 = #b888e2 color13 = #AD00A1
color6 = #4bb1a7 color6 = #1FAAAA
color14 = #4bb1a7 color14 = #1FAAAA
color16 = #4bb1a7 color16 = #FD8900
color17 = #b888e2 color17 = #CC6633
color18 = #202020 color18 = #202020
color19 = #303030 color19 = #303030
color20 = #505050 color20 = #B0B0B0
color21 = #808080 color21 = #E0E0E0
# vim:ft=dosini # vim:ft=dosini

View File

@ -11,25 +11,25 @@ set scroll-step "120" # Increase the scroll distance when using j/k
set recolor "true" # Use our theme colors (<C-r> for the original document colors) set recolor "true" # Use our theme colors (<C-r> for the original document colors)
# [colors] # [colors]
set default-bg "#191919" set default-bg "#151515"
set default-fg "#202020" set default-fg "#202020"
set statusbar-bg "#303030" set statusbar-bg "#303030"
set statusbar-fg "#505050" set statusbar-fg "#B0B0B0"
set inputbar-bg "#191919" set inputbar-bg "#151515"
set inputbar-fg "#ffffff" set inputbar-fg "#FFFFFF"
set notification-bg "#191919" set notification-bg "#151515"
set notification-fg "#ffffff" set notification-fg "#FFFFFF"
set notification-error-bg "#191919" set notification-error-bg "#151515"
set notification-error-fg "#dc657d" set notification-error-fg "#FF0086"
set notification-warning-bg "#191919" set notification-warning-bg "#151515"
set notification-warning-fg "#dc657d" set notification-warning-fg "#FF0086"
set highlight-color "#c3ba63" set highlight-color "#ABA800"
set highlight-active-color "#639ee4" set highlight-active-color "#3777E6"
set completion-bg "#202020" set completion-bg "#202020"
set completion-fg "#639ee4" set completion-fg "#3777E6"
set completion-highlight-bg "#639ee4" set completion-highlight-bg "#3777E6"
set completion-highlight-fg "#ffffff" set completion-highlight-fg "#FFFFFF"
set recolor-lightcolor "#191919" set recolor-lightcolor "#151515"
set recolor-darkcolor "#808080" set recolor-darkcolor "#E0E0E0"
# vim:ft=conf # vim:ft=conf