alacrity: increase font, use five-colors theme

This commit is contained in:
2026-06-26 23:36:05 +02:00
parent a26667a7bb
commit fef0868168
3 changed files with 50 additions and 50 deletions

View File

@@ -5,7 +5,7 @@ draw_bold_text_with_bright_colors = false
TERM = "xterm-256color"
[font]
size = 10
size = 11
[font.bold]
family = "HurmitNerdFont"
@@ -14,4 +14,4 @@ family = "HurmitNerdFont"
family = "HurmitNerdFont"
[general]
import = ["~/.config/alacritty/dark.toml"]
import = ["~/.config/alacritty/light.toml"]

View File

@@ -1,31 +1,33 @@
# https://github.com/alacritty/alacritty-theme/blob/master/themes/nordic.toml
# Colors (Nordic)
# Colors (five-colors dark)
[colors.primary]
background = '#242933'
foreground = '#BBBDAF'
foreground = '#a29e98'
background = '#272117'
[colors.normal]
black = '#191C1D'
red = '#BD6062'
green = '#A3D6A9'
yellow = '#F0DFAF'
blue = '#8FB4D8'
magenta = '#C7A9D9'
cyan = '#B6D7A8'
white = '#BDC5BD'
black = '#85919b'
red = '#c37583'
green = '#44a386'
yellow = '#af8842'
blue = '#5396c7'
magenta = '#a57cba'
cyan = '#2da0ad'
white = '#b0bcc7'
[colors.bright]
black = '#727C7C'
red = '#D18FAF'
green = '#B7CEB0'
yellow = '#BCBCBC'
blue = '#E0CF9F'
magenta = '#C7A9D9'
cyan = '#BBDA97'
white = '#BDC5BD'
black = '#85919b'
red = '#f2a0ae'
green = '#73d0b1'
yellow = '#dcb46e'
blue = '#7fc3f5'
magenta = '#d2a8e8'
cyan = '#62cdda'
white = '#a29e98'
[colors.cursor]
cursor = '#73d0b1'
text = '#272117'
[colors.selection]
text = '#000000'
background = '#F0DFAF'
background = '#276c9a'
text = '#272117'

View File

@@ -1,35 +1,33 @@
# https://github.com/alacritty/alacritty-theme/blob/master/themes/night_owlish_light.toml
# Colors (Night Owlish Light)
# Colors (five-colors light)
[colors.primary]
background = '#ffffff'
foreground = '#403f53'
foreground = '#696257'
background = '#faf8f5'
[colors.normal]
black = '#011627'
red = '#d3423e'
green = '#2aa298'
yellow = '#daaa01'
blue = '#4876d6'
magenta = '#403f53'
cyan = '#08916a'
white = '#7a8181'
black = '#272117'
red = '#d0818f'
green = '#52af92'
yellow = '#bc944f'
blue = '#60a3d4'
magenta = '#b289c7'
cyan = '#3dadba'
white = '#b6c3cd'
[colors.bright]
black = '#7a8181'
red = '#f76e6e'
green = '#49d0c5'
yellow = '#dac26b'
blue = '#5ca7e4'
magenta = '#697098'
cyan = '#00c990'
white = '#989fb1'
black = '#919da7'
red = '#85c9fc'
green = '#7ad6b7'
yellow = '#e3ba74'
blue = '#60a3d4'
magenta = '#d9aeee'
cyan = '#85c9fc'
white = '#faf8f5'
[colors.cursor]
cursor = '#403f53'
text = '#fbfbfb'
cursor = '#7ad6b7'
text = '#faf8f5'
[colors.selection]
background = '#f2f2f2'
text = '#403f53'
background = '#3a7ead'
text = '#faf8f5'