Files
dotfiles/config/alacritty/alacritty.toml
T
jasonhilder ccd02e718b Cleanup/updates for new software.
Dropped xfwm for awesomewm
Themed it accordingly, theme, icons, cursor, rofi
Cleaned up picom for awesome and made better animations
Install script cleanup and removed unneeded tools
2026-07-01 10:31:20 +02:00

34 lines
533 B
TOML

[general]
[font]
size = 13
offset = { x = 0, y = 3 }
normal = { family = "JetBrainsMono Nerd Font", style = "Regular" }
[window]
# startup_mode = "Maximized"
padding.x = 10
padding.y = 10
[cursor]
style.shape = "Beam"
style.blinking = "Always"
# LACKLUSTER COLORS
[colors.primary]
background = '#101010'
[colors.normal]
# black is gray0
black = '#111111'
red = '#C11F1F'
green = '#789978'
yellow = '#ffAA88'
blue = '#7788AA'
magenta = '#BD61A3'
# cyan is set to lack
cyan = '#708090'
# white is set to luster
white = '#DEEEED'