diff --git a/files/.Xresources b/files/.Xresources index 3c957d2..5fa36a5 100644 --- a/files/.Xresources +++ b/files/.Xresources @@ -11,29 +11,29 @@ XTerm.vt100.translations: #override \n\ Ctrl plus: larger-vt-font() ! colors -*background: #fafafa -*foreground: #575f66 +*background: #f8f8f8 +*foreground: #49525f ! Black + DarkGrey -*color0: #191e2a -*color8: #686868 +*color0: #000000 +*color8: #555555 ! DarkRed + Red -*color1: #ff3333 -*color9: #f27983 +*color1: #eb410d +*color9: #ca4e57 ! DarkGreen + Green -*color2: #a6cc70 -*color10: #bae67e +*color2: #67c505 +*color10: #94d506 ! DarkYellow + Yellow -*color3: #e7c547 -*color11: #ffcc66 +*color3: #ec8414 +*color11: #e0ba37 ! DarkBlue + Blue -*color4: #55b4d4 -*color12: #5ccfe6 +*color4: #3594cf +*color12: #5555ff ! DarkMagenta + Magenta -*color5: #ffd580 -*color13: #ffee99 +*color5: #854bc0 +*color13: #9061c0 ! DarkCyan + Cyan -*color6: #95e6cb -*color14: #95e6cb +*color6: #41b487 +*color14: #4bd39d ! LightGrey + White -*color7: #c7c7c7 +*color7: #bbbbbb *color15: #ffffff diff --git a/files/.config/alacritty/themes/ayu_light.yml b/files/.config/alacritty/themes/ayu_light.yml index 8c4f65d..56a13d0 100644 --- a/files/.config/alacritty/themes/ayu_light.yml +++ b/files/.config/alacritty/themes/ayu_light.yml @@ -1,29 +1,28 @@ -# Colors (Ayu Mirage) +# Ayu colors: # Default colors primary: - background: '#fafafa' - foreground: '#575f66' + background: '0xf8f8f8' + foreground: '0x49535f' # Normal colors normal: - black: '#191E2A' - red: '#FF3333' - green: '#A6CC70' - yellow: '#e7c547' - blue: '#55b4d4' - magenta: '#FFD580' - cyan: '#95E6CB' - white: '#C7C7C7' + black: '0x000000' + red: '0xeb410d' + green: '0x67c505' + yellow: '0xec8414' + blue: '0x3594cf' + magenta: '0x854bc0' + cyan: '0x41b487' + white: '0xbbbbbb' # Bright colors bright: - black: '#686868' - red: '#F27983' - green: '#BAE67E' - yellow: '#FFCC66' - blue: '#5CCFE6' - magenta: '#FFEE99' - cyan: '#95E6CB' - white: '#FFFFFF' - + black: '0x555555' + red: '0xca4e57' + green: '0x94d506' + yellow: '0xe0ba37' + blue: '0x5555ff' + magenta: '0x9061c0' + cyan: '0x4bd39d' + white: '0xffffff' diff --git a/files/.config/i3/config b/files/.config/i3/config index 6ba3f9e..725b3a5 100644 --- a/files/.config/i3/config +++ b/files/.config/i3/config @@ -94,8 +94,7 @@ title_align center gaps inner 10 -set $bg "#fafafa" -set $bg_1 "#fafaea" +set $bg "#f8f8f8" set $fg "#282828" set $green "#a6cc70" set $red "#ff3333" @@ -129,7 +128,7 @@ bar { # class border backgr. text indicator child_border client.focused $green $green $fg $green $green client.focused_inactive $yellow $yellow $fg $yellow $yellow -client.unfocused $bg_1 $bg_1 $fg $bg_1 $bg_1 +client.unfocused $bg $bg $fg $bg $bg client.urgent $red $light_red $fg $red $light_red # startup diff --git a/files/.zshrc b/files/.zshrc index a972ef4..f4e4a45 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -123,8 +123,8 @@ export FZF_DEFAULT_OPTS=' --layout=reverse --bind=tab:down --bind=btab:up - --color=fg:#575f66,bg:#fafafa,hl:#458588 - --color=fg+:#575f66,bg+:#fafafa,hl+:#458588 + --color=fg:#575f66,bg:#f8f8f8,hl:#458588 + --color=fg+:#575f66,bg+:#f8f8f8,hl+:#458588 --color=info:#575f66,prompt:#575f66,pointer:#575f66 --color=marker:#575f66,spinner:#575f66,header:#575f66'