New backup 2024-06-12 05:30:02

This commit is contained in:
Penelope Gwen 2024-06-12 05:30:02 -06:00
parent e0b10b5364
commit 3b3062b196
2 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,4 @@
import = ["/home/pogmommy/.config/de-vars/colors/blazer/alacritty.toml"]
[window]
opacity = 0.8

View file

@ -0,0 +1,27 @@
[colors.bright]
black = "0x918988"
blue = "0xBDBDDB"
cyan = "0xBDDBDB"
green = "0xBDDBBD"
magenta = "0xDBBDDB"
red = "0xDBBDBD"
white = "0xFFFFFF"
yellow = "0xDBDBBD"
[colors.cursor]
cursor = "0xB87A7A"
text = "0xD9D9D9"
[colors.normal]
black = "0x2C2423"
blue = "0x7A7AB8"
cyan = "0x7AB8B8"
green = "0x7AB87A"
magenta = "0xB87AB8"
red = "0xB87A7A"
white = "0xD9D9D9"
yellow = "0xB8B87A"
[colors.primary]
background = "0x2C2423"
foreground = "0xD9D9D9"