This commit is contained in:
2026-03-05 09:40:10 +01:00
parent 0a4ff4c504
commit 84bee93e89
10 changed files with 157 additions and 20 deletions

View File

@ -7,23 +7,23 @@ shape = "Beam"
blinking = "On"
[font]
size = 16.0
size = 15.0
[font.bold]
family = "Monaspace Neon"
style = "Regular"
family = "JetBrains Mono"
style = "Medium"
[font.glyph_offset]
x = 0
y = 0
[font.italic]
family = "Monaspace Neon"
family = "JetBrains Mono"
style = "Italic"
[font.normal]
family = "Monaspace Neon"
style = "Regular"
family = "JetBrains Mono"
style = "Medium"
[font.offset]
x = 0

View File

@ -1 +1 @@
dark/default.toml
/home/paul/.config/alacritty/themes/light/default.toml

View File

@ -3,7 +3,7 @@
[colors.primary]
foreground = "#c5c8c6"
background = "#1d1f21"
background = "#131414"
[colors.normal]
black = "#1d1f21"

View File

@ -0,0 +1,30 @@
# Colors (Alabaster)
# author tonsky
[colors.primary]
background = '#F7F7F7'
foreground = '#434343'
[colors.cursor]
text = '#F7F7F7'
cursor = '#434343'
[colors.normal]
black = '#000000'
red = '#AA3731'
green = '#448C27'
yellow = '#CB9000'
blue = '#325CC0'
magenta = '#7A3E9D'
cyan = '#0083B2'
white = '#BBBBBB'
[colors.bright]
black = '#777777'
red = '#F05050'
green = '#60CB00'
yellow = '#FFBC5D'
blue = '#007ACC'
magenta = '#E64CE6'
cyan = '#00AACB'
white = '#FFFFFF'

View File

@ -1 +1 @@
google-light.toml
alabaster.toml