alacritty themes

This commit is contained in:
[yuri]
2025-11-28 19:56:54 +01:00
parent a6087960ca
commit 9c43d1c784
3 changed files with 63 additions and 1 deletions

View File

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

View File

@@ -0,0 +1,31 @@
[colors.primary]
foreground = "#d8dee9"
background = "#2e3440"
[colors.cursor]
text = "#2e3440"
cursor = "#d8dee9"
[colors.selection]
text = "#d8dee9"
background = "#3f4758"
[colors.normal]
black = "#3b4252"
red = "#bf616a"
green = "#a3be8c"
yellow = "#ebcb8b"
blue = "#81a1c1"
magenta = "#b48ead"
cyan = "#88c0d0"
white = "#e5e9f0"
[colors.bright]
black = "#4c566a"
red = "#bf616a"
green = "#a3be8c"
yellow = "#ebcb8b"
blue = "#81a1c1"
magenta = "#b48ead"
cyan = "#8fbcbb"
white = "#eceff4"

View File

@@ -0,0 +1,31 @@
[colors.primary]
foreground = "#bbc3d4"
background = "#242933"
[colors.cursor]
text = "#191d24"
cursor = "#bbc3d4"
[colors.selection]
text = "#bbc3d4"
background = "#1b1f26"
[colors.normal]
black = "#191d24"
red = "#bf616a"
green = "#a3be8c"
yellow = "#ebcb8b"
blue = "#5e81ac"
magenta = "#b48ead"
cyan = "#8fbcbb"
white = "#bbc3d4"
[colors.bright]
black = "#3b4252"
red = "#c5727a"
green = "#b1c89d"
yellow = "#efd49f"
blue = "#88c0d0"
magenta = "#be9d88"
cyan = "#9fc6c5"
white = "#d8dee9"