Add .config/alacritty/colibri.toml
Add .config/alacritty/dank-theme.toml
This commit is contained in:
parent
48156b2737
commit
22bd2b5d81
2 changed files with 59 additions and 0 deletions
28
private_dot_config/alacritty/colibri.toml
Normal file
28
private_dot_config/alacritty/colibri.toml
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
[colors.primary]
|
||||||
|
foreground = "#ebeafa"
|
||||||
|
background = "#3b224c"
|
||||||
|
|
||||||
|
[colors.selection]
|
||||||
|
foreground = "#eaeaea"
|
||||||
|
background = "#404040"
|
||||||
|
|
||||||
|
[colors.normal]
|
||||||
|
black = "#3b224c"
|
||||||
|
red = "#f47868"
|
||||||
|
green = "#9ff28f"
|
||||||
|
yellow = "#efba5d"
|
||||||
|
blue = "#a4a0e8"
|
||||||
|
magenta = "#dbbfef"
|
||||||
|
cyan = "#6acdca"
|
||||||
|
white = "#ebeafa"
|
||||||
|
|
||||||
|
[colors.bright]
|
||||||
|
black = "#697c81"
|
||||||
|
red = "#ff3334"
|
||||||
|
green = "#9ec400"
|
||||||
|
yellow = "#e7c547"
|
||||||
|
blue = "#7aa6da"
|
||||||
|
magenta = "#b77ee0"
|
||||||
|
cyan = "#54ced6"
|
||||||
|
white = "#ffffff"
|
||||||
|
|
||||||
31
private_dot_config/alacritty/dank-theme.toml
Normal file
31
private_dot_config/alacritty/dank-theme.toml
Normal file
|
|
@ -0,0 +1,31 @@
|
||||||
|
[colors.primary]
|
||||||
|
background = '#181216'
|
||||||
|
foreground = '#ecdfe5'
|
||||||
|
|
||||||
|
[colors.selection]
|
||||||
|
text = '#ecdfe5'
|
||||||
|
background = '#67355d'
|
||||||
|
|
||||||
|
[colors.cursor]
|
||||||
|
text = '#181216'
|
||||||
|
cursor = '#f4b2e2'
|
||||||
|
|
||||||
|
[colors.normal]
|
||||||
|
black = '#181216'
|
||||||
|
red = '#d75c3c'
|
||||||
|
green = '#6ed681'
|
||||||
|
yellow = '#d1db7b'
|
||||||
|
blue = '#c75aa9'
|
||||||
|
magenta = '#b78fac'
|
||||||
|
cyan = '#f4b2e2'
|
||||||
|
white = '#abb2bf'
|
||||||
|
|
||||||
|
[colors.bright]
|
||||||
|
black = '#5c6370'
|
||||||
|
red = '#e0795f'
|
||||||
|
green = '#86e096'
|
||||||
|
yellow = '#e0e897'
|
||||||
|
blue = '#ffbff2'
|
||||||
|
magenta = '#b158a8'
|
||||||
|
cyan = '#a9638c'
|
||||||
|
white = '#ffffff'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue