mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
Update termite and zathura colors
This commit is contained in:
parent
991cb34d9d
commit
a7fea549b7
@ -11,33 +11,33 @@ font = Hack 12
|
||||
mouse_autohide = true
|
||||
|
||||
[colors]
|
||||
foreground = #a7a7a7
|
||||
foreground_bold = #808080
|
||||
cursor = #808080
|
||||
cursor_foreground = #191919
|
||||
background = #191919
|
||||
foreground = #D0D0D0
|
||||
foreground_bold = #E0E0E0
|
||||
cursor = #E0E0E0
|
||||
cursor_foreground = #151515
|
||||
background = #151515
|
||||
|
||||
color0 = #191919
|
||||
color8 = #5f5a60
|
||||
color7 = #a7a7a7
|
||||
color15 = #ffffff
|
||||
color1 = #dc657d
|
||||
color9 = #dc657d
|
||||
color2 = #84b97c
|
||||
color10 = #84b97c
|
||||
color3 = #c3ba63
|
||||
color11 = #c3ba63
|
||||
color4 = #639ee4
|
||||
color12 = #639ee4
|
||||
color5 = #b888e2
|
||||
color13 = #b888e2
|
||||
color6 = #4bb1a7
|
||||
color14 = #4bb1a7
|
||||
color16 = #4bb1a7
|
||||
color17 = #b888e2
|
||||
color0 = #151515
|
||||
color8 = #505050
|
||||
color7 = #D0D0D0
|
||||
color15 = #FFFFFF
|
||||
color1 = #FF0086
|
||||
color9 = #FF0086
|
||||
color2 = #00C918
|
||||
color10 = #00C918
|
||||
color3 = #ABA800
|
||||
color11 = #ABA800
|
||||
color4 = #3777E6
|
||||
color12 = #3777E6
|
||||
color5 = #AD00A1
|
||||
color13 = #AD00A1
|
||||
color6 = #1FAAAA
|
||||
color14 = #1FAAAA
|
||||
color16 = #FD8900
|
||||
color17 = #CC6633
|
||||
color18 = #202020
|
||||
color19 = #303030
|
||||
color20 = #505050
|
||||
color21 = #808080
|
||||
color20 = #B0B0B0
|
||||
color21 = #E0E0E0
|
||||
|
||||
# vim:ft=dosini
|
||||
|
@ -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)
|
||||
|
||||
# [colors]
|
||||
set default-bg "#191919"
|
||||
set default-bg "#151515"
|
||||
set default-fg "#202020"
|
||||
set statusbar-bg "#303030"
|
||||
set statusbar-fg "#505050"
|
||||
set inputbar-bg "#191919"
|
||||
set inputbar-fg "#ffffff"
|
||||
set notification-bg "#191919"
|
||||
set notification-fg "#ffffff"
|
||||
set notification-error-bg "#191919"
|
||||
set notification-error-fg "#dc657d"
|
||||
set notification-warning-bg "#191919"
|
||||
set notification-warning-fg "#dc657d"
|
||||
set highlight-color "#c3ba63"
|
||||
set highlight-active-color "#639ee4"
|
||||
set statusbar-fg "#B0B0B0"
|
||||
set inputbar-bg "#151515"
|
||||
set inputbar-fg "#FFFFFF"
|
||||
set notification-bg "#151515"
|
||||
set notification-fg "#FFFFFF"
|
||||
set notification-error-bg "#151515"
|
||||
set notification-error-fg "#FF0086"
|
||||
set notification-warning-bg "#151515"
|
||||
set notification-warning-fg "#FF0086"
|
||||
set highlight-color "#ABA800"
|
||||
set highlight-active-color "#3777E6"
|
||||
set completion-bg "#202020"
|
||||
set completion-fg "#639ee4"
|
||||
set completion-highlight-bg "#639ee4"
|
||||
set completion-highlight-fg "#ffffff"
|
||||
set recolor-lightcolor "#191919"
|
||||
set recolor-darkcolor "#808080"
|
||||
set completion-fg "#3777E6"
|
||||
set completion-highlight-bg "#3777E6"
|
||||
set completion-highlight-fg "#FFFFFF"
|
||||
set recolor-lightcolor "#151515"
|
||||
set recolor-darkcolor "#E0E0E0"
|
||||
|
||||
# vim:ft=conf
|
||||
|
Loading…
Reference in New Issue
Block a user