diff --git a/termite/.config/termite/config b/termite/.config/termite/config index 76cac7a3..b7718ab1 100644 --- a/termite/.config/termite/config +++ b/termite/.config/termite/config @@ -11,33 +11,33 @@ font = Hack 12 mouse_autohide = true [colors] -foreground = #959DCB -foreground_bold = #959DCB -cursor = #959DCB -cursor_foreground = #292D3E -background = #292D3E +foreground = #a7a7a7 +foreground_bold = #808080 +cursor = #808080 +cursor_foreground = #191919 +background = #191919 -color0 = #292D3E -color8 = #676E95 -color7 = #959DCB -color15 = #FFFFFF -color1 = #F07178 -color9 = #F07178 -color2 = #C3E88D -color10 = #C3E88D -color3 = #FFCB6B -color11 = #FFCB6B -color4 = #82AAFF -color12 = #82AAFF -color5 = #C792EA -color13 = #C792EA -color6 = #89DDFF -color14 = #89DDFF -color16 = #F78C6C -color17 = #FF5370 -color18 = #444267 -color19 = #32374D -color20 = #8796B0 -color21 = #959DCB +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 +color18 = #202020 +color19 = #303030 +color20 = #505050 +color21 = #808080 # vim:ft=dosini diff --git a/xresources/.Xresources b/xresources/.Xresources index acb9df84..dc4a86c2 100644 --- a/xresources/.Xresources +++ b/xresources/.Xresources @@ -42,30 +42,30 @@ URxvt.clipboard.autocopy: true ! This line is used to indicate where to add theme colors. Note that everything ! after this line is replaced. See the theme docs for more information. ! [colors] -*foreground: #C7CCD1 -*cursorColor: #DFE2E5 -*background: #1C2023 -*color0: #1C2023 -*color8: #747C84 -*color7: #C7CCD1 -*color15: #F3F4F5 -*color1: #C7AE95 -*color9: #C7AE95 -*color2: #95C7AE -*color10: #95C7AE -*color3: #AEC795 -*color11: #AEC795 -*color4: #AE95C7 -*color12: #AE95C7 -*color5: #C795AE -*color13: #C795AE -*color6: #95AEC7 -*color14: #95AEC7 -*color16: #C7C795 -*color17: #C79595 -*color18: #393F45 -*color19: #565E65 -*color20: #ADB3BA -*color21: #DFE2E5 +*foreground: #C0C5CE +*cursorColor: #CDD3DE +*background: #1B2B34 +*color0: #1B2B34 +*color8: #65737E +*color7: #C0C5CE +*color15: #D8DEE9 +*color1: #EC5f67 +*color9: #EC5f67 +*color2: #99C794 +*color10: #99C794 +*color3: #FAC863 +*color11: #FAC863 +*color4: #6699CC +*color12: #6699CC +*color5: #C594C5 +*color13: #C594C5 +*color6: #5FB3B3 +*color14: #5FB3B3 +*color16: #F99157 +*color17: #AB7967 +*color18: #343D46 +*color19: #4F5B66 +*color20: #A7ADBA +*color21: #CDD3DE ! vim:ft=xdefaults diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc index 985b71cc..ca99f2b7 100644 --- a/zathura/.config/zathura/zathurarc +++ b/zathura/.config/zathura/zathurarc @@ -11,25 +11,25 @@ set scroll-step "120" # Increase the scroll distance when using j/k set recolor "true" # Use our theme colors ( for the original document colors) # [colors] -set default-bg "#f8f8f8" -set default-fg "#e8e8e8" -set statusbar-bg "#d8d8d8" -set statusbar-fg "#585858" -set inputbar-bg "#f8f8f8" -set inputbar-fg "#181818" -set notification-bg "#f8f8f8" -set notification-fg "#181818" -set notification-error-bg "#f8f8f8" -set notification-error-fg "#ab4642" -set notification-warning-bg "#f8f8f8" -set notification-warning-fg "#ab4642" -set highlight-color "#f79a0e" -set highlight-active-color "#7cafc2" -set completion-bg "#e8e8e8" -set completion-fg "#7cafc2" -set completion-highlight-bg "#7cafc2" -set completion-highlight-fg "#181818" -set recolor-lightcolor "#f8f8f8" -set recolor-darkcolor "#282828" +set default-bg "#191919" +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 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" # vim:ft=conf