aboutsummaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-08-29 17:02:30 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-08-29 17:02:30 +0530
commitd7e748764e5c3a9000d6c89c392c230265d5f267 (patch)
tree1fea2f9e0ec16b52d7f9e91fba8a2f9438fb4e61 /.config
parent2de2569126664936d006e0f711a4ad8c2ca6f706 (diff)
removed unnecessary themes, modified mocha a bit
Diffstat (limited to '.config')
-rw-r--r--.config/alacritty/themes/catppuccin-frappe.toml65
-rw-r--r--.config/alacritty/themes/catppuccin-macchiato.toml66
-rw-r--r--.config/alacritty/themes/catppuccin-mocha.toml4
-rw-r--r--.config/alacritty/themes/doom-one-dark.yml32
-rw-r--r--.config/alacritty/themes/dracula.toml57
-rw-r--r--.config/alacritty/themes/embark.toml27
-rw-r--r--.config/alacritty/themes/rose-pine-dawn.toml75
-rw-r--r--.config/alacritty/themes/rose-pine-moon.toml75
-rw-r--r--.config/alacritty/themes/rose-pine.toml75
9 files changed, 2 insertions, 474 deletions
diff --git a/.config/alacritty/themes/catppuccin-frappe.toml b/.config/alacritty/themes/catppuccin-frappe.toml
deleted file mode 100644
index 3e6fac1..0000000
--- a/.config/alacritty/themes/catppuccin-frappe.toml
+++ /dev/null
@@ -1,65 +0,0 @@
-[colors.primary]
-background = "#303446"
-foreground = "#c6d0f5"
-dim_foreground = "#838ba7"
-bright_foreground = "#c6d0f5"
-
-[colors.cursor]
-text = "#303446"
-cursor = "#f2d5cf"
-
-[colors.vi_mode_cursor]
-text = "#303446"
-cursor = "#babbf1"
-
-[colors.search.matches]
-foreground = "#303446"
-background = "#a5adce"
-
-[colors.search.focused_match]
-foreground = "#303446"
-background = "#a6d189"
-
-[colors.footer_bar]
-foreground = "#303446"
-background = "#a5adce"
-
-[colors.hints.start]
-foreground = "#303446"
-background = "#e5c890"
-
-[colors.hints.end]
-foreground = "#303446"
-background = "#a5adce"
-
-[colors.selection]
-text = "#303446"
-background = "#f2d5cf"
-
-[colors.normal]
-black = "#51576d"
-red = "#e78284"
-green = "#a6d189"
-yellow = "#e5c890"
-blue = "#8caaee"
-magenta = "#f4b8e4"
-cyan = "#81c8be"
-white = "#b5bfe2"
-
-[colors.bright]
-black = "#626880"
-red = "#e78284"
-green = "#a6d189"
-yellow = "#e5c890"
-blue = "#8caaee"
-magenta = "#f4b8e4"
-cyan = "#81c8be"
-white = "#a5adce"
-
-[[colors.indexed_colors]]
-index = 16
-color = "#ef9f76"
-
-[[colors.indexed_colors]]
-index = 17
-color = "#f2d5cf"
diff --git a/.config/alacritty/themes/catppuccin-macchiato.toml b/.config/alacritty/themes/catppuccin-macchiato.toml
deleted file mode 100644
index df5c8bc..0000000
--- a/.config/alacritty/themes/catppuccin-macchiato.toml
+++ /dev/null
@@ -1,66 +0,0 @@
-[colors.primary]
-#background = "#24273a"
-background = "#14161b"
-foreground = "#cad3f5"
-dim_foreground = "#8087a2"
-bright_foreground = "#cad3f5"
-
-[colors.cursor]
-text = "#24273a"
-cursor = "#f4dbd6"
-
-[colors.vi_mode_cursor]
-text = "#24273a"
-cursor = "#b7bdf8"
-
-[colors.search.matches]
-foreground = "#24273a"
-background = "#a5adcb"
-
-[colors.search.focused_match]
-foreground = "#24273a"
-background = "#a6da95"
-
-[colors.footer_bar]
-foreground = "#24273a"
-background = "#a5adcb"
-
-[colors.hints.start]
-foreground = "#24273a"
-background = "#eed49f"
-
-[colors.hints.end]
-foreground = "#24273a"
-background = "#a5adcb"
-
-[colors.selection]
-text = "#24273a"
-background = "#f4dbd6"
-
-[colors.normal]
-black = "#494d64"
-red = "#ed8796"
-green = "#a6da95"
-yellow = "#eed49f"
-blue = "#8aadf4"
-magenta = "#f5bde6"
-cyan = "#8bd5ca"
-white = "#b8c0e0"
-
-[colors.bright]
-black = "#5b6078"
-red = "#ed8796"
-green = "#a6da95"
-yellow = "#eed49f"
-blue = "#8aadf4"
-magenta = "#f5bde6"
-cyan = "#8bd5ca"
-white = "#a5adcb"
-
-[[colors.indexed_colors]]
-index = 16
-color = "#f5a97f"
-
-[[colors.indexed_colors]]
-index = 17
-color = "#f4dbd6"
diff --git a/.config/alacritty/themes/catppuccin-mocha.toml b/.config/alacritty/themes/catppuccin-mocha.toml
index 7b752ce..672931b 100644
--- a/.config/alacritty/themes/catppuccin-mocha.toml
+++ b/.config/alacritty/themes/catppuccin-mocha.toml
@@ -1,6 +1,6 @@
[colors.primary]
#background = "#1e1e2e"
-background = "#14161b"
+background = "#11111b" # crust
foreground = "#cdd6f4"
dim_foreground = "#7f849c"
bright_foreground = "#cdd6f4"
@@ -35,7 +35,7 @@ background = "#a6adc8"
[colors.selection]
text = "#1e1e2e"
-background = "#f5e0dc"
+background = "#b4befe"
[colors.normal]
black = "#45475a"
diff --git a/.config/alacritty/themes/doom-one-dark.yml b/.config/alacritty/themes/doom-one-dark.yml
deleted file mode 100644
index de3393f..0000000
--- a/.config/alacritty/themes/doom-one-dark.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-# Doom One Dark theme, copied from DistroTube's config
-
-colors:
- # Default colors
- primary:
- # background: '0x282c34'
- background: '0x100b13'
- foreground: '0xbbc2cf'
-
- # Normal colors
- normal:
- # black: '0x1c1f24'
- black: '0x000000'
- red: '0xff6c6b'
- green: '0x98be65'
- yellow: '0xda8548'
- blue: '0x51afef'
- magenta: '0xc678dd'
- cyan: '0x5699af'
- white: '0x202328'
-
- # Bright colors
- bright:
- # black: '0x5b6268'
- black: '0x000000'
- red: '0xda8548'
- green: '0x4db5bd'
- yellow: '0xecbe7b'
- blue: '0x3071db' # This is 2257a0 in Doom Emacs but I lightened it.
- magenta: '0xa9a1e1'
- cyan: '0x46d9ff'
- white: '0xdfdfdf'
diff --git a/.config/alacritty/themes/dracula.toml b/.config/alacritty/themes/dracula.toml
deleted file mode 100644
index 1afe74d..0000000
--- a/.config/alacritty/themes/dracula.toml
+++ /dev/null
@@ -1,57 +0,0 @@
-[colors.bright]
-black = "0x4d4d4d"
-blue = "0xcaa9fa"
-cyan = "0x9aedfe"
-green = "0x5af78e"
-magenta = "0xff92d0"
-red = "0xff6e67"
-white = "0xe6e6e6"
-yellow = "0xf4f99d"
-
-[colors.cursor]
-cursor = "CellForeground"
-text = "CellBackground"
-
-[colors.dim]
-black = "0x14151b"
-blue = "0x4d5b86"
-cyan = "0x59dffc"
-green = "0x1ef956"
-magenta = "0xff46b0"
-red = "0xff2222"
-white = "0xe6e6d1"
-yellow = "0xebf85b"
-
-[colors.line_indicator]
-background = "None"
-foreground = "None"
-
-[colors.normal]
-black = "0x0e0a10"
-blue = "0xbd93f9"
-cyan = "0x8be9fd"
-green = "0x50fa7b"
-magenta = "0xff79c6"
-red = "0xff5555"
-white = "0xbfbfbf"
-yellow = "0xf1fa8c"
-
-[colors.primary]
-background = "0x0e0911"
-foreground = "0xf8f8f2"
-
-[colors.search.focused_match]
-background = "0xffb86c"
-foreground = "0x44475a"
-
-[colors.search.matches]
-background = "0x50fa7b"
-foreground = "0x44475a"
-
-[colors.selection]
-background = "0x44475a"
-text = "CellForeground"
-
-[colors.vi_mode_cursor]
-cursor = "CellForeground"
-text = "CellBackground"
diff --git a/.config/alacritty/themes/embark.toml b/.config/alacritty/themes/embark.toml
deleted file mode 100644
index 209ed93..0000000
--- a/.config/alacritty/themes/embark.toml
+++ /dev/null
@@ -1,27 +0,0 @@
-[colors.bright]
-black = "#585273"
-blue = "#78a8ff"
-cyan = "#63f2f1"
-green = "#7fe9c3"
-magenta = "#7676ff"
-red = "#f02e6e"
-white = "#8a889d"
-yellow = "#f2b482"
-
-[colors.cursor]
-cursor = "#a1efd3"
-text = "#1e1c31"
-
-[colors.normal]
-black = "#1e1c31"
-blue = "#91ddff"
-cyan = "#abf8f7"
-green = "#a1efd3"
-magenta = "#d4bfff"
-red = "#f48fb1"
-white = "#cbe3e7"
-yellow = "#ffe6b3"
-
-[colors.primary]
-background = "#1e1c31"
-foreground = "#cbe3e7"
diff --git a/.config/alacritty/themes/rose-pine-dawn.toml b/.config/alacritty/themes/rose-pine-dawn.toml
deleted file mode 100644
index 0e0444a..0000000
--- a/.config/alacritty/themes/rose-pine-dawn.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 = "#575279"
-background = "#faf4ed"
-dim_foreground = "#797593"
-bright_foreground = "#575279"
-
-[colors.cursor]
-text = "#575279"
-cursor = "#cecacd"
-
-[colors.vi_mode_cursor]
-text = "#575279"
-cursor = "#cecacd"
-
-[colors.search.matches]
-foreground = "#797593"
-background = "#f2e9e1"
-
-[colors.search.focused_match]
-foreground = "#faf4ed"
-background = "#d7827e"
-
-[colors.hints.start]
-foreground = "#797593"
-background = "#fffaf3"
-
-[colors.hints.end]
-foreground = "#9893a5"
-background = "#fffaf3"
-
-[colors.line_indicator]
-foreground = "None"
-background = "None"
-
-[colors.footer_bar]
-foreground = "#575279"
-background = "#fffaf3"
-
-[colors.selection]
-text = "#575279"
-background = "#dfdad9"
-
-[colors.normal]
-black = "#f2e9e1"
-red = "#b4637a"
-green = "#286983"
-yellow = "#ea9d34"
-blue = "#56949f"
-magenta = "#907aa9"
-cyan = "#d7827e"
-white = "#575279"
-
-[colors.bright]
-black = "#9893a5"
-red = "#b4637a"
-green = "#286983"
-yellow = "#ea9d34"
-blue = "#56949f"
-magenta = "#907aa9"
-cyan = "#d7827e"
-white = "#575279"
-
-[colors.dim]
-black = "#9893a5"
-red = "#b4637a"
-green = "#286983"
-yellow = "#ea9d34"
-blue = "#56949f"
-magenta = "#907aa9"
-cyan = "#d7827e"
-white = "#575279"
-
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"
-
diff --git a/.config/alacritty/themes/rose-pine.toml b/.config/alacritty/themes/rose-pine.toml
deleted file mode 100644
index ff757b2..0000000
--- a/.config/alacritty/themes/rose-pine.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 = "#191724"
-dim_foreground = "#908caa"
-bright_foreground = "#e0def4"
-
-[colors.cursor]
-text = "#e0def4"
-cursor = "#524f67"
-
-[colors.vi_mode_cursor]
-text = "#e0def4"
-cursor = "#524f67"
-
-[colors.search.matches]
-foreground = "#908caa"
-background = "#26233a"
-
-[colors.search.focused_match]
-foreground = "#191724"
-background = "#ebbcba"
-
-[colors.hints.start]
-foreground = "#908caa"
-background = "#1f1d2e"
-
-[colors.hints.end]
-foreground = "#6e6a86"
-background = "#1f1d2e"
-
-[colors.line_indicator]
-foreground = "None"
-background = "None"
-
-[colors.footer_bar]
-foreground = "#e0def4"
-background = "#1f1d2e"
-
-[colors.selection]
-text = "#e0def4"
-background = "#403d52"
-
-[colors.normal]
-black = "#26233a"
-red = "#eb6f92"
-green = "#31748f"
-yellow = "#f6c177"
-blue = "#9ccfd8"
-magenta = "#c4a7e7"
-cyan = "#ebbcba"
-white = "#e0def4"
-
-[colors.bright]
-black = "#6e6a86"
-red = "#eb6f92"
-green = "#31748f"
-yellow = "#f6c177"
-blue = "#9ccfd8"
-magenta = "#c4a7e7"
-cyan = "#ebbcba"
-white = "#e0def4"
-
-[colors.dim]
-black = "#6e6a86"
-red = "#eb6f92"
-green = "#31748f"
-yellow = "#f6c177"
-blue = "#9ccfd8"
-magenta = "#c4a7e7"
-cyan = "#ebbcba"
-white = "#e0def4"
-