From 1de67e87f125989fe43734c956d89a2901cd5461 Mon Sep 17 00:00:00 2001 From: Henry Sipp Date: Sat, 28 Jun 2025 12:29:38 -0500 Subject: [PATCH] Remove theme references --- archthemes/catppuccin/alacritty.toml | 76 ---------------------- archthemes/catppuccin/backgrounds.sh | 2 - archthemes/catppuccin/btop.theme | 83 ------------------------ archthemes/catppuccin/hyprland.conf | 4 -- archthemes/catppuccin/hyprlock.conf | 42 ------------ archthemes/catppuccin/mako.ini | 14 ---- archthemes/catppuccin/neovim.lua | 8 --- archthemes/catppuccin/waybar.css | 5 -- archthemes/catppuccin/wofi.css | 73 --------------------- archthemes/everforest/alacritty.toml | 24 ------- archthemes/everforest/backgrounds.sh | 2 - archthemes/everforest/btop.theme | 92 --------------------------- archthemes/everforest/hyprland.conf | 4 -- archthemes/everforest/hyprlock.conf | 42 ------------ archthemes/everforest/mako.ini | 14 ---- archthemes/everforest/neovim.lua | 10 --- archthemes/everforest/waybar.css | 5 -- archthemes/everforest/wofi.css | 73 --------------------- archthemes/gruvbox/alacritty.toml | 24 ------- archthemes/gruvbox/backgrounds.sh | 2 - archthemes/gruvbox/btop.theme | 92 --------------------------- archthemes/gruvbox/hyprland.conf | 4 -- archthemes/gruvbox/hyprlock.conf | 42 ------------ archthemes/gruvbox/mako.ini | 14 ---- archthemes/gruvbox/neovim.lua | 9 --- archthemes/gruvbox/waybar.css | 5 -- archthemes/gruvbox/wofi.css | 73 --------------------- archthemes/kanagawa/alacritty.toml | 36 ----------- archthemes/kanagawa/backgrounds.sh | 2 - archthemes/kanagawa/btop.theme | 86 ------------------------- archthemes/kanagawa/hyprland.conf | 4 -- archthemes/kanagawa/hyprlock.conf | 42 ------------ archthemes/kanagawa/mako.ini | 14 ---- archthemes/kanagawa/neovim.lua | 9 --- archthemes/kanagawa/waybar.css | 5 -- archthemes/kanagawa/wofi.css | 73 --------------------- archthemes/nord/alacritty.toml | 47 -------------- archthemes/nord/backgrounds.sh | 2 - archthemes/nord/btop.theme | 89 -------------------------- archthemes/nord/hyprland.conf | 4 -- archthemes/nord/hyprlock.conf | 42 ------------ archthemes/nord/mako.ini | 14 ---- archthemes/nord/neovim.lua | 9 --- archthemes/nord/waybar.css | 5 -- archthemes/nord/wofi.css | 73 --------------------- archthemes/tokyo-night/alacritty.toml | 29 --------- archthemes/tokyo-night/backgrounds.sh | 3 - archthemes/tokyo-night/btop.theme | 82 ------------------------ archthemes/tokyo-night/hyprland.conf | 5 -- archthemes/tokyo-night/hyprlock.conf | 42 ------------ archthemes/tokyo-night/mako.ini | 14 ---- archthemes/tokyo-night/neovim.lua | 8 --- archthemes/tokyo-night/waybar.css | 5 -- archthemes/tokyo-night/wofi.css | 73 --------------------- 54 files changed, 1655 deletions(-) delete mode 100644 archthemes/catppuccin/alacritty.toml delete mode 100644 archthemes/catppuccin/backgrounds.sh delete mode 100644 archthemes/catppuccin/btop.theme delete mode 100644 archthemes/catppuccin/hyprland.conf delete mode 100644 archthemes/catppuccin/hyprlock.conf delete mode 100644 archthemes/catppuccin/mako.ini delete mode 100644 archthemes/catppuccin/neovim.lua delete mode 100644 archthemes/catppuccin/waybar.css delete mode 100644 archthemes/catppuccin/wofi.css delete mode 100644 archthemes/everforest/alacritty.toml delete mode 100644 archthemes/everforest/backgrounds.sh delete mode 100644 archthemes/everforest/btop.theme delete mode 100644 archthemes/everforest/hyprland.conf delete mode 100644 archthemes/everforest/hyprlock.conf delete mode 100644 archthemes/everforest/mako.ini delete mode 100644 archthemes/everforest/neovim.lua delete mode 100644 archthemes/everforest/waybar.css delete mode 100644 archthemes/everforest/wofi.css delete mode 100644 archthemes/gruvbox/alacritty.toml delete mode 100644 archthemes/gruvbox/backgrounds.sh delete mode 100644 archthemes/gruvbox/btop.theme delete mode 100644 archthemes/gruvbox/hyprland.conf delete mode 100644 archthemes/gruvbox/hyprlock.conf delete mode 100644 archthemes/gruvbox/mako.ini delete mode 100644 archthemes/gruvbox/neovim.lua delete mode 100644 archthemes/gruvbox/waybar.css delete mode 100644 archthemes/gruvbox/wofi.css delete mode 100644 archthemes/kanagawa/alacritty.toml delete mode 100644 archthemes/kanagawa/backgrounds.sh delete mode 100644 archthemes/kanagawa/btop.theme delete mode 100644 archthemes/kanagawa/hyprland.conf delete mode 100644 archthemes/kanagawa/hyprlock.conf delete mode 100644 archthemes/kanagawa/mako.ini delete mode 100644 archthemes/kanagawa/neovim.lua delete mode 100644 archthemes/kanagawa/waybar.css delete mode 100644 archthemes/kanagawa/wofi.css delete mode 100644 archthemes/nord/alacritty.toml delete mode 100644 archthemes/nord/backgrounds.sh delete mode 100644 archthemes/nord/btop.theme delete mode 100644 archthemes/nord/hyprland.conf delete mode 100644 archthemes/nord/hyprlock.conf delete mode 100644 archthemes/nord/mako.ini delete mode 100644 archthemes/nord/neovim.lua delete mode 100644 archthemes/nord/waybar.css delete mode 100644 archthemes/nord/wofi.css delete mode 100644 archthemes/tokyo-night/alacritty.toml delete mode 100644 archthemes/tokyo-night/backgrounds.sh delete mode 100644 archthemes/tokyo-night/btop.theme delete mode 100644 archthemes/tokyo-night/hyprland.conf delete mode 100644 archthemes/tokyo-night/hyprlock.conf delete mode 100644 archthemes/tokyo-night/mako.ini delete mode 100644 archthemes/tokyo-night/neovim.lua delete mode 100644 archthemes/tokyo-night/waybar.css delete mode 100644 archthemes/tokyo-night/wofi.css diff --git a/archthemes/catppuccin/alacritty.toml b/archthemes/catppuccin/alacritty.toml deleted file mode 100644 index bfa455a..0000000 --- a/archthemes/catppuccin/alacritty.toml +++ /dev/null @@ -1,76 +0,0 @@ -[colors.primary] -background = "#24273a" -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.dim] -black = "#494d64" -red = "#ed8796" -green = "#a6da95" -yellow = "#eed49f" -blue = "#8aadf4" -magenta = "#f5bde6" -cyan = "#8bd5ca" -white = "#b8c0e0" - -[[colors.indexed_colors]] -index = 16 -color = "#f5a97f" - -[[colors.indexed_colors]] -index = 17 -color = "#f4dbd6" - diff --git a/archthemes/catppuccin/backgrounds.sh b/archthemes/catppuccin/backgrounds.sh deleted file mode 100644 index 8f9dc00..0000000 --- a/archthemes/catppuccin/backgrounds.sh +++ /dev/null @@ -1,2 +0,0 @@ -mkdir -p "$BACKGROUNDS_DIR/catppuccin" -download_background_image "https://github.com/basecamp/omakub/raw/refs/heads/master/themes/catppuccin/background.png" "catppuccin/1-catppuccin.png" diff --git a/archthemes/catppuccin/btop.theme b/archthemes/catppuccin/btop.theme deleted file mode 100644 index 18a4ff6..0000000 --- a/archthemes/catppuccin/btop.theme +++ /dev/null @@ -1,83 +0,0 @@ -# Main background, empty for terminal default, need to be empty if you want transparent background -theme[main_bg]="#24273a" - -# Main text color -theme[main_fg]="#c6d0f5" - -# Title color for boxes -theme[title]="#c6d0f5" - -# Highlight color for keyboard shortcuts -theme[hi_fg]="#8caaee" - -# Background color of selected item in processes box -theme[selected_bg]="#51576d" - -# Foreground color of selected item in processes box -theme[selected_fg]="#8caaee" - -# Color of inactive/disabled text -theme[inactive_fg]="#838ba7" - -# Color of text appearing on top of graphs, i.e uptime and current network graph scaling -theme[graph_text]="#f2d5cf" - -# Background color of the percentage meters -theme[meter_bg]="#51576d" - -# Misc colors for processes box including mini cpu graphs, details memory graph and details status text -theme[proc_misc]="#f2d5cf" - -# CPU, Memory, Network, Proc box outline colors -theme[cpu_box]="#ca9ee6" #Mauve -theme[mem_box]="#a6d189" #Green -theme[net_box]="#ea999c" #Maroon -theme[proc_box]="#8caaee" #Blue - -# Box divider line and small boxes line color -theme[div_line]="#737994" - -# Temperature graph color (Green -> Yellow -> Red) -theme[temp_start]="#a6d189" -theme[temp_mid]="#e5c890" -theme[temp_end]="#e78284" - -# CPU graph colors (Teal -> Lavender) -theme[cpu_start]="#81c8be" -theme[cpu_mid]="#85c1dc" -theme[cpu_end]="#babbf1" - -# Mem/Disk free meter (Mauve -> Lavender -> Blue) -theme[free_start]="#ca9ee6" -theme[free_mid]="#babbf1" -theme[free_end]="#8caaee" - -# Mem/Disk cached meter (Sapphire -> Lavender) -theme[cached_start]="#85c1dc" -theme[cached_mid]="#8caaee" -theme[cached_end]="#babbf1" - -# Mem/Disk available meter (Peach -> Red) -theme[available_start]="#ef9f76" -theme[available_mid]="#ea999c" -theme[available_end]="#e78284" - -# Mem/Disk used meter (Green -> Sky) -theme[used_start]="#a6d189" -theme[used_mid]="#81c8be" -theme[used_end]="#99d1db" - -# Download graph colors (Peach -> Red) -theme[download_start]="#ef9f76" -theme[download_mid]="#ea999c" -theme[download_end]="#e78284" - -# Upload graph colors (Green -> Sky) -theme[upload_start]="#a6d189" -theme[upload_mid]="#81c8be" -theme[upload_end]="#99d1db" - -# Process box color gradient for threads, mem and cpu usage (Sapphire -> Mauve) -theme[process_start]="#85c1dc" -theme[process_mid]="#babbf1" -theme[process_end]="#ca9ee6" diff --git a/archthemes/catppuccin/hyprland.conf b/archthemes/catppuccin/hyprland.conf deleted file mode 100644 index dd59f04..0000000 --- a/archthemes/catppuccin/hyprland.conf +++ /dev/null @@ -1,4 +0,0 @@ -general { - # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors - col.active_border = rgb(c6d0f5) -} diff --git a/archthemes/catppuccin/hyprlock.conf b/archthemes/catppuccin/hyprlock.conf deleted file mode 100644 index 622d7fc..0000000 --- a/archthemes/catppuccin/hyprlock.conf +++ /dev/null @@ -1,42 +0,0 @@ -# ──────────────────────────────────────────────────────────── -# Hyprlock — Catppuccin theme -# ──────────────────────────────────────────────────────────── - -general { - disable_loading_bar = true - no_fade_in = false -} - -background { - monitor = - color = rgba(24,24,36,1.0) # #181824 solid color -} - -animations { - enabled = false -} - -input-field { - monitor = - size = 600, 100 - position = 0, 0 - halign = center - valign = center - - inner_color = rgba(24,24,36,0.8) # #181824 with opacity - outer_color = rgba(205,214,244,1.0) # #cdd6f4 - outline_thickness = 4 - - font_family = CaskaydiaMono Nerd Font - font_size = 32 - font_color = rgba(205,214,244,1.0) - - placeholder_color = rgba(205,214,244,0.6) - placeholder_text = Enter Password - check_color = rgba(68, 157, 171, 1.0) - fail_text = Wrong - - rounding = 0 - shadow_passes = 0 - fade_on_empty = false -} \ No newline at end of file diff --git a/archthemes/catppuccin/mako.ini b/archthemes/catppuccin/mako.ini deleted file mode 100644 index 6693ddb..0000000 --- a/archthemes/catppuccin/mako.ini +++ /dev/null @@ -1,14 +0,0 @@ -text-color=#cad3f5 -border-color=#c6d0f5 -background-color=#24273a -width=420 -height=110 -padding=10 -border-size=2 -font=Liberation Sans 11 -anchor=top-right -default-timeout=5000 -max-icon-size=32 - -[app-name=Spotify] -invisible=1 diff --git a/archthemes/catppuccin/neovim.lua b/archthemes/catppuccin/neovim.lua deleted file mode 100644 index dbe34f5..0000000 --- a/archthemes/catppuccin/neovim.lua +++ /dev/null @@ -1,8 +0,0 @@ -return { - { - "LazyVim/LazyVim", - opts = { - colorscheme = "catppuccin", - }, - }, -} diff --git a/archthemes/catppuccin/waybar.css b/archthemes/catppuccin/waybar.css deleted file mode 100644 index 20d1a8b..0000000 --- a/archthemes/catppuccin/waybar.css +++ /dev/null @@ -1,5 +0,0 @@ -* { - color: #cdd6f4; - background-color: #181824; -} - diff --git a/archthemes/catppuccin/wofi.css b/archthemes/catppuccin/wofi.css deleted file mode 100644 index e26765e..0000000 --- a/archthemes/catppuccin/wofi.css +++ /dev/null @@ -1,73 +0,0 @@ -@define-color selected-text #8caaee; -@define-color text #c6d0f5; -@define-color base #24273a; - -* { - font-family: 'CaskaydiaMono Nerd Font', monospace; - font-size: 18px; -} - -window { - margin: 0px; - padding: 20px; - background-color: @base; - opacity: 0.95; -} - -#inner-box { - margin: 0; - padding: 0; - border: none; - background-color: @base; -} - -#outer-box { - margin: 0; - padding: 20px; - border: none; - background-color: @base; -} - -#scroll { - margin: 0; - padding: 0; - border: none; - background-color: @base; -} - -#input { - margin: 0; - padding: 10px; - border: none; - background-color: @base; - color: @text; -} - -#input:focus { - outline: none; - box-shadow: none; - border: none; -} - -#text { - margin: 5px; - border: none; - color: @text; -} - -#entry { - background-color: @base; -} - -#entry:selected { - outline: none; - border: none; -} - -#entry:selected #text { - color: @selected-text; -} - -#entry image { - -gtk-icon-transform: scale(0.7); -} diff --git a/archthemes/everforest/alacritty.toml b/archthemes/everforest/alacritty.toml deleted file mode 100644 index faf62fa..0000000 --- a/archthemes/everforest/alacritty.toml +++ /dev/null @@ -1,24 +0,0 @@ -[colors] -[colors.primary] -background = '#2d353b' -foreground = '#d3c6aa' - -[colors.normal] -black = '#475258' -red = '#e67e80' -green = '#a7c080' -yellow = '#dbbc7f' -blue = '#7fbbb3' -magenta = '#d699b6' -cyan = '#83c092' -white = '#d3c6aa' - -[colors.bright] -black = '#475258' -red = '#e67e80' -green = '#a7c080' -yellow = '#dbbc7f' -blue = '#7fbbb3' -magenta = '#d699b6' -cyan = '#83c092' -white = '#d3c6aa' diff --git a/archthemes/everforest/backgrounds.sh b/archthemes/everforest/backgrounds.sh deleted file mode 100644 index ace1914..0000000 --- a/archthemes/everforest/backgrounds.sh +++ /dev/null @@ -1,2 +0,0 @@ -mkdir -p "$BACKGROUNDS_DIR/everforest" -download_background_image "https://github.com/basecamp/omakub/raw/refs/heads/master/themes/everforest/background.jpg" "everforest/1-everforest.jpg" diff --git a/archthemes/everforest/btop.theme b/archthemes/everforest/btop.theme deleted file mode 100644 index f6aeadf..0000000 --- a/archthemes/everforest/btop.theme +++ /dev/null @@ -1,92 +0,0 @@ -# All graphs and meters can be gradients -# For single color graphs leave "mid" and "end" variable empty. -# Use "start" and "end" variables for two color gradient -# Use "start", "mid" and "end" for three color gradient - -# Main background, empty for terminal default, need to be empty if you want transparent background -theme[main_bg]="#2d353b" - -# Main text color -theme[main_fg]="#d3c6aa" - -# Title color for boxes -theme[title]="#d3c6aa" - -# Highlight color for keyboard shortcuts -theme[hi_fg]="#e67e80" - -# Background color of selected items -theme[selected_bg]="#3d484d" - -# Foreground color of selected items -theme[selected_fg]="#dbbc7f" - -# Color of inactive/disabled text -theme[inactive_fg]="#2d353b" - -# Color of text appearing on top of graphs, i.e uptime and current network graph scaling -theme[graph_text]="#d3c6aa" - -# Misc colors for processes box including mini cpu graphs, details memory graph and details status text -theme[proc_misc]="#a7c080" - -# Cpu box outline color -theme[cpu_box]="#3d484d" - -# Memory/disks box outline color -theme[mem_box]="#3d484d" - -# Net up/down box outline color -theme[net_box]="#3d484d" - -# Processes box outline color -theme[proc_box]="#3d484d" - -# Box divider line and small boxes line color -theme[div_line]="#3d484d" - -# Temperature graph colors -theme[temp_start]="#a7c080" -theme[temp_mid]="#dbbc7f" -theme[temp_end]="#f85552" - -# CPU graph colors -theme[cpu_start]="#a7c080" -theme[cpu_mid]="#dbbc7f" -theme[cpu_end]="#f85552" - -# Mem/Disk free meter -theme[free_start]="#f85552" -theme[free_mid]="#dbbc7f" -theme[free_end]="#a7c080" - -# Mem/Disk cached meter -theme[cached_start]="#7fbbb3" -theme[cached_mid]="#83c092" -theme[cached_end]="#a7c080" - -# Mem/Disk available meter -theme[available_start]="#f85552" -theme[available_mid]="#dbbc7f" -theme[available_end]="#a7c080" - -# Mem/Disk used meter -theme[used_start]="#a7c080" -theme[used_mid]="#dbbc7f" -theme[used_end]="#f85552" - -# Download graph colors -theme[download_start]="#a7c080" -theme[download_mid]="#83c092" -theme[download_end]="#7fbbb3" - -# Upload graph colors -theme[upload_start]="#dbbc7f" -theme[upload_mid]="#e69875" -theme[upload_end]="#e67e80" - -# Process box color gradient for threads, mem and cpu usage -theme[process_start]="#a7c080" -theme[process_mid]="#e67e80" -theme[process_end]="#f85552" - diff --git a/archthemes/everforest/hyprland.conf b/archthemes/everforest/hyprland.conf deleted file mode 100644 index 67b51cd..0000000 --- a/archthemes/everforest/hyprland.conf +++ /dev/null @@ -1,4 +0,0 @@ -general { - # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors - col.active_border = rgb(d3c6aa) -} diff --git a/archthemes/everforest/hyprlock.conf b/archthemes/everforest/hyprlock.conf deleted file mode 100644 index 54bf3c5..0000000 --- a/archthemes/everforest/hyprlock.conf +++ /dev/null @@ -1,42 +0,0 @@ -# ──────────────────────────────────────────────────────────── -# Hyprlock — Everforest theme -# ──────────────────────────────────────────────────────────── - -general { - disable_loading_bar = true - no_fade_in = false -} - -background { - monitor = - color = rgba(45,53,59,1.0) # #2d353b solid color -} - -animations { - enabled = false -} - -input-field { - monitor = - size = 600, 100 - position = 0, 0 - halign = center - valign = center - - inner_color = rgba(45,53,59,0.8) # #2d353b with opacity - outer_color = rgba(211,198,170,1.0) # #d3c6aa - outline_thickness = 4 - - font_family = CaskaydiaMono Nerd Font - font_size = 32 - font_color = rgba(211,198,170,1.0) - - placeholder_color = rgba(211,198,170,0.6) - placeholder_text = Enter Password - check_color = rgba(131, 192, 146, 1.0) - fail_text = Wrong - - rounding = 0 - shadow_passes = 0 - fade_on_empty = false -} \ No newline at end of file diff --git a/archthemes/everforest/mako.ini b/archthemes/everforest/mako.ini deleted file mode 100644 index ee68224..0000000 --- a/archthemes/everforest/mako.ini +++ /dev/null @@ -1,14 +0,0 @@ -text-color=#d3c6aa -border-color=#d3c6aa -background-color=#2d353b -width=420 -height=110 -padding=10 -border-size=2 -font=Liberation Sans 11 -anchor=top-right -default-timeout=5000 -max-icon-size=32 - -[app-name=Spotify] -invisible=1 diff --git a/archthemes/everforest/neovim.lua b/archthemes/everforest/neovim.lua deleted file mode 100644 index 80551c7..0000000 --- a/archthemes/everforest/neovim.lua +++ /dev/null @@ -1,10 +0,0 @@ -return { - { "neanias/everforest-nvim" }, - { - "LazyVim/LazyVim", - opts = { - colorscheme = "everforest", - background = "soft", - }, - }, -} diff --git a/archthemes/everforest/waybar.css b/archthemes/everforest/waybar.css deleted file mode 100644 index 25876f1..0000000 --- a/archthemes/everforest/waybar.css +++ /dev/null @@ -1,5 +0,0 @@ -* { - color: #d3c6aa; - background-color: #2d353b; -} - diff --git a/archthemes/everforest/wofi.css b/archthemes/everforest/wofi.css deleted file mode 100644 index f5089fb..0000000 --- a/archthemes/everforest/wofi.css +++ /dev/null @@ -1,73 +0,0 @@ -@define-color selected-text #dbbc7f; -@define-color text #d3c6aa; -@define-color base #2d353b; - -* { - font-family: 'CaskaydiaMono Nerd Font', monospace; - font-size: 18px; -} - -window { - margin: 0px; - padding: 20px; - background-color: @base; - opacity: 0.95; -} - -#inner-box { - margin: 0; - padding: 0; - border: none; - background-color: @base; -} - -#outer-box { - margin: 0; - padding: 20px; - border: none; - background-color: @base; -} - -#scroll { - margin: 0; - padding: 0; - border: none; - background-color: @base; -} - -#input { - margin: 0; - padding: 10px; - border: none; - background-color: @base; - color: @text; -} - -#input:focus { - outline: none; - box-shadow: none; - border: none; -} - -#text { - margin: 5px; - border: none; - color: @text; -} - -#entry { - background-color: @base; -} - -#entry:selected { - outline: none; - border: none; -} - -#entry:selected #text { - color: @selected-text; -} - -#entry image { - -gtk-icon-transform: scale(0.7); -} diff --git a/archthemes/gruvbox/alacritty.toml b/archthemes/gruvbox/alacritty.toml deleted file mode 100644 index 03f4b61..0000000 --- a/archthemes/gruvbox/alacritty.toml +++ /dev/null @@ -1,24 +0,0 @@ -[colors] -[colors.primary] -background = "0x282828" -foreground = "0xd4be98" - -[colors.normal] -black = "0x3c3836" -red = "0xea6962" -green = "0xa9b665" -yellow = "0xd8a657" -blue = "0x7daea3" -magenta = "0xd3869b" -cyan = "0x89b482" -white = "0xd4be98" - -[colors.bright] -black = "0x3c3836" -red = "0xea6962" -green = "0xa9b665" -yellow = "0xd8a657" -blue = "0x7daea3" -magenta = "0xd3869b" -cyan = "0x89b482" -white = "0xd4be98" diff --git a/archthemes/gruvbox/backgrounds.sh b/archthemes/gruvbox/backgrounds.sh deleted file mode 100644 index 7fbb0dd..0000000 --- a/archthemes/gruvbox/backgrounds.sh +++ /dev/null @@ -1,2 +0,0 @@ -mkdir -p "$BACKGROUNDS_DIR/gruvbox" -download_background_image "https://github.com/basecamp/omakub/raw/refs/heads/master/themes/gruvbox/background.jpg" "gruvbox/1-grubox.jpg" diff --git a/archthemes/gruvbox/btop.theme b/archthemes/gruvbox/btop.theme deleted file mode 100644 index 0584954..0000000 --- a/archthemes/gruvbox/btop.theme +++ /dev/null @@ -1,92 +0,0 @@ -#Bashtop gruvbox (https://github.com/morhetz/gruvbox) theme -#by BachoSeven - -# Colors should be in 6 or 2 character hexadecimal or single spaced rgb decimal: "#RRGGBB", "#BW" or "0-255 0-255 0-255" -# example for white: "#FFFFFF", "#ff" or "255 255 255". - -# All graphs and meters can be gradients -# For single color graphs leave "mid" and "end" variable empty. -# Use "start" and "end" variables for two color gradient -# Use "start", "mid" and "end" for three color gradient - -# Main background, empty for terminal default, need to be empty if you want transparent background -theme[main_bg]="#282828" - -# Main text color -theme[main_fg]="#a89984" - -# Title color for boxes -theme[title]="#ebdbb2" - -# Highlight color for keyboard shortcuts -theme[hi_fg]="#d79921" - -# Background color of selected items -theme[selected_bg]="#282828" - -# Foreground color of selected items -theme[selected_fg]="#fabd2f" - -# Color of inactive/disabled text -theme[inactive_fg]="#282828" - -# Color of text appearing on top of graphs, i.e uptime and current network graph scaling -theme[graph_text]="#585858" - -# Misc colors for processes box including mini cpu graphs, details memory graph and details status text -theme[proc_misc]="#98971a" - -# Cpu box outline color -theme[cpu_box]="#a89984" - -# Memory/disks box outline color -theme[mem_box]="#a89984" - -# Net up/down box outline color -theme[net_box]="#a89984" - -# Processes box outline color -theme[proc_box]="#a89984" - -# Box divider line and small boxes line color -theme[div_line]="#a89984" - -# Temperature graph colors -theme[temp_start]="#458588" -theme[temp_mid]="#d3869b" -theme[temp_end]="#fb4394" - -# CPU graph colors -theme[cpu_start]="#b8bb26" -theme[cpu_mid]="#d79921" -theme[cpu_end]="#fb4934" - -# Mem/Disk free meter -theme[free_start]="#4e5900" -theme[free_mid]="" -theme[free_end]="#98971a" - -# Mem/Disk cached meter -theme[cached_start]="#458588" -theme[cached_mid]="" -theme[cached_end]="#83a598" - -# Mem/Disk available meter -theme[available_start]="#d79921" -theme[available_mid]="" -theme[available_end]="#fabd2f" - -# Mem/Disk used meter -theme[used_start]="#cc241d" -theme[used_mid]="" -theme[used_end]="#fb4934" - -# Download graph colors -theme[download_start]="#3d4070" -theme[download_mid]="#6c71c4" -theme[download_end]="#a3a8f7" - -# Upload graph colors -theme[upload_start]="#701c45" -theme[upload_mid]="#b16286" -theme[upload_end]="#d3869b" diff --git a/archthemes/gruvbox/hyprland.conf b/archthemes/gruvbox/hyprland.conf deleted file mode 100644 index 52331e8..0000000 --- a/archthemes/gruvbox/hyprland.conf +++ /dev/null @@ -1,4 +0,0 @@ -general { - # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors - col.active_border = rgb(a89984) -} diff --git a/archthemes/gruvbox/hyprlock.conf b/archthemes/gruvbox/hyprlock.conf deleted file mode 100644 index 6fc6793..0000000 --- a/archthemes/gruvbox/hyprlock.conf +++ /dev/null @@ -1,42 +0,0 @@ -# ──────────────────────────────────────────────────────────── -# Hyprlock — Gruvbox theme -# ──────────────────────────────────────────────────────────── - -general { - disable_loading_bar = true - no_fade_in = false -} - -background { - monitor = - color = rgba(40,40,40,1.0) # #282828 solid color -} - -animations { - enabled = false -} - -input-field { - monitor = - size = 600, 100 - position = 0, 0 - halign = center - valign = center - - inner_color = rgba(40,40,40,0.8) # #282828 with opacity - outer_color = rgba(212,190,152,1.0) # #d4be98 - outline_thickness = 4 - - font_family = CaskaydiaMono Nerd Font - font_size = 32 - font_color = rgba(212,190,152,1.0) - - placeholder_color = rgba(212,190,152,0.6) - placeholder_text = Enter Password - check_color = rgba(214, 153, 92, 1.0) - fail_text = Wrong - - rounding = 0 - shadow_passes = 0 - fade_on_empty = false -} \ No newline at end of file diff --git a/archthemes/gruvbox/mako.ini b/archthemes/gruvbox/mako.ini deleted file mode 100644 index f5856b0..0000000 --- a/archthemes/gruvbox/mako.ini +++ /dev/null @@ -1,14 +0,0 @@ -text-color=#d4be98 -border-color=#a89984 -background-color=#282828 -width=420 -height=110 -padding=10 -border-size=2 -font=Liberation Sans 11 -anchor=top-right -default-timeout=5000 -max-icon-size=32 - -[app-name=Spotify] -invisible=1 diff --git a/archthemes/gruvbox/neovim.lua b/archthemes/gruvbox/neovim.lua deleted file mode 100644 index edaf0d5..0000000 --- a/archthemes/gruvbox/neovim.lua +++ /dev/null @@ -1,9 +0,0 @@ -return { - { "ellisonleao/gruvbox.nvim" }, - { - "LazyVim/LazyVim", - opts = { - colorscheme = "gruvbox", - }, - }, -} diff --git a/archthemes/gruvbox/waybar.css b/archthemes/gruvbox/waybar.css deleted file mode 100644 index 2cd0727..0000000 --- a/archthemes/gruvbox/waybar.css +++ /dev/null @@ -1,5 +0,0 @@ -* { - color: #d4be98; - background-color: #282828; -} - diff --git a/archthemes/gruvbox/wofi.css b/archthemes/gruvbox/wofi.css deleted file mode 100644 index 99481cf..0000000 --- a/archthemes/gruvbox/wofi.css +++ /dev/null @@ -1,73 +0,0 @@ -@define-color selected-text #fabd2f; -@define-color text #ebdbb2; -@define-color base #282828; - -* { - font-family: 'CaskaydiaMono Nerd Font', monospace; - font-size: 18px; -} - -window { - margin: 0px; - padding: 20px; - background-color: @base; - opacity: 0.95; -} - -#inner-box { - margin: 0; - padding: 0; - border: none; - background-color: @base; -} - -#outer-box { - margin: 0; - padding: 20px; - border: none; - background-color: @base; -} - -#scroll { - margin: 0; - padding: 0; - border: none; - background-color: @base; -} - -#input { - margin: 0; - padding: 10px; - border: none; - background-color: @base; - color: @text; -} - -#input:focus { - outline: none; - box-shadow: none; - border: none; -} - -#text { - margin: 5px; - border: none; - color: @text; -} - -#entry { - background-color: @base; -} - -#entry:selected { - outline: none; - border: none; -} - -#entry:selected #text { - color: @selected-text; -} - -#entry image { - -gtk-icon-transform: scale(0.7); -} diff --git a/archthemes/kanagawa/alacritty.toml b/archthemes/kanagawa/alacritty.toml deleted file mode 100644 index 341965c..0000000 --- a/archthemes/kanagawa/alacritty.toml +++ /dev/null @@ -1,36 +0,0 @@ -[colors] -[colors.primary] -background = '#1f1f28' -foreground = '#dcd7ba' - -[colors.normal] -black = '#090618' -red = '#c34043' -green = '#76946a' -yellow = '#c0a36e' -blue = '#7e9cd8' -magenta = '#957fb8' -cyan = '#6a9589' -white = '#c8c093' - -[colors.bright] -black = '#727169' -red = '#e82424' -green = '#98bb6c' -yellow = '#e6c384' -blue = '#7fb4ca' -magenta = '#938aa9' -cyan = '#7aa89f' -white = '#dcd7ba' - -[colors.selection] -background = '#2d4f67' -foreground = '#c8c093' - -[[colors.indexed_colors]] -index = 16 -color = '#ffa066' - -[[colors.indexed_colors]] -index = 17 -color = '#ff5d62' diff --git a/archthemes/kanagawa/backgrounds.sh b/archthemes/kanagawa/backgrounds.sh deleted file mode 100644 index 9ce2920..0000000 --- a/archthemes/kanagawa/backgrounds.sh +++ /dev/null @@ -1,2 +0,0 @@ -mkdir -p "$BACKGROUNDS_DIR/kanagawa" -download_background_image "https://github.com/basecamp/omakub/raw/refs/heads/master/themes/kanagawa/background.jpg" "kanagawa/1-kanagawa.jpg" diff --git a/archthemes/kanagawa/btop.theme b/archthemes/kanagawa/btop.theme deleted file mode 100644 index 5202748..0000000 --- a/archthemes/kanagawa/btop.theme +++ /dev/null @@ -1,86 +0,0 @@ -# Bashtop Kanagawa-wave (https://github.com/rebelot/kanagawa.nvim) theme -# By: philikarus - -# Main bg -theme[main_bg]="#1f1f28" - -# Main text color -theme[main_fg]="#dcd7ba" - -# Title color for boxes -theme[title]="#dcd7ba" - -# Highlight color for keyboard shortcuts -theme[hi_fg]="#C34043" - -# Background color of selected item in processes box -theme[selected_bg]="#223249" - -# Foreground color of selected item in processes box -theme[selected_fg]="#dca561" - -# Color of inactive/disabled text -theme[inactive_fg]="#727169" - -# Misc colors for processes box including mini cpu graphs, details memory graph and details status text -theme[proc_misc]="#7aa89f" - -# Cpu box outline color -theme[cpu_box]="#727169" - -# Memory/disks box outline color -theme[mem_box]="#727169" - -# Net up/down box outline color -theme[net_box]="#727169" - -# Processes box outline color -theme[proc_box]="#727169" - -# Box divider line and small boxes line color -theme[div_line]="#727169" - -# Temperature graph colors -theme[temp_start]="#98BB6C" -theme[temp_mid]="#DCA561" -theme[temp_end]="#E82424" - -# CPU graph colors -theme[cpu_start]="#98BB6C" -theme[cpu_mid]="#DCA561" -theme[cpu_end]="#E82424" - -# Mem/Disk free meter -theme[free_start]="#E82424" -theme[free_mid]="#C34043" -theme[free_end]="#FF5D62" - -# Mem/Disk cached meter -theme[cached_start]="#C0A36E" -theme[cached_mid]="#DCA561" -theme[cached_end]="#FF9E3B" - -# Mem/Disk available meter -theme[available_start]="#938AA9" -theme[available_mid]="#957FBB" -theme[available_end]="#9CABCA" - -# Mem/Disk used meter -theme[used_start]="#658594" -theme[used_mid]="#7E9CDB" -theme[used_end]="#7FB4CA" - -# Download graph colors -theme[download_start]="#7E9CDB" -theme[download_mid]="#938AA9" -theme[download_end]="#957FBB" - -# Upload graph colors -theme[upload_start]="#DCA561" -theme[upload_mid]="#E6C384" -theme[upload_end]="#E82424" - -# Process box color gradient for threads, mem and cpu usage -theme[process_start]="#98BB6C" -theme[process_mid]="#DCA561" -theme[process_end]="#C34043" diff --git a/archthemes/kanagawa/hyprland.conf b/archthemes/kanagawa/hyprland.conf deleted file mode 100644 index 49c58d7..0000000 --- a/archthemes/kanagawa/hyprland.conf +++ /dev/null @@ -1,4 +0,0 @@ -general { - # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors - col.active_border = rgb(dcd7ba) -} diff --git a/archthemes/kanagawa/hyprlock.conf b/archthemes/kanagawa/hyprlock.conf deleted file mode 100644 index f603ab9..0000000 --- a/archthemes/kanagawa/hyprlock.conf +++ /dev/null @@ -1,42 +0,0 @@ -# ──────────────────────────────────────────────────────────── -# Hyprlock — Kanagawa theme -# ──────────────────────────────────────────────────────────── - -general { - disable_loading_bar = true - no_fade_in = false -} - -background { - monitor = - color = rgba(31,31,40,1.0) # #1f1f28 solid color -} - -animations { - enabled = false -} - -input-field { - monitor = - size = 600, 100 - position = 0, 0 - halign = center - valign = center - - inner_color = rgba(31,31,40,0.8) # #1f1f28 with opacity - outer_color = rgba(220,215,186,1.0) # #dcd7ba - outline_thickness = 4 - - font_family = CaskaydiaMono Nerd Font - font_size = 32 - font_color = rgba(220,215,186,1.0) - - placeholder_color = rgba(220,215,186,0.6) - placeholder_text = Enter Password - check_color = rgba(126, 156, 216, 1.0) - fail_text = Wrong - - rounding = 0 - shadow_passes = 0 - fade_on_empty = false -} \ No newline at end of file diff --git a/archthemes/kanagawa/mako.ini b/archthemes/kanagawa/mako.ini deleted file mode 100644 index 6692aed..0000000 --- a/archthemes/kanagawa/mako.ini +++ /dev/null @@ -1,14 +0,0 @@ -text-color=#dcd7ba -border-color=#dcd7ba -background-color=#1f1f28 -width=420 -height=110 -padding=10 -border-size=2 -font=Liberation Sans 11 -anchor=top-right -default-timeout=5000 -max-icon-size=32 - -[app-name=Spotify] -invisible=1 diff --git a/archthemes/kanagawa/neovim.lua b/archthemes/kanagawa/neovim.lua deleted file mode 100644 index b31e9e5..0000000 --- a/archthemes/kanagawa/neovim.lua +++ /dev/null @@ -1,9 +0,0 @@ -return { - { "rebelot/kanagawa.nvim" }, - { - "LazyVim/LazyVim", - opts = { - colorscheme = "kanagawa", - }, - }, -} diff --git a/archthemes/kanagawa/waybar.css b/archthemes/kanagawa/waybar.css deleted file mode 100644 index 4c5e634..0000000 --- a/archthemes/kanagawa/waybar.css +++ /dev/null @@ -1,5 +0,0 @@ -* { - color: #dcd7ba; - background-color: #1f1f28; -} - diff --git a/archthemes/kanagawa/wofi.css b/archthemes/kanagawa/wofi.css deleted file mode 100644 index 88d64fa..0000000 --- a/archthemes/kanagawa/wofi.css +++ /dev/null @@ -1,73 +0,0 @@ -@define-color selected-text #dca561; -@define-color text #dcd7ba; -@define-color base #1f1f28; - -* { - font-family: 'CaskaydiaMono Nerd Font', monospace; - font-size: 18px; -} - -window { - margin: 0px; - padding: 20px; - background-color: @base; - opacity: 0.95; -} - -#inner-box { - margin: 0; - padding: 0; - border: none; - background-color: @base; -} - -#outer-box { - margin: 0; - padding: 20px; - border: none; - background-color: @base; -} - -#scroll { - margin: 0; - padding: 0; - border: none; - background-color: @base; -} - -#input { - margin: 0; - padding: 10px; - border: none; - background-color: @base; - color: @text; -} - -#input:focus { - outline: none; - box-shadow: none; - border: none; -} - -#text { - margin: 5px; - border: none; - color: @text; -} - -#entry { - background-color: @base; -} - -#entry:selected { - outline: none; - border: none; -} - -#entry:selected #text { - color: @selected-text; -} - -#entry image { - -gtk-icon-transform: scale(0.7); -} diff --git a/archthemes/nord/alacritty.toml b/archthemes/nord/alacritty.toml deleted file mode 100644 index 4a08789..0000000 --- a/archthemes/nord/alacritty.toml +++ /dev/null @@ -1,47 +0,0 @@ -[colors] -[colors.primary] -background = "#2e3440" -foreground = "#d8dee9" -dim_foreground = "#a5abb6" - -[colors.cursor] -text = "#2e3440" -cursor = "#d8dee9" - -[colors.vi_mode_cursor] -text = "#2e3440" -cursor = "#d8dee9" - -[colors.selection] -text = "CellForeground" -background = "#4c566a" - -[colors.normal] -black = "#3b4252" -red = "#bf616a" -green = "#a3be8c" -yellow = "#ebcb8b" -blue = "#81a1c1" -magenta = "#b48ead" -cyan = "#88c0d0" -white = "#e5e9f0" - -[colors.bright] -black = "#4c566a" -red = "#bf616a" -green = "#a3be8c" -yellow = "#ebcb8b" -blue = "#81a1c1" -magenta = "#b48ead" -cyan = "#8fbcbb" -white = "#eceff4" - -[colors.dim] -black = "#373e4d" -red = "#94545d" -green = "#809575" -yellow = "#b29e75" -blue = "#68809a" -magenta = "#8c738c" -cyan = "#6d96a5" -white = "#aeb3bb" diff --git a/archthemes/nord/backgrounds.sh b/archthemes/nord/backgrounds.sh deleted file mode 100644 index b78e084..0000000 --- a/archthemes/nord/backgrounds.sh +++ /dev/null @@ -1,2 +0,0 @@ -mkdir -p "$BACKGROUNDS_DIR/nord" -download_background_image "https://github.com/basecamp/omakub/raw/refs/heads/master/themes/nord/background.png" "nord/1-nord.png" diff --git a/archthemes/nord/btop.theme b/archthemes/nord/btop.theme deleted file mode 100644 index fbd0af1..0000000 --- a/archthemes/nord/btop.theme +++ /dev/null @@ -1,89 +0,0 @@ -#Bashtop theme with nord palette (https://www.nordtheme.com) -#by Justin Zobel - -# Colors should be in 6 or 2 character hexadecimal or single spaced rgb decimal: "#RRGGBB", "#BW" or "0-255 0-255 0-255" -# example for white: "#ffffff", "#ff" or "255 255 255". - -# All graphs and meters can be gradients -# For single color graphs leave "mid" and "end" variable empty. -# Use "start" and "end" variables for two color gradient -# Use "start", "mid" and "end" for three color gradient - -# Main background, empty for terminal default, need to be empty if you want transparent background -theme[main_bg]="#2E3440" - -# Main text color -theme[main_fg]="#D8DEE9" - -# Title color for boxes -theme[title]="#8FBCBB" - -# Highlight color for keyboard shortcuts -theme[hi_fg]="#5E81AC" - -# Background color of selected item in processes box -theme[selected_bg]="#4C566A" - -# Foreground color of selected item in processes box -theme[selected_fg]="#ECEFF4" - -# Color of inactive/disabled text -theme[inactive_fg]="#4C566A" - -# Misc colors for processes box including mini cpu graphs, details memory graph and details status text -theme[proc_misc]="#5E81AC" - -# Cpu box outline color -theme[cpu_box]="#4C566A" - -# Memory/disks box outline color -theme[mem_box]="#4C566A" - -# Net up/down box outline color -theme[net_box]="#4C566A" - -# Processes box outline color -theme[proc_box]="#4C566A" - -# Box divider line and small boxes line color -theme[div_line]="#4C566A" - -# Temperature graph colors -theme[temp_start]="#81A1C1" -theme[temp_mid]="#88C0D0" -theme[temp_end]="#ECEFF4" - -# CPU graph colors -theme[cpu_start]="#81A1C1" -theme[cpu_mid]="#88C0D0" -theme[cpu_end]="#ECEFF4" - -# Mem/Disk free meter -theme[free_start]="#81A1C1" -theme[free_mid]="#88C0D0" -theme[free_end]="#ECEFF4" - -# Mem/Disk cached meter -theme[cached_start]="#81A1C1" -theme[cached_mid]="#88C0D0" -theme[cached_end]="#ECEFF4" - -# Mem/Disk available meter -theme[available_start]="#81A1C1" -theme[available_mid]="#88C0D0" -theme[available_end]="#ECEFF4" - -# Mem/Disk used meter -theme[used_start]="#81A1C1" -theme[used_mid]="#88C0D0" -theme[used_end]="#ECEFF4" - -# Download graph colors -theme[download_start]="#81A1C1" -theme[download_mid]="#88C0D0" -theme[download_end]="#ECEFF4" - -# Upload graph colors -theme[upload_start]="#81A1C1" -theme[upload_mid]="#88C0D0" -theme[upload_end]="#ECEFF4" diff --git a/archthemes/nord/hyprland.conf b/archthemes/nord/hyprland.conf deleted file mode 100644 index e5fd3b8..0000000 --- a/archthemes/nord/hyprland.conf +++ /dev/null @@ -1,4 +0,0 @@ -general { - # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors - col.active_border = rgb(D8DEE9) -} diff --git a/archthemes/nord/hyprlock.conf b/archthemes/nord/hyprlock.conf deleted file mode 100644 index 1917b5d..0000000 --- a/archthemes/nord/hyprlock.conf +++ /dev/null @@ -1,42 +0,0 @@ -# ──────────────────────────────────────────────────────────── -# Hyprlock — Nord theme -# ──────────────────────────────────────────────────────────── - -general { - disable_loading_bar = true - no_fade_in = false -} - -background { - monitor = - color = rgba(46,52,64,1.0) # #2e3440 solid color -} - -animations { - enabled = false -} - -input-field { - monitor = - size = 600, 100 - position = 0, 0 - halign = center - valign = center - - inner_color = rgba(46,52,64,0.8) # #2e3440 with opacity - outer_color = rgba(216,222,233,1.0) # #d8dee9 - outline_thickness = 4 - - font_family = CaskaydiaMono Nerd Font - font_size = 32 - font_color = rgba(216,222,233,1.0) - - placeholder_color = rgba(216,222,233,0.6) - placeholder_text = Enter Password - check_color = rgba(136, 192, 208, 1.0) - fail_text = Wrong - - rounding = 0 - shadow_passes = 0 - fade_on_empty = false -} \ No newline at end of file diff --git a/archthemes/nord/mako.ini b/archthemes/nord/mako.ini deleted file mode 100644 index 8324ac3..0000000 --- a/archthemes/nord/mako.ini +++ /dev/null @@ -1,14 +0,0 @@ -text-color=#d8dee9 -border-color=#D8DEE9 -background-color=#2e3440 -width=420 -height=110 -padding=10 -border-size=2 -font=Liberation Sans 11 -anchor=top-right -default-timeout=5000 -max-icon-size=32 - -[app-name=Spotify] -invisible=1 diff --git a/archthemes/nord/neovim.lua b/archthemes/nord/neovim.lua deleted file mode 100644 index 27a68b1..0000000 --- a/archthemes/nord/neovim.lua +++ /dev/null @@ -1,9 +0,0 @@ -return { - { "EdenEast/nightfox.nvim" }, - { - "LazyVim/LazyVim", - opts = { - colorscheme = "nordfox", - }, - }, -} diff --git a/archthemes/nord/waybar.css b/archthemes/nord/waybar.css deleted file mode 100644 index dd126b7..0000000 --- a/archthemes/nord/waybar.css +++ /dev/null @@ -1,5 +0,0 @@ -* { - color: #d8dee9; - background-color: #2e3440; -} - diff --git a/archthemes/nord/wofi.css b/archthemes/nord/wofi.css deleted file mode 100644 index 4f36df2..0000000 --- a/archthemes/nord/wofi.css +++ /dev/null @@ -1,73 +0,0 @@ -@define-color selected-text #88C0D0; -@define-color text #D8DEE9; -@define-color base #2E3440; - -* { - font-family: 'CaskaydiaMono Nerd Font', monospace; - font-size: 18px; -} - -window { - margin: 0px; - padding: 20px; - background-color: @base; - opacity: 0.95; -} - -#inner-box { - margin: 0; - padding: 0; - border: none; - background-color: @base; -} - -#outer-box { - margin: 0; - padding: 20px; - border: none; - background-color: @base; -} - -#scroll { - margin: 0; - padding: 0; - border: none; - background-color: @base; -} - -#input { - margin: 0; - padding: 10px; - border: none; - background-color: @base; - color: @text; -} - -#input:focus { - outline: none; - box-shadow: none; - border: none; -} - -#text { - margin: 5px; - border: none; - color: @text; -} - -#entry { - background-color: @base; -} - -#entry:selected { - outline: none; - border: none; -} - -#entry:selected #text { - color: @selected-text; -} - -#entry image { - -gtk-icon-transform: scale(0.7); -} diff --git a/archthemes/tokyo-night/alacritty.toml b/archthemes/tokyo-night/alacritty.toml deleted file mode 100644 index 19c1e22..0000000 --- a/archthemes/tokyo-night/alacritty.toml +++ /dev/null @@ -1,29 +0,0 @@ -[colors] -[colors.primary] -background = '#1a1b26' -foreground = '#a9b1d6' - -# Normal colors -[colors.normal] -black = '#32344a' -red = '#f7768e' -green = '#9ece6a' -yellow = '#e0af68' -blue = '#7aa2f7' -magenta = '#ad8ee6' -cyan = '#449dab' -white = '#787c99' - -# Bright colors -[colors.bright] -black = '#444b6a' -red = '#ff7a93' -green = '#b9f27c' -yellow = '#ff9e64' -blue = '#7da6ff' -magenta = '#bb9af7' -cyan = '#0db9d7' -white = '#acb0d0' - -[colors.selection] -background = '#7aa2f7' diff --git a/archthemes/tokyo-night/backgrounds.sh b/archthemes/tokyo-night/backgrounds.sh deleted file mode 100644 index bccbaa3..0000000 --- a/archthemes/tokyo-night/backgrounds.sh +++ /dev/null @@ -1,3 +0,0 @@ -mkdir -p "$BACKGROUNDS_DIR/tokyo-night" -download_background_image "https://images.unsplash.com/photo-1651870364199-fc5f9f46ac85" "tokyo-night/1-Pawel-Czerwinski-Abstract-Purple-Blue.jpg" -download_background_image "https://images.unsplash.com/photo-1620207418302-439b387441b0" "tokyo-night/2-Milad-Fakurian-Abstract-Purple-Blue.jpg" diff --git a/archthemes/tokyo-night/btop.theme b/archthemes/tokyo-night/btop.theme deleted file mode 100644 index 290a3c7..0000000 --- a/archthemes/tokyo-night/btop.theme +++ /dev/null @@ -1,82 +0,0 @@ -# Theme: tokyo-night -# By: Pascal Jaeger - -# Main bg -theme[main_bg]="#1a1b26" - -# Main text color -theme[main_fg]="#cfc9c2" - -# Title color for boxes -theme[title]="#cfc9c2" - -# Highlight color for keyboard shortcuts -theme[hi_fg]="#7dcfff" - -# Background color of selected item in processes box -theme[selected_bg]="#414868" - -# Foreground color of selected item in processes box -theme[selected_fg]="#cfc9c2" - -# Color of inactive/disabled text -theme[inactive_fg]="#565f89" - -# Misc colors for processes box including mini cpu graphs, details memory graph and details status text -theme[proc_misc]="#7dcfff" - -# Cpu box outline color -theme[cpu_box]="#565f89" - -# Memory/disks box outline color -theme[mem_box]="#565f89" - -# Net up/down box outline color -theme[net_box]="#565f89" - -# Processes box outline color -theme[proc_box]="#565f89" - -# Box divider line and small boxes line color -theme[div_line]="#565f89" - -# Temperature graph colors -theme[temp_start]="#9ece6a" -theme[temp_mid]="#e0af68" -theme[temp_end]="#f7768e" - -# CPU graph colors -theme[cpu_start]="#9ece6a" -theme[cpu_mid]="#e0af68" -theme[cpu_end]="#f7768e" - -# Mem/Disk free meter -theme[free_start]="#9ece6a" -theme[free_mid]="#e0af68" -theme[free_end]="#f7768e" - -# Mem/Disk cached meter -theme[cached_start]="#9ece6a" -theme[cached_mid]="#e0af68" -theme[cached_end]="#f7768e" - -# Mem/Disk available meter -theme[available_start]="#9ece6a" -theme[available_mid]="#e0af68" -theme[available_end]="#f7768e" - -# Mem/Disk used meter -theme[used_start]="#9ece6a" -theme[used_mid]="#e0af68" -theme[used_end]="#f7768e" - -# Download graph colors -theme[download_start]="#9ece6a" -theme[download_mid]="#e0af68" -theme[download_end]="#f7768e" - -# Upload graph colors -theme[upload_start]="#9ece6a" -theme[upload_mid]="#e0af68" -theme[upload_end]="#f7768e" - diff --git a/archthemes/tokyo-night/hyprland.conf b/archthemes/tokyo-night/hyprland.conf deleted file mode 100644 index 0611c0a..0000000 --- a/archthemes/tokyo-night/hyprland.conf +++ /dev/null @@ -1,5 +0,0 @@ -general { - # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors - col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg -} - diff --git a/archthemes/tokyo-night/hyprlock.conf b/archthemes/tokyo-night/hyprlock.conf deleted file mode 100644 index e097652..0000000 --- a/archthemes/tokyo-night/hyprlock.conf +++ /dev/null @@ -1,42 +0,0 @@ -# ──────────────────────────────────────────────────────────── -# Hyprlock — Tokyo Night theme -# ──────────────────────────────────────────────────────────── - -general { - disable_loading_bar = true - no_fade_in = false -} - -background { - monitor = - color = rgba(26,27,38,1.0) # #1a1b26 solid color -} - -animations { - enabled = false -} - -input-field { - monitor = - size = 600, 100 - position = 0, 0 - halign = center - valign = center - - inner_color = rgba(26,27,38,0.8) # #1a1b26 with opacity - outer_color = rgba(205,214,244,1.0) # #cdd6f4 - outline_thickness = 4 - - font_family = CaskaydiaMono Nerd Font - font_size = 32 - font_color = rgba(205,214,244,1.0) - - placeholder_color = rgba(205,214,244,0.6) - placeholder_text = Enter Password - check_color = rgba(68, 157, 171, 1.0) - fail_text = Wrong - - rounding = 0 - shadow_passes = 0 - fade_on_empty = false -} \ No newline at end of file diff --git a/archthemes/tokyo-night/mako.ini b/archthemes/tokyo-night/mako.ini deleted file mode 100644 index 5037071..0000000 --- a/archthemes/tokyo-night/mako.ini +++ /dev/null @@ -1,14 +0,0 @@ -text-color=#a9b1d6 -border-color=#33ccff -background-color=#1a1b26 -width=420 -height=110 -padding=10 -border-size=2 -font=Liberation Sans 11 -anchor=top-right -default-timeout=5000 -max-icon-size=32 - -[app-name=Spotify] -invisible=1 diff --git a/archthemes/tokyo-night/neovim.lua b/archthemes/tokyo-night/neovim.lua deleted file mode 100644 index dad2d30..0000000 --- a/archthemes/tokyo-night/neovim.lua +++ /dev/null @@ -1,8 +0,0 @@ -return { - { - "LazyVim/LazyVim", - opts = { - colorscheme = "tokyonight", - }, - }, -} diff --git a/archthemes/tokyo-night/waybar.css b/archthemes/tokyo-night/waybar.css deleted file mode 100644 index e19e988..0000000 --- a/archthemes/tokyo-night/waybar.css +++ /dev/null @@ -1,5 +0,0 @@ -* { - color: #cdd6f4; - background-color: #1a1b26; -} - diff --git a/archthemes/tokyo-night/wofi.css b/archthemes/tokyo-night/wofi.css deleted file mode 100644 index 7b4892a..0000000 --- a/archthemes/tokyo-night/wofi.css +++ /dev/null @@ -1,73 +0,0 @@ -@define-color selected-text #7dcfff; -@define-color text #cfc9c2; -@define-color base #1a1b26; - -* { - font-family: 'CaskaydiaMono Nerd Font', monospace; - font-size: 18px; -} - -window { - margin: 0px; - padding: 20px; - background-color: @base; - opacity: 0.95; -} - -#inner-box { - margin: 0; - padding: 0; - border: none; - background-color: @base; -} - -#outer-box { - margin: 0; - padding: 20px; - border: none; - background-color: @base; -} - -#scroll { - margin: 0; - padding: 0; - border: none; - background-color: @base; -} - -#input { - margin: 0; - padding: 10px; - border: none; - background-color: @base; - color: @text; -} - -#input:focus { - outline: none; - box-shadow: none; - border: none; -} - -#text { - margin: 5px; - border: none; - color: @text; -} - -#entry { - background-color: @base; -} - -#entry:selected { - outline: none; - border: none; -} - -#entry:selected #text { - color: @selected-text; -} - -#entry image { - -gtk-icon-transform: scale(0.7); -}