minor progress..

This commit is contained in:
zegonix
2024-09-13 00:51:49 +02:00
parent 6e60ec45d9
commit 17c6ab5b3d
6 changed files with 65 additions and 64 deletions

View File

@@ -1,5 +1,11 @@
import = ["/home/scbj/.config/alacritty/summer.toml"]
#import = ["~/.config/alacritty/zegonix.toml"]
import = ["~/.config/alacritty/summer.toml"]
# history configuration
[scrolling]
history = 100000
# font configuration
[font]
size = 13.0

View File

@@ -1,46 +0,0 @@
[colors.bright]
black = "0x6D7070"
blue = "0x1BA6FA"
cyan = "0x73FBF1"
green = "0xB8E466"
magenta = "0xA578EA"
red = "0xFF4352"
white = "0xD8D8D0"
yellow = "0xFFD750"
[colors.cursor]
cursor = "0xBBBBBB"
text = "0x202830"
[colors.normal]
black = "0x000000"
blue = "0x3883F4"
cyan = "0x009496"
green = "0x479A06"
magenta = "0xA933D3"
red = "0xFD2D2D"
white = "0xEBEBEB"
yellow = "0xDAB808"
[colors.primary]
background = "0x202830"
foreground = "0xD8D8D0"
[font]
size = 14.0
[font.bold]
family = "Victor Mono"
style = "Bold"
[font.bold_italic]
family = "Victor Mono"
style = "BoldItalic"
[font.italic]
family = "Victor Mono"
style = "SemiBoldItalic"
[font.normal]
family = "Victor Mono"
style = "SemiBold"

View File

@@ -0,0 +1,40 @@
[colors.primary]
background = "0x202830"
foreground = "0xD8D8D0"
dim_foreground = "0xA0A0A0"
bright_foreground = "0xFFFFFF"
[colors.cursor]
cursor = "0xBBBBBB"
text = "0x202830"
[colors.normal]
black = "0x000000" # v
red = "0xFF0120" # v
green = "0x0CB653" # v
yellow = "0x5EB34D" # v
blue = "0x0E4081" # v
magenta = "0xE02482" # v
cyan = "0x15D7E5" # v
white = "0xE0E0E8" # v
[colors.bright]
black = "0x101010" # v
red = "0xFF4054" # v
green = "0x4BDD94" # v
yellow = "0x9EDF6D" # v
blue = "0x72AFE3" # v
magenta = "0xFBADDD" # v
cyan = "0x65E7F1" # v
white = "0xFFFFFF" # v
[colors.dim]
black = "0x000000" # v
red = "0xB30015" # v
green = "0x165A36" # v
yellow = "0x2A5C23" # v
blue = "0x001D42" # v
magenta = "0x9034B2" # v
cyan = "0x109EA8" # v
white = "0xC8C8D0" # v