This commit is contained in:
Marco Thomas
2021-09-15 22:36:53 +02:00
parent d69d5de55d
commit 9380b13365
4 changed files with 40 additions and 42 deletions

View File

@@ -11,29 +11,29 @@ XTerm.vt100.translations: #override \n\
Ctrl <Key> plus: larger-vt-font() Ctrl <Key> plus: larger-vt-font()
! colors ! colors
*background: #fafafa *background: #f8f8f8
*foreground: #575f66 *foreground: #49525f
! Black + DarkGrey ! Black + DarkGrey
*color0: #191e2a *color0: #000000
*color8: #686868 *color8: #555555
! DarkRed + Red ! DarkRed + Red
*color1: #ff3333 *color1: #eb410d
*color9: #f27983 *color9: #ca4e57
! DarkGreen + Green ! DarkGreen + Green
*color2: #a6cc70 *color2: #67c505
*color10: #bae67e *color10: #94d506
! DarkYellow + Yellow ! DarkYellow + Yellow
*color3: #e7c547 *color3: #ec8414
*color11: #ffcc66 *color11: #e0ba37
! DarkBlue + Blue ! DarkBlue + Blue
*color4: #55b4d4 *color4: #3594cf
*color12: #5ccfe6 *color12: #5555ff
! DarkMagenta + Magenta ! DarkMagenta + Magenta
*color5: #ffd580 *color5: #854bc0
*color13: #ffee99 *color13: #9061c0
! DarkCyan + Cyan ! DarkCyan + Cyan
*color6: #95e6cb *color6: #41b487
*color14: #95e6cb *color14: #4bd39d
! LightGrey + White ! LightGrey + White
*color7: #c7c7c7 *color7: #bbbbbb
*color15: #ffffff *color15: #ffffff

View File

@@ -1,29 +1,28 @@
# Colors (Ayu Mirage) # Ayu
colors: colors:
# Default colors # Default colors
primary: primary:
background: '#fafafa' background: '0xf8f8f8'
foreground: '#575f66' foreground: '0x49535f'
# Normal colors # Normal colors
normal: normal:
black: '#191E2A' black: '0x000000'
red: '#FF3333' red: '0xeb410d'
green: '#A6CC70' green: '0x67c505'
yellow: '#e7c547' yellow: '0xec8414'
blue: '#55b4d4' blue: '0x3594cf'
magenta: '#FFD580' magenta: '0x854bc0'
cyan: '#95E6CB' cyan: '0x41b487'
white: '#C7C7C7' white: '0xbbbbbb'
# Bright colors # Bright colors
bright: bright:
black: '#686868' black: '0x555555'
red: '#F27983' red: '0xca4e57'
green: '#BAE67E' green: '0x94d506'
yellow: '#FFCC66' yellow: '0xe0ba37'
blue: '#5CCFE6' blue: '0x5555ff'
magenta: '#FFEE99' magenta: '0x9061c0'
cyan: '#95E6CB' cyan: '0x4bd39d'
white: '#FFFFFF' white: '0xffffff'

View File

@@ -94,8 +94,7 @@ title_align center
gaps inner 10 gaps inner 10
set $bg "#fafafa" set $bg "#f8f8f8"
set $bg_1 "#fafaea"
set $fg "#282828" set $fg "#282828"
set $green "#a6cc70" set $green "#a6cc70"
set $red "#ff3333" set $red "#ff3333"
@@ -129,7 +128,7 @@ bar {
# class border backgr. text indicator child_border # class border backgr. text indicator child_border
client.focused $green $green $fg $green $green client.focused $green $green $fg $green $green
client.focused_inactive $yellow $yellow $fg $yellow $yellow 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 client.urgent $red $light_red $fg $red $light_red
# startup # startup

View File

@@ -123,8 +123,8 @@ export FZF_DEFAULT_OPTS='
--layout=reverse --layout=reverse
--bind=tab:down --bind=tab:down
--bind=btab:up --bind=btab:up
--color=fg:#575f66,bg:#fafafa,hl:#458588 --color=fg:#575f66,bg:#f8f8f8,hl:#458588
--color=fg+:#575f66,bg+:#fafafa,hl+:#458588 --color=fg+:#575f66,bg+:#f8f8f8,hl+:#458588
--color=info:#575f66,prompt:#575f66,pointer:#575f66 --color=info:#575f66,prompt:#575f66,pointer:#575f66
--color=marker:#575f66,spinner:#575f66,header:#575f66' --color=marker:#575f66,spinner:#575f66,header:#575f66'