lightmode
E. Almqvist 3 years ago
parent e0cb81b623
commit 49d93a621c
  1. 4
      alacritty/.config/alacritty/alacritty.yml
  2. 4
      polybar/.config/polybar/config

@ -55,7 +55,7 @@ font:
style: Bold Italic style: Bold Italic
# Point size # Point size
size: 10 size: 9
# Offset is the extra space around each character. `offset.y` can be thought of # Offset is the extra space around each character. `offset.y` can be thought of
# as modifying the line spacing, and `offset.x` as modifying the letter spacing. # as modifying the line spacing, and `offset.x` as modifying the letter spacing.
@ -70,7 +70,7 @@ draw_bold_text_with_bright_colors: true
colors: colors:
# Default colors # Default colors
primary: primary:
background: '0x0c1115' background: '0x282c34'
foreground: '0xefefff' foreground: '0xefefff'
selection: selection:

@ -2,7 +2,7 @@
#compositing-foreground = over #compositing-foreground = over
[colors] [colors]
background = #0c1115 background = #282c34
foreground = #fefefe foreground = #fefefe
foreground2 = #77fefefe foreground2 = #77fefefe
line = #bbb line = #bbb
@ -34,7 +34,7 @@ white = #787c99
# margin-bottom = 0 # margin-bottom = 0
[bar/top] [bar/top]
font-0 = "monospace:pixelsize=10;1" font-0 = "monospace:pixelsize=9;1"
font-1 = "siji:pixelsize=12;1" font-1 = "siji:pixelsize=12;1"
font-2 = "Font Awesome 5 Free Regular:size=12;1" font-2 = "Font Awesome 5 Free Regular:size=12;1"
font-3 = "Font Awesome 5 Free Solid:size=12;1" font-3 = "Font Awesome 5 Free Solid:size=12;1"

Loading…
Cancel
Save