theme
This commit is contained in:
@@ -28,4 +28,4 @@ history = 50000
|
|||||||
opacity = 0.9
|
opacity = 0.9
|
||||||
|
|
||||||
[general]
|
[general]
|
||||||
import = [ "./nordic-default" ]
|
import = [ "./tender-default.toml" ]
|
||||||
|
|||||||
31
arch/alacritty/.config/alacritty/tender-default.toml
Normal file
31
arch/alacritty/.config/alacritty/tender-default.toml
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
[colors.primary]
|
||||||
|
foreground = "#eeeeee"
|
||||||
|
background = "#282828"
|
||||||
|
|
||||||
|
[colors.cursor]
|
||||||
|
text = "#282828"
|
||||||
|
cursor = "#eeeeee"
|
||||||
|
|
||||||
|
[colors.selection]
|
||||||
|
text = "#eeeeee"
|
||||||
|
background = "#293b44"
|
||||||
|
|
||||||
|
[colors.normal]
|
||||||
|
black = "#282828"
|
||||||
|
red = "#f43753"
|
||||||
|
green = "#c9d05c"
|
||||||
|
yellow = "#ffc24b"
|
||||||
|
blue = "#b3deef"
|
||||||
|
magenta = "#d3b987"
|
||||||
|
cyan = "#73cef4"
|
||||||
|
white = "#eeeeee"
|
||||||
|
|
||||||
|
[colors.bright]
|
||||||
|
black = "#1d1d1d"
|
||||||
|
red = "#f43753"
|
||||||
|
green = "#c9d05c"
|
||||||
|
yellow = "#ffc24b"
|
||||||
|
blue = "#b3deef"
|
||||||
|
magenta = "#d3b987"
|
||||||
|
cyan = "#73cef4"
|
||||||
|
white = "#ffffff"
|
||||||
Reference in New Issue
Block a user