This commit is contained in:
[yuri]
2025-11-28 19:59:06 +01:00
parent 9c43d1c784
commit 4928c54e78
2 changed files with 32 additions and 1 deletions

View File

@@ -28,4 +28,4 @@ history = 50000
opacity = 0.9 opacity = 0.9
[general] [general]
import = [ "./nordic-default" ] import = [ "./tender-default.toml" ]

View 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"