Modernize i3 setup: alacritty, dunst, rofi, i3blocks, blurlock, picom updates
This commit is contained in:
33
files/configs/alacritty/alacritty.toml
Normal file
33
files/configs/alacritty/alacritty.toml
Normal file
@@ -0,0 +1,33 @@
|
||||
[window]
|
||||
opacity = 0.8
|
||||
padding = { x = 5, y = 5 }
|
||||
|
||||
[font]
|
||||
size = 11.0
|
||||
|
||||
[font.normal]
|
||||
family = "monospace"
|
||||
|
||||
[colors.primary]
|
||||
background = "#222D31"
|
||||
foreground = "#F9FAF9"
|
||||
|
||||
[colors.normal]
|
||||
black = "#2F3D44"
|
||||
red = "#CB4B16"
|
||||
green = "#1ABC9C"
|
||||
yellow = "#FFBF00"
|
||||
blue = "#268BD2"
|
||||
magenta = "#D33682"
|
||||
cyan = "#16a085"
|
||||
white = "#EEE8D5"
|
||||
|
||||
[colors.bright]
|
||||
black = "#556064"
|
||||
red = "#FF6666"
|
||||
green = "#33CC33"
|
||||
yellow = "#FDF6E3"
|
||||
blue = "#839496"
|
||||
magenta = "#6C71C4"
|
||||
cyan = "#93A1A1"
|
||||
white = "#F9FAF9"
|
||||
Reference in New Issue
Block a user