lightmode
E. Almqvist 2 years ago
parent 3b517df546
commit c5870c127e
  1. 4
      alacritty/.config/alacritty/alacritty.yml
  2. 6
      polybar/.config/polybar/config

@ -68,12 +68,12 @@ draw_bold_text_with_bright_colors: true
colors: colors:
# Default colors # Default colors
primary: primary:
background: '0x252d37' background: '0x21242b'
foreground: '0xbbc2cf' foreground: '0xbbc2cf'
# Normal colors # Normal colors
normal: normal:
black: '0x282c34' black: '0x21242b'
red: '0xff6c6b' red: '0xff6c6b'
green: '0x98be65' green: '0x98be65'
yellow: '0xecbe7b' yellow: '0xecbe7b'

@ -2,7 +2,7 @@
#compositing-foreground = over #compositing-foreground = over
[colors] [colors]
background = #252d37 background = #21242b
foreground = #fefefe foreground = #fefefe
foreground2 = #77fefefe foreground2 = #77fefefe
line = #bbb line = #bbb
@ -24,7 +24,7 @@ black = #32344a
red = #f7768c red = #f7768c
green = #9ece6a green = #9ece6a
yellow = #e0af68 yellow = #e0af68
blue = #7aa2f7 blue = #aabbff
magenta = #ad8ee6 magenta = #ad8ee6
cyan = #449dab cyan = #449dab
white = #787c99 white = #787c99
@ -46,7 +46,7 @@ monitor = ${env:MONITOR}
# override-redirect = true # override-redirect = true
width = 100% width = 100%
height = 32 height = 28
# bottom = 1 # bottom = 1

Loading…
Cancel
Save