chore: Add alacritty config
This commit is contained in:
parent
cd5d13ff27
commit
68c0ca7924
12
dot-config/alacritty/alacritty.toml
Normal file
12
dot-config/alacritty/alacritty.toml
Normal file
@ -0,0 +1,12 @@
|
||||
import = [ "~/.config/alacritty/themes/citylights.toml" ]
|
||||
live_config_reload = true
|
||||
|
||||
[font]
|
||||
size = 12.0
|
||||
|
||||
[font.normal]
|
||||
family = "Fira Code"
|
||||
style = "Regular"
|
||||
|
||||
[shell]
|
||||
program = "/usr/bin/zsh"
|
30
dot-config/alacritty/themes/citylights.toml
Normal file
30
dot-config/alacritty/themes/citylights.toml
Normal file
@ -0,0 +1,30 @@
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#171d23'
|
||||
foreground = '#ffffff'
|
||||
|
||||
# Cursor colors
|
||||
[colors.cursor]
|
||||
text = '#fafafa'
|
||||
cursor = '#008b94'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#333f4a'
|
||||
red = '#d95468'
|
||||
green = '#8bd49c'
|
||||
blue = '#539afc'
|
||||
magenta = '#b62d65'
|
||||
cyan = '#70e1e8'
|
||||
white = '#b7c5d3'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#41505e'
|
||||
red = '#d95468'
|
||||
green = '#8bd49c'
|
||||
yellow = '#ebbf83'
|
||||
blue = '#5ec4ff'
|
||||
magenta = '#e27e8d'
|
||||
cyan = '#70e1e8'
|
||||
white = '#ffffff'
|
Loading…
Reference in New Issue
Block a user