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:
# Default colors
primary:
background: '0x252d37'
background: '0x21242b'
foreground: '0xbbc2cf'
# Normal colors
normal:
black: '0x282c34'
black: '0x21242b'
red: '0xff6c6b'
green: '0x98be65'
yellow: '0xecbe7b'

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

Loading…
Cancel
Save