diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-08-29 17:02:30 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-08-29 17:02:30 +0530 |
commit | d7e748764e5c3a9000d6c89c392c230265d5f267 (patch) | |
tree | 1fea2f9e0ec16b52d7f9e91fba8a2f9438fb4e61 /.config/alacritty/themes/rose-pine-moon.toml | |
parent | 2de2569126664936d006e0f711a4ad8c2ca6f706 (diff) |
removed unnecessary themes, modified mocha a bit
Diffstat (limited to '.config/alacritty/themes/rose-pine-moon.toml')
-rw-r--r-- | .config/alacritty/themes/rose-pine-moon.toml | 75 |
1 files changed, 0 insertions, 75 deletions
diff --git a/.config/alacritty/themes/rose-pine-moon.toml b/.config/alacritty/themes/rose-pine-moon.toml deleted file mode 100644 index 3bbfe65..0000000 --- a/.config/alacritty/themes/rose-pine-moon.toml +++ /dev/null @@ -1,75 +0,0 @@ -# Colors section of "Alacritty - TOML configuration file format" -# https://github.com/alacritty/alacritty/blob/master/extra/man/alacritty.5.scd#colors - -[colors.primary] -foreground = "#e0def4" -background = "#232136" -dim_foreground = "#908caa" -bright_foreground = "#e0def4" - -[colors.cursor] -text = "#e0def4" -cursor = "#56526e" - -[colors.vi_mode_cursor] -text = "#e0def4" -cursor = "#56526e" - -[colors.search.matches] -foreground = "#908caa" -background = "#393552" - -[colors.search.focused_match] -foreground = "#232136" -background = "#ea9a97" - -[colors.hints.start] -foreground = "#908caa" -background = "#2a273f" - -[colors.hints.end] -foreground = "#6e6a86" -background = "#2a273f" - -[colors.line_indicator] -foreground = "None" -background = "None" - -[colors.footer_bar] -foreground = "#e0def4" -background = "#2a273f" - -[colors.selection] -text = "#e0def4" -background = "#44415a" - -[colors.normal] -black = "#393552" -red = "#eb6f92" -green = "#3e8fb0" -yellow = "#f6c177" -blue = "#9ccfd8" -magenta = "#c4a7e7" -cyan = "#ea9a97" -white = "#e0def4" - -[colors.bright] -black = "#6e6a86" -red = "#eb6f92" -green = "#3e8fb0" -yellow = "#f6c177" -blue = "#9ccfd8" -magenta = "#c4a7e7" -cyan = "#ea9a97" -white = "#e0def4" - -[colors.dim] -black = "#6e6a86" -red = "#eb6f92" -green = "#3e8fb0" -yellow = "#f6c177" -blue = "#9ccfd8" -magenta = "#c4a7e7" -cyan = "#ea9a97" -white = "#e0def4" - |