alacrity: increase font, use five-colors theme
This commit is contained in:
@@ -5,7 +5,7 @@ draw_bold_text_with_bright_colors = false
|
|||||||
TERM = "xterm-256color"
|
TERM = "xterm-256color"
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 10
|
size = 11
|
||||||
|
|
||||||
[font.bold]
|
[font.bold]
|
||||||
family = "HurmitNerdFont"
|
family = "HurmitNerdFont"
|
||||||
|
|||||||
@@ -1,31 +1,33 @@
|
|||||||
# https://github.com/alacritty/alacritty-theme/blob/master/themes/nordic.toml
|
# Colors (five-colors dark)
|
||||||
|
|
||||||
# Colors (Nordic)
|
|
||||||
|
|
||||||
[colors.primary]
|
[colors.primary]
|
||||||
background = '#242933'
|
foreground = '#a29e98'
|
||||||
foreground = '#BBBDAF'
|
background = '#272117'
|
||||||
|
|
||||||
[colors.normal]
|
[colors.normal]
|
||||||
black = '#191C1D'
|
black = '#85919b'
|
||||||
red = '#BD6062'
|
red = '#c37583'
|
||||||
green = '#A3D6A9'
|
green = '#44a386'
|
||||||
yellow = '#F0DFAF'
|
yellow = '#af8842'
|
||||||
blue = '#8FB4D8'
|
blue = '#5396c7'
|
||||||
magenta = '#C7A9D9'
|
magenta = '#a57cba'
|
||||||
cyan = '#B6D7A8'
|
cyan = '#2da0ad'
|
||||||
white = '#BDC5BD'
|
white = '#b0bcc7'
|
||||||
|
|
||||||
[colors.bright]
|
[colors.bright]
|
||||||
black = '#727C7C'
|
black = '#85919b'
|
||||||
red = '#D18FAF'
|
red = '#f2a0ae'
|
||||||
green = '#B7CEB0'
|
green = '#73d0b1'
|
||||||
yellow = '#BCBCBC'
|
yellow = '#dcb46e'
|
||||||
blue = '#E0CF9F'
|
blue = '#7fc3f5'
|
||||||
magenta = '#C7A9D9'
|
magenta = '#d2a8e8'
|
||||||
cyan = '#BBDA97'
|
cyan = '#62cdda'
|
||||||
white = '#BDC5BD'
|
white = '#a29e98'
|
||||||
|
|
||||||
|
[colors.cursor]
|
||||||
|
cursor = '#73d0b1'
|
||||||
|
text = '#272117'
|
||||||
|
|
||||||
[colors.selection]
|
[colors.selection]
|
||||||
text = '#000000'
|
background = '#276c9a'
|
||||||
background = '#F0DFAF'
|
text = '#272117'
|
||||||
|
|||||||
@@ -1,35 +1,33 @@
|
|||||||
# https://github.com/alacritty/alacritty-theme/blob/master/themes/night_owlish_light.toml
|
# Colors (five-colors light)
|
||||||
|
|
||||||
# Colors (Night Owlish Light)
|
|
||||||
|
|
||||||
[colors.primary]
|
[colors.primary]
|
||||||
background = '#ffffff'
|
foreground = '#696257'
|
||||||
foreground = '#403f53'
|
background = '#faf8f5'
|
||||||
|
|
||||||
[colors.normal]
|
[colors.normal]
|
||||||
black = '#011627'
|
black = '#272117'
|
||||||
red = '#d3423e'
|
red = '#d0818f'
|
||||||
green = '#2aa298'
|
green = '#52af92'
|
||||||
yellow = '#daaa01'
|
yellow = '#bc944f'
|
||||||
blue = '#4876d6'
|
blue = '#60a3d4'
|
||||||
magenta = '#403f53'
|
magenta = '#b289c7'
|
||||||
cyan = '#08916a'
|
cyan = '#3dadba'
|
||||||
white = '#7a8181'
|
white = '#b6c3cd'
|
||||||
|
|
||||||
[colors.bright]
|
[colors.bright]
|
||||||
black = '#7a8181'
|
black = '#919da7'
|
||||||
red = '#f76e6e'
|
red = '#85c9fc'
|
||||||
green = '#49d0c5'
|
green = '#7ad6b7'
|
||||||
yellow = '#dac26b'
|
yellow = '#e3ba74'
|
||||||
blue = '#5ca7e4'
|
blue = '#60a3d4'
|
||||||
magenta = '#697098'
|
magenta = '#d9aeee'
|
||||||
cyan = '#00c990'
|
cyan = '#85c9fc'
|
||||||
white = '#989fb1'
|
white = '#faf8f5'
|
||||||
|
|
||||||
[colors.cursor]
|
[colors.cursor]
|
||||||
cursor = '#403f53'
|
cursor = '#7ad6b7'
|
||||||
text = '#fbfbfb'
|
text = '#faf8f5'
|
||||||
|
|
||||||
[colors.selection]
|
[colors.selection]
|
||||||
background = '#f2f2f2'
|
background = '#3a7ead'
|
||||||
text = '#403f53'
|
text = '#faf8f5'
|
||||||
|
|||||||
Reference in New Issue
Block a user