Cleanup and switched to dot- prefix now that stow has been fixed

This commit is contained in:
2024-04-12 06:13:28 +02:00
parent f75c024e77
commit a4b767ac59
45 changed files with 7 additions and 45 deletions

View File

@@ -0,0 +1,20 @@
import = ["/home/tim/.config/alacritty/gruvbox_dark.toml"]
[env]
TERM = "xterm-256color"
[font]
size = 11.0
[font.normal]
family = "SauceCodePro Nerd Font Mono"
[window]
decorations = "none"
dynamic_padding = true
dynamic_title = true
resize_increments = true
[window.dimensions]
columns = 80
lines = 24

View File

@@ -0,0 +1,23 @@
[colors.bright]
black = "#928374"
blue = "#83a598"
cyan = "#8ec07c"
green = "#b8bb26"
magenta = "#d3869b"
red = "#fb4934"
white = "#ebdbb2"
yellow = "#fabd2f"
[colors.normal]
black = "#282828"
blue = "#458588"
cyan = "#689d6a"
green = "#98971a"
magenta = "#b16286"
red = "#cc241d"
white = "#a89984"
yellow = "#d79921"
[colors.primary]
background = "#282828"
foreground = "#ebdbb2"