feat: all new colors

This commit is contained in:
2026-03-22 04:01:03 -04:00
parent 2082904cd1
commit 73e2ea9e9a
14 changed files with 301 additions and 75 deletions

View File

@@ -1,3 +1,5 @@
import = ["~/.config/rider-palette/alacritty.toml"]
[font]
size = 16
@@ -20,21 +22,3 @@ style = "Bold Italic"
[window]
opacity = 0.95
padding = { x = 5, y = 5 }
[colors.primary]
background = "#1a1b26"
foreground = "#c0caf5"
[colors.normal]
black = "#1e1e2e"
red = "#f38ba8"
green = "#a6e3a1"
yellow = "#f9e2af"
blue = "#61afef"
magenta = "#f5c2e7"
cyan = "#94e2d5"
white = "#cdd6f4"
[colors.cursor]
text = "CellBackground"
cursor = "CellForeground"