summaryrefslogtreecommitdiff
path: root/alacritty
diff options
context:
space:
mode:
authorEnricoGuccii <partyka.003@proton.me>2025-08-03 23:57:32 +0200
committerEnricoGuccii <partyka.003@proton.me>2025-08-03 23:57:32 +0200
commitb5ce366b3f267ef311c9135b0579b03d7588ccbd (patch)
tree162ac8d42504aab8fc7602a0ed367f898312a320 /alacritty
parent723f0c892639f661bd6325fc487e7642555fc60b (diff)
color change
Diffstat (limited to 'alacritty')
-rw-r--r--alacritty/alacritty.toml18
1 files changed, 9 insertions, 9 deletions
diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml
index b00e8ea..ab71900 100644
--- a/alacritty/alacritty.toml
+++ b/alacritty/alacritty.toml
@@ -18,41 +18,41 @@ hide_when_typing = true
[colors.primary]
-background = "#141415"
+background = "#121212"
foreground = "#cdd6f4"
dim_foreground = "#7f849c"
bright_foreground = "#cdd6f4"
[colors.cursor]
-text = "#141415"
+text = "#121212"
cursor = "#f5e0dc"
[colors.vi_mode_cursor]
-text = "#141415"
+text = "#121212"
cursor = "#b4befe"
[colors.search.matches]
-foreground = "#141415"
+foreground = "#121212"
background = "#a6adc8"
[colors.search.focused_match]
-foreground = "#141415"
+foreground = "#121212"
background = "#a6e3a1"
[colors.footer_bar]
-foreground = "#141415"
+foreground = "#121212"
background = "#a6adc8"
[colors.hints.start]
-foreground = "#141415"
+foreground = "#121212"
background = "#f9e2af"
[colors.hints.end]
-foreground = "#141415"
+foreground = "#121212"
background = "#a6adc8"
[colors.selection]
-text = "#141415"
+text = "#121212"
background = "#f5e0dc"
[colors.normal]