diff options
| author | EnricoGuccii <partyka.003@proton.me> | 2026-03-03 02:04:06 +0100 |
|---|---|---|
| committer | EnricoGuccii <partyka.003@proton.me> | 2026-03-03 02:04:06 +0100 |
| commit | 5d485309f83354b8560ef1768c2f33bedfe3f36e (patch) | |
| tree | 4072577ada64e72ac95c6ba8a16fb75a8b49fa32 /.config | |
| parent | 4465a6bc5a46763890ea3f23e42396efa99bb749 (diff) | |
new colors
Diffstat (limited to '.config')
| -rw-r--r-- | .config/alacritty/alacritty.toml | 30 |
1 files changed, 12 insertions, 18 deletions
diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index 54cdc51..2b5428a 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -16,40 +16,34 @@ history = 10000 [mouse] hide_when_typing = true -### Jellybeans colorscheme ### [colors.primary] foreground = "#dedede" background = "#121212" [colors.cursor] -text = "#ffffff" -cursor = "#ffa560" +text = "#F5F1E8" +cursor = "#D27319" [colors.selection] -text = "#f4f4f4" +text = "#F5F1E8" background = "#474e91" [colors.normal] black = "#929292" red = "#e27373" -green = "#bddeab" -yellow = "#ffba7b" +green = "#B5B23C" +yellow = "#D27319" blue = "#97bedc" -magenta = "#e1c0fa" -cyan = "#00988e" +magenta = "#7162ac" +cyan = "#00838D" white = "#dedede" [colors.bright] black = "#bdbdbd" red = "#ffa1a1" -green = "#bddeab" -yellow = "#ffdca0" +green = "#D1D36F" +yellow = "#F6D99D" blue = "#b1d8f6" -magenta = "#fbdaff" -cyan = "#1ab2a8" -white = "#ffffff" - - - - - +magenta = "#C8A2C9" +cyan = "#3CA698" +white = "#F5F1E8" |