Update colors

This color scheme is called Circus. It can be found here:

https://github.com/stepchowfun/base16-circus-scheme
This commit is contained in:
Donovan Glover 2018-04-11 22:55:35 -04:00
parent 520bb800ce
commit 1b50104a23
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
3 changed files with 72 additions and 72 deletions

View File

@ -11,33 +11,33 @@ font = Hack 12
mouse_autohide = true mouse_autohide = true
[colors] [colors]
foreground = #959DCB foreground = #a7a7a7
foreground_bold = #959DCB foreground_bold = #808080
cursor = #959DCB cursor = #808080
cursor_foreground = #292D3E cursor_foreground = #191919
background = #292D3E background = #191919
color0 = #292D3E color0 = #191919
color8 = #676E95 color8 = #5f5a60
color7 = #959DCB color7 = #a7a7a7
color15 = #FFFFFF color15 = #ffffff
color1 = #F07178 color1 = #dc657d
color9 = #F07178 color9 = #dc657d
color2 = #C3E88D color2 = #84b97c
color10 = #C3E88D color10 = #84b97c
color3 = #FFCB6B color3 = #c3ba63
color11 = #FFCB6B color11 = #c3ba63
color4 = #82AAFF color4 = #639ee4
color12 = #82AAFF color12 = #639ee4
color5 = #C792EA color5 = #b888e2
color13 = #C792EA color13 = #b888e2
color6 = #89DDFF color6 = #4bb1a7
color14 = #89DDFF color14 = #4bb1a7
color16 = #F78C6C color16 = #4bb1a7
color17 = #FF5370 color17 = #b888e2
color18 = #444267 color18 = #202020
color19 = #32374D color19 = #303030
color20 = #8796B0 color20 = #505050
color21 = #959DCB color21 = #808080
# vim:ft=dosini # vim:ft=dosini

View File

@ -42,30 +42,30 @@ URxvt.clipboard.autocopy: true
! This line is used to indicate where to add theme colors. Note that everything ! 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. ! after this line is replaced. See the theme docs for more information.
! [colors] ! [colors]
*foreground: #C7CCD1 *foreground: #C0C5CE
*cursorColor: #DFE2E5 *cursorColor: #CDD3DE
*background: #1C2023 *background: #1B2B34
*color0: #1C2023 *color0: #1B2B34
*color8: #747C84 *color8: #65737E
*color7: #C7CCD1 *color7: #C0C5CE
*color15: #F3F4F5 *color15: #D8DEE9
*color1: #C7AE95 *color1: #EC5f67
*color9: #C7AE95 *color9: #EC5f67
*color2: #95C7AE *color2: #99C794
*color10: #95C7AE *color10: #99C794
*color3: #AEC795 *color3: #FAC863
*color11: #AEC795 *color11: #FAC863
*color4: #AE95C7 *color4: #6699CC
*color12: #AE95C7 *color12: #6699CC
*color5: #C795AE *color5: #C594C5
*color13: #C795AE *color13: #C594C5
*color6: #95AEC7 *color6: #5FB3B3
*color14: #95AEC7 *color14: #5FB3B3
*color16: #C7C795 *color16: #F99157
*color17: #C79595 *color17: #AB7967
*color18: #393F45 *color18: #343D46
*color19: #565E65 *color19: #4F5B66
*color20: #ADB3BA *color20: #A7ADBA
*color21: #DFE2E5 *color21: #CDD3DE
! vim:ft=xdefaults ! vim:ft=xdefaults

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 "#f8f8f8" set default-bg "#191919"
set default-fg "#e8e8e8" set default-fg "#202020"
set statusbar-bg "#d8d8d8" set statusbar-bg "#303030"
set statusbar-fg "#585858" set statusbar-fg "#505050"
set inputbar-bg "#f8f8f8" set inputbar-bg "#191919"
set inputbar-fg "#181818" set inputbar-fg "#ffffff"
set notification-bg "#f8f8f8" set notification-bg "#191919"
set notification-fg "#181818" set notification-fg "#ffffff"
set notification-error-bg "#f8f8f8" set notification-error-bg "#191919"
set notification-error-fg "#ab4642" set notification-error-fg "#dc657d"
set notification-warning-bg "#f8f8f8" set notification-warning-bg "#191919"
set notification-warning-fg "#ab4642" set notification-warning-fg "#dc657d"
set highlight-color "#f79a0e" set highlight-color "#c3ba63"
set highlight-active-color "#7cafc2" set highlight-active-color "#639ee4"
set completion-bg "#e8e8e8" set completion-bg "#202020"
set completion-fg "#7cafc2" set completion-fg "#639ee4"
set completion-highlight-bg "#7cafc2" set completion-highlight-bg "#639ee4"
set completion-highlight-fg "#181818" set completion-highlight-fg "#ffffff"
set recolor-lightcolor "#f8f8f8" set recolor-lightcolor "#191919"
set recolor-darkcolor "#282828" set recolor-darkcolor "#808080"
# vim:ft=conf # vim:ft=conf