diff --git a/clone-omarchy.sh b/clone-omarchy.sh index e590a1e..8366cee 100644 --- a/clone-omarchy.sh +++ b/clone-omarchy.sh @@ -36,6 +36,10 @@ for script in "$OMARCHY_BIN"/omarchy-*; do -e 's/ omarchy-/ archypr-/g' \ -e 's/omarchy-[a-z]/archypr-/g' \ -e 's/# omarchy:/# archypr:/g' \ + -e 's/omarchy-hw-touchpad/archypr-hw-touchpad/g' \ + -e 's/omarchy-swayosd-client/archypr-swayosd-client/g' \ + -e 's/omarchy-w-/archypr-w-/g' \ + -e 's/omarchy-m-/archypr-m-/g' \ "$script" > "$tmp_file" # Move the transformed file to target diff --git a/scripts/toggle-touchpad b/scripts/toggle-touchpad index abffbc9..8af989f 100755 --- a/scripts/toggle-touchpad +++ b/scripts/toggle-touchpad @@ -5,7 +5,7 @@ STATE_CONF="$HOME/.local/state/omarchy/toggles/hypr/touchpad-disabled.conf" -device="$(archypr-w-touchpad)" +device="$(archypr-hw-touchpad)" if [[ -z $device ]]; then echo "No touchpad device found" >&2 diff --git a/themes/themes/catppuccin-latte/catppuccin-latte/backgrounds/1-color-fade.png b/themes/themes/catppuccin-latte/catppuccin-latte/backgrounds/1-color-fade.png new file mode 100644 index 0000000..ee0cd94 Binary files /dev/null and b/themes/themes/catppuccin-latte/catppuccin-latte/backgrounds/1-color-fade.png differ diff --git a/themes/themes/catppuccin-latte/catppuccin-latte/backgrounds/omarchy.png b/themes/themes/catppuccin-latte/catppuccin-latte/backgrounds/omarchy.png new file mode 100644 index 0000000..8dd666a Binary files /dev/null and b/themes/themes/catppuccin-latte/catppuccin-latte/backgrounds/omarchy.png differ diff --git a/themes/themes/catppuccin-latte/catppuccin-latte/btop.theme b/themes/themes/catppuccin-latte/catppuccin-latte/btop.theme new file mode 100644 index 0000000..87ed181 --- /dev/null +++ b/themes/themes/catppuccin-latte/catppuccin-latte/btop.theme @@ -0,0 +1,84 @@ +# https://github.com/catppuccin/btop/blob/main/themes/catppuccin_latte.theme +# Main background, empty for terminal default, need to be empty if you want transparent background +theme[main_bg]="#eff1f5" + +# Main text color +theme[main_fg]="#4c4f69" + +# Title color for boxes +theme[title]="#4c4f69" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#1e66f5" + +# Background color of selected item in processes box +theme[selected_bg]="#bcc0cc" + +# Foreground color of selected item in processes box +theme[selected_fg]="#1e66f5" + +# Color of inactive/disabled text +theme[inactive_fg]="#8c8fa1" + +# Color of text appearing on top of graphs, i.e uptime and current network graph scaling +theme[graph_text]="#dc8a78" + +# Background color of the percentage meters +theme[meter_bg]="#bcc0cc" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#dc8a78" + +# CPU, Memory, Network, Proc box outline colors +theme[cpu_box]="#8839ef" #Mauve +theme[mem_box]="#40a02b" #Green +theme[net_box]="#e64553" #Maroon +theme[proc_box]="#1e66f5" #Blue + +# Box divider line and small boxes line color +theme[div_line]="#9ca0b0" + +# Temperature graph color (Green -> Yellow -> Red) +theme[temp_start]="#40a02b" +theme[temp_mid]="#df8e1d" +theme[temp_end]="#d20f39" + +# CPU graph colors (Teal -> Lavender) +theme[cpu_start]="#179299" +theme[cpu_mid]="#209fb5" +theme[cpu_end]="#7287fd" + +# Mem/Disk free meter (Mauve -> Lavender -> Blue) +theme[free_start]="#8839ef" +theme[free_mid]="#7287fd" +theme[free_end]="#1e66f5" + +# Mem/Disk cached meter (Sapphire -> Lavender) +theme[cached_start]="#209fb5" +theme[cached_mid]="#1e66f5" +theme[cached_end]="#7287fd" + +# Mem/Disk available meter (Peach -> Red) +theme[available_start]="#fe640b" +theme[available_mid]="#e64553" +theme[available_end]="#d20f39" + +# Mem/Disk used meter (Green -> Sky) +theme[used_start]="#40a02b" +theme[used_mid]="#179299" +theme[used_end]="#04a5e5" + +# Download graph colors (Peach -> Red) +theme[download_start]="#fe640b" +theme[download_mid]="#e64553" +theme[download_end]="#d20f39" + +# Upload graph colors (Green -> Sky) +theme[upload_start]="#40a02b" +theme[upload_mid]="#179299" +theme[upload_end]="#04a5e5" + +# Process box color gradient for threads, mem and cpu usage (Sapphire -> Mauve) +theme[process_start]="#209fb5" +theme[process_mid]="#7287fd" +theme[process_end]="#8839ef" diff --git a/themes/themes/catppuccin-latte/catppuccin-latte/colors.toml b/themes/themes/catppuccin-latte/catppuccin-latte/colors.toml new file mode 100644 index 0000000..87c37d4 --- /dev/null +++ b/themes/themes/catppuccin-latte/catppuccin-latte/colors.toml @@ -0,0 +1,23 @@ +accent = "#1e66f5" +cursor = "#dc8a78" +foreground = "#4c4f69" +background = "#eff1f5" +selection_foreground = "#eff1f5" +selection_background = "#dc8a78" + +color0 = "#bcc0cc" +color1 = "#d20f39" +color2 = "#40a02b" +color3 = "#df8e1d" +color4 = "#1e66f5" +color5 = "#ea76cb" +color6 = "#179299" +color7 = "#5c5f77" +color8 = "#acb0be" +color9 = "#d20f39" +color10 = "#40a02b" +color11 = "#df8e1d" +color12 = "#1e66f5" +color13 = "#ea76cb" +color14 = "#179299" +color15 = "#6c6f85" diff --git a/themes/themes/catppuccin-latte/catppuccin-latte/icons.theme b/themes/themes/catppuccin-latte/catppuccin-latte/icons.theme new file mode 100644 index 0000000..6ce2f14 --- /dev/null +++ b/themes/themes/catppuccin-latte/catppuccin-latte/icons.theme @@ -0,0 +1 @@ +Yaru-blue diff --git a/themes/themes/catppuccin-latte/catppuccin-latte/light.mode b/themes/themes/catppuccin-latte/catppuccin-latte/light.mode new file mode 100644 index 0000000..66bb2d0 --- /dev/null +++ b/themes/themes/catppuccin-latte/catppuccin-latte/light.mode @@ -0,0 +1 @@ +# This will set "prefer-light" and use "Adwaita" as the theme diff --git a/themes/themes/catppuccin-latte/catppuccin-latte/neovim.lua b/themes/themes/catppuccin-latte/catppuccin-latte/neovim.lua new file mode 100644 index 0000000..53eaf45 --- /dev/null +++ b/themes/themes/catppuccin-latte/catppuccin-latte/neovim.lua @@ -0,0 +1,16 @@ +return { + { + "catppuccin/nvim", + name = "catppuccin", + priority = 1000, + opts = { + flavour = "latte", + }, + }, + { + "LazyVim/LazyVim", + opts = { + colorscheme = "catppuccin-latte", + }, + }, +} diff --git a/themes/themes/catppuccin-latte/catppuccin-latte/preview-unlock.png b/themes/themes/catppuccin-latte/catppuccin-latte/preview-unlock.png new file mode 100644 index 0000000..a10534c Binary files /dev/null and b/themes/themes/catppuccin-latte/catppuccin-latte/preview-unlock.png differ diff --git a/themes/themes/catppuccin-latte/catppuccin-latte/preview.png b/themes/themes/catppuccin-latte/catppuccin-latte/preview.png new file mode 100644 index 0000000..d3ef70e Binary files /dev/null and b/themes/themes/catppuccin-latte/catppuccin-latte/preview.png differ diff --git a/themes/themes/catppuccin-latte/catppuccin-latte/unlock.png b/themes/themes/catppuccin-latte/catppuccin-latte/unlock.png new file mode 100644 index 0000000..b209e93 Binary files /dev/null and b/themes/themes/catppuccin-latte/catppuccin-latte/unlock.png differ diff --git a/themes/themes/catppuccin-latte/catppuccin-latte/vscode.json b/themes/themes/catppuccin-latte/catppuccin-latte/vscode.json new file mode 100644 index 0000000..98d1113 --- /dev/null +++ b/themes/themes/catppuccin-latte/catppuccin-latte/vscode.json @@ -0,0 +1,4 @@ +{ + "name": "Catppuccin Latte", + "extension": "catppuccin.catppuccin-vsc" +} diff --git a/themes/themes/catppuccin/catppuccin/backgrounds/1-totoro.png b/themes/themes/catppuccin/catppuccin/backgrounds/1-totoro.png new file mode 100644 index 0000000..5fbcebc Binary files /dev/null and b/themes/themes/catppuccin/catppuccin/backgrounds/1-totoro.png differ diff --git a/themes/themes/catppuccin/catppuccin/backgrounds/2-waves.png b/themes/themes/catppuccin/catppuccin/backgrounds/2-waves.png new file mode 100644 index 0000000..a0b5325 Binary files /dev/null and b/themes/themes/catppuccin/catppuccin/backgrounds/2-waves.png differ diff --git a/themes/themes/catppuccin/catppuccin/backgrounds/3-blue-eye.png b/themes/themes/catppuccin/catppuccin/backgrounds/3-blue-eye.png new file mode 100644 index 0000000..30b5963 Binary files /dev/null and b/themes/themes/catppuccin/catppuccin/backgrounds/3-blue-eye.png differ diff --git a/themes/themes/catppuccin/catppuccin/backgrounds/omarchy.png b/themes/themes/catppuccin/catppuccin/backgrounds/omarchy.png new file mode 100644 index 0000000..a4e90d7 Binary files /dev/null and b/themes/themes/catppuccin/catppuccin/backgrounds/omarchy.png differ diff --git a/themes/themes/catppuccin/catppuccin/btop.theme b/themes/themes/catppuccin/catppuccin/btop.theme new file mode 100644 index 0000000..f0395b3 --- /dev/null +++ b/themes/themes/catppuccin/catppuccin/btop.theme @@ -0,0 +1,83 @@ +# Main background, empty for terminal default, need to be empty if you want transparent background +theme[main_bg]="#1E1E2E" + +# 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/themes/themes/catppuccin/catppuccin/colors.toml b/themes/themes/catppuccin/catppuccin/colors.toml new file mode 100644 index 0000000..6943ef1 --- /dev/null +++ b/themes/themes/catppuccin/catppuccin/colors.toml @@ -0,0 +1,23 @@ +accent = "#89b4fa" +cursor = "#f5e0dc" +foreground = "#cdd6f4" +background = "#1e1e2e" +selection_foreground = "#1e1e2e" +selection_background = "#f5e0dc" + +color0 = "#45475a" +color1 = "#f38ba8" +color2 = "#a6e3a1" +color3 = "#f9e2af" +color4 = "#89b4fa" +color5 = "#f5c2e7" +color6 = "#94e2d5" +color7 = "#bac2de" +color8 = "#585b70" +color9 = "#f38ba8" +color10 = "#a6e3a1" +color11 = "#f9e2af" +color12 = "#89b4fa" +color13 = "#f5c2e7" +color14 = "#94e2d5" +color15 = "#a6adc8" diff --git a/themes/themes/catppuccin/catppuccin/icons.theme b/themes/themes/catppuccin/catppuccin/icons.theme new file mode 100644 index 0000000..24a4551 --- /dev/null +++ b/themes/themes/catppuccin/catppuccin/icons.theme @@ -0,0 +1 @@ +Yaru-purple diff --git a/themes/themes/catppuccin/catppuccin/neovim.lua b/themes/themes/catppuccin/catppuccin/neovim.lua new file mode 100644 index 0000000..f0d503f --- /dev/null +++ b/themes/themes/catppuccin/catppuccin/neovim.lua @@ -0,0 +1,13 @@ +return { + { + "catppuccin/nvim", + name = "catppuccin", + priority = 1000, + }, + { + "LazyVim/LazyVim", + opts = { + colorscheme = "catppuccin-nvim", + }, + }, +} diff --git a/themes/themes/catppuccin/catppuccin/preview-unlock.png b/themes/themes/catppuccin/catppuccin/preview-unlock.png new file mode 100644 index 0000000..6997420 Binary files /dev/null and b/themes/themes/catppuccin/catppuccin/preview-unlock.png differ diff --git a/themes/themes/catppuccin/catppuccin/preview.png b/themes/themes/catppuccin/catppuccin/preview.png new file mode 100644 index 0000000..cf75f13 Binary files /dev/null and b/themes/themes/catppuccin/catppuccin/preview.png differ diff --git a/themes/themes/catppuccin/catppuccin/unlock.png b/themes/themes/catppuccin/catppuccin/unlock.png new file mode 100644 index 0000000..14168e1 Binary files /dev/null and b/themes/themes/catppuccin/catppuccin/unlock.png differ diff --git a/themes/themes/catppuccin/catppuccin/vscode.json b/themes/themes/catppuccin/catppuccin/vscode.json new file mode 100644 index 0000000..a94d2cf --- /dev/null +++ b/themes/themes/catppuccin/catppuccin/vscode.json @@ -0,0 +1,4 @@ +{ + "name": "Catppuccin Mocha", + "extension": "catppuccin.catppuccin-vsc" +} diff --git a/themes/themes/catppuccin/catppuccin/waybar.css b/themes/themes/catppuccin/catppuccin/waybar.css new file mode 100644 index 0000000..bf35a40 --- /dev/null +++ b/themes/themes/catppuccin/catppuccin/waybar.css @@ -0,0 +1,2 @@ +@define-color foreground #cdd6f4; +@define-color background #181824; diff --git a/themes/themes/ethereal/ethereal/backgrounds/1-cosmic.jpg b/themes/themes/ethereal/ethereal/backgrounds/1-cosmic.jpg new file mode 100644 index 0000000..e5c1463 Binary files /dev/null and b/themes/themes/ethereal/ethereal/backgrounds/1-cosmic.jpg differ diff --git a/themes/themes/ethereal/ethereal/backgrounds/2-meadow.jpg b/themes/themes/ethereal/ethereal/backgrounds/2-meadow.jpg new file mode 100644 index 0000000..95fdafb Binary files /dev/null and b/themes/themes/ethereal/ethereal/backgrounds/2-meadow.jpg differ diff --git a/themes/themes/ethereal/ethereal/backgrounds/omarchy.png b/themes/themes/ethereal/ethereal/backgrounds/omarchy.png new file mode 100644 index 0000000..4354650 Binary files /dev/null and b/themes/themes/ethereal/ethereal/backgrounds/omarchy.png differ diff --git a/themes/themes/ethereal/ethereal/btop.theme b/themes/themes/ethereal/ethereal/btop.theme new file mode 100644 index 0000000..135da3d --- /dev/null +++ b/themes/themes/ethereal/ethereal/btop.theme @@ -0,0 +1,70 @@ +# Main background, empty for terminal default, need to be empty if you want transparent background +theme[main_bg]="#060B1E" + +# Main text color +theme[main_fg]="#ffcead" + +# Title color for boxes +theme[title]="#c89dc1" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#a3bfd1" + +# Background color of selected item in processes box +theme[selected_bg]="#6d7db6" + +# Foreground color of selected item in processes box +theme[selected_fg]="#ffcead" + +# Color of inactive/disabled text +theme[inactive_fg]="#6d7db6" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#c89dc1" + +# Box outline and divider line color +theme[cpu_box]="#92a593" +theme[mem_box]="#92a593" +theme[net_box]="#92a593" +theme[proc_box]="#92a593" +theme[div_line]="#6d7db6" + +# Gradient for all meters and graphs +theme[temp_start]="#a3bfd1" +theme[temp_mid]="#7d82d9" +theme[temp_end]="#92a593" + + +theme[cpu_start]="#a3bfd1" +theme[cpu_mid]="#7d82d9" +theme[cpu_end]="#92a593" + + +theme[free_start]="#7d82d9" +theme[free_mid]="#E9BB4F" +theme[free_end]="#E9BB4F" + + +theme[cached_start]="#E9BB4F" +theme[cached_mid]="#E9BB4F" +theme[cached_end]="#E9BB4F" + + +theme[available_start]="#a3bfd1" +theme[available_mid]="#a3bfd1" +theme[available_end]="#a3bfd1" + + +theme[used_start]="#92a593" +theme[used_mid]="#92a593" +theme[used_end]="#92a593" + + +theme[download_start]="#E9BB4F" +theme[download_mid]="#a3bfd1" +theme[download_end]="#7d82d9" + + +theme[upload_start]="#E9BB4F" +theme[upload_mid]="#a3bfd1" +theme[upload_end]="#7d82d9" \ No newline at end of file diff --git a/themes/themes/ethereal/ethereal/colors.toml b/themes/themes/ethereal/ethereal/colors.toml new file mode 100644 index 0000000..dbce1ae --- /dev/null +++ b/themes/themes/ethereal/ethereal/colors.toml @@ -0,0 +1,23 @@ +accent = "#7d82d9" +cursor = "#ffcead" +foreground = "#ffcead" +background = "#060B1E" +selection_foreground = "#060B1E" +selection_background = "#ffcead" + +color0 = "#3C486D" +color1 = "#ED5B5A" +color2 = "#92a593" +color3 = "#E9BB4F" +color4 = "#7d82d9" +color5 = "#c89dc1" +color6 = "#a3bfd1" +color7 = "#F99957" +color8 = "#6d7db6" +color9 = "#faaaa9" +color10 = "#c4cfc4" +color11 = "#f7dc9c" +color12 = "#c2c4f0" +color13 = "#ead7e7" +color14 = "#dfeaf0" +color15 = "#ffcead" diff --git a/themes/themes/ethereal/ethereal/icons.theme b/themes/themes/ethereal/ethereal/icons.theme new file mode 100644 index 0000000..6ce2f14 --- /dev/null +++ b/themes/themes/ethereal/ethereal/icons.theme @@ -0,0 +1 @@ +Yaru-blue diff --git a/themes/themes/ethereal/ethereal/neovim.lua b/themes/themes/ethereal/ethereal/neovim.lua new file mode 100644 index 0000000..885bece --- /dev/null +++ b/themes/themes/ethereal/ethereal/neovim.lua @@ -0,0 +1,12 @@ +return { + { + "bjarneo/ethereal.nvim", + priority = 1000, + }, + { + "LazyVim/LazyVim", + opts = { + colorscheme = "ethereal", + }, + }, +} diff --git a/themes/themes/ethereal/ethereal/preview-unlock.png b/themes/themes/ethereal/ethereal/preview-unlock.png new file mode 100644 index 0000000..7061587 Binary files /dev/null and b/themes/themes/ethereal/ethereal/preview-unlock.png differ diff --git a/themes/themes/ethereal/ethereal/preview.png b/themes/themes/ethereal/ethereal/preview.png new file mode 100644 index 0000000..b9b413c Binary files /dev/null and b/themes/themes/ethereal/ethereal/preview.png differ diff --git a/themes/themes/ethereal/ethereal/unlock.png b/themes/themes/ethereal/ethereal/unlock.png new file mode 100644 index 0000000..136b6d5 Binary files /dev/null and b/themes/themes/ethereal/ethereal/unlock.png differ diff --git a/themes/themes/ethereal/ethereal/vscode.json b/themes/themes/ethereal/ethereal/vscode.json new file mode 100644 index 0000000..2fccd6b --- /dev/null +++ b/themes/themes/ethereal/ethereal/vscode.json @@ -0,0 +1,4 @@ +{ + "name": "Ethereal", + "extension": "Bjarne.ethereal-omarchy" +} diff --git a/themes/themes/everforest/everforest/backgrounds/1-tree-tops.jpg b/themes/themes/everforest/everforest/backgrounds/1-tree-tops.jpg new file mode 100644 index 0000000..6d75259 Binary files /dev/null and b/themes/themes/everforest/everforest/backgrounds/1-tree-tops.jpg differ diff --git a/themes/themes/everforest/everforest/backgrounds/omarchy.png b/themes/themes/everforest/everforest/backgrounds/omarchy.png new file mode 100644 index 0000000..d759dde Binary files /dev/null and b/themes/themes/everforest/everforest/backgrounds/omarchy.png differ diff --git a/themes/themes/everforest/everforest/btop.theme b/themes/themes/everforest/everforest/btop.theme new file mode 100644 index 0000000..2ad33bb --- /dev/null +++ b/themes/themes/everforest/everforest/btop.theme @@ -0,0 +1,92 @@ +# 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/themes/themes/everforest/everforest/colors.toml b/themes/themes/everforest/everforest/colors.toml new file mode 100644 index 0000000..9aaeeb5 --- /dev/null +++ b/themes/themes/everforest/everforest/colors.toml @@ -0,0 +1,23 @@ +accent = "#7fbbb3" +cursor = "#d3c6aa" +foreground = "#d3c6aa" +background = "#2d353b" +selection_foreground = "#2d353b" +selection_background = "#d3c6aa" + +color0 = "#475258" +color1 = "#e67e80" +color2 = "#a7c080" +color3 = "#dbbc7f" +color4 = "#7fbbb3" +color5 = "#d699b6" +color6 = "#83c092" +color7 = "#d3c6aa" +color8 = "#475258" +color9 = "#e67e80" +color10 = "#a7c080" +color11 = "#dbbc7f" +color12 = "#7fbbb3" +color13 = "#d699b6" +color14 = "#83c092" +color15 = "#d3c6aa" diff --git a/themes/themes/everforest/everforest/icons.theme b/themes/themes/everforest/everforest/icons.theme new file mode 100644 index 0000000..140e422 --- /dev/null +++ b/themes/themes/everforest/everforest/icons.theme @@ -0,0 +1 @@ +Yaru-sage diff --git a/themes/themes/everforest/everforest/neovim.lua b/themes/themes/everforest/everforest/neovim.lua new file mode 100644 index 0000000..80551c7 --- /dev/null +++ b/themes/themes/everforest/everforest/neovim.lua @@ -0,0 +1,10 @@ +return { + { "neanias/everforest-nvim" }, + { + "LazyVim/LazyVim", + opts = { + colorscheme = "everforest", + background = "soft", + }, + }, +} diff --git a/themes/themes/everforest/everforest/preview-unlock.png b/themes/themes/everforest/everforest/preview-unlock.png new file mode 100644 index 0000000..be099bc Binary files /dev/null and b/themes/themes/everforest/everforest/preview-unlock.png differ diff --git a/themes/themes/everforest/everforest/preview.png b/themes/themes/everforest/everforest/preview.png new file mode 100644 index 0000000..f328fa5 Binary files /dev/null and b/themes/themes/everforest/everforest/preview.png differ diff --git a/themes/themes/everforest/everforest/unlock.png b/themes/themes/everforest/everforest/unlock.png new file mode 100644 index 0000000..40e2cd8 Binary files /dev/null and b/themes/themes/everforest/everforest/unlock.png differ diff --git a/themes/themes/everforest/everforest/vscode.json b/themes/themes/everforest/everforest/vscode.json new file mode 100644 index 0000000..c584417 --- /dev/null +++ b/themes/themes/everforest/everforest/vscode.json @@ -0,0 +1,4 @@ +{ + "name": "Everforest Dark", + "extension": "reesew.everforest-theme" +} diff --git a/themes/themes/flexoki-light/flexoki-light/backgrounds/1-orb.png b/themes/themes/flexoki-light/flexoki-light/backgrounds/1-orb.png new file mode 100644 index 0000000..a564a17 Binary files /dev/null and b/themes/themes/flexoki-light/flexoki-light/backgrounds/1-orb.png differ diff --git a/themes/themes/flexoki-light/flexoki-light/backgrounds/2-omarchy.png b/themes/themes/flexoki-light/flexoki-light/backgrounds/2-omarchy.png new file mode 100644 index 0000000..cc755b1 Binary files /dev/null and b/themes/themes/flexoki-light/flexoki-light/backgrounds/2-omarchy.png differ diff --git a/themes/themes/flexoki-light/flexoki-light/btop.theme b/themes/themes/flexoki-light/flexoki-light/btop.theme new file mode 100644 index 0000000..0caf9c6 --- /dev/null +++ b/themes/themes/flexoki-light/flexoki-light/btop.theme @@ -0,0 +1,78 @@ +# Main bg +theme[main_bg]="#FFFCF0" + +# Main text color +theme[main_fg]="#100F0F" + +# Title color for boxes +theme[title]="#100F0F" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#205EA6" + +# Background color of selected item in processes box +theme[selected_bg]="#414868" + +# Foreground color of selected item in processes box +theme[selected_fg]="#100F0F" + +# Color of inactive/disabled text +theme[inactive_fg]="#6F6E69" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#205EA6" + +# Cpu box outline color +theme[cpu_box]="#6F6E69" + +# Memory/disks box outline color +theme[mem_box]="#6F6E69" + +# Net up/down box outline color +theme[net_box]="#6F6E69" + +# Processes box outline color +theme[proc_box]="#6F6E69" + +# Box divider line and small boxes line color +theme[div_line]="#6F6E69" + +# Temperature graph colors +theme[temp_start]="#66800B" +theme[temp_mid]="#BC5215" +theme[temp_end]="#AF3029" + +# CPU graph colors +theme[cpu_start]="#66800B" +theme[cpu_mid]="#BC5215" +theme[cpu_end]="#AF3029" + +# Mem/Disk free meter +theme[free_start]="#66800B" +theme[free_mid]="#BC5215" +theme[free_end]="#AF3029" + +# Mem/Disk cached meter +theme[cached_start]="#66800B" +theme[cached_mid]="#BC5215" +theme[cached_end]="#AF3029" + +# Mem/Disk available meter +theme[available_start]="#66800B" +theme[available_mid]="#BC5215" +theme[available_end]="#AF3029" + +# Mem/Disk used meter +theme[used_start]="#66800B" +theme[used_mid]="#BC5215" +theme[used_end]="#AF3029" + +# Download graph colors +theme[download_start]="#66800B" +theme[download_mid]="#BC5215" +theme[download_end]="#AF3029" + +# Upload graph colors +theme[upload_start]="#66800B" +theme[upload_mid]="#BC5215" +theme[upload_end]="#AF3029" diff --git a/themes/themes/flexoki-light/flexoki-light/chromium.theme b/themes/themes/flexoki-light/flexoki-light/chromium.theme new file mode 100644 index 0000000..31cd573 --- /dev/null +++ b/themes/themes/flexoki-light/flexoki-light/chromium.theme @@ -0,0 +1 @@ +242,240,229 \ No newline at end of file diff --git a/themes/themes/flexoki-light/flexoki-light/colors.toml b/themes/themes/flexoki-light/flexoki-light/colors.toml new file mode 100644 index 0000000..1e3b886 --- /dev/null +++ b/themes/themes/flexoki-light/flexoki-light/colors.toml @@ -0,0 +1,23 @@ +accent = "#205EA6" +cursor = "#100F0F" +foreground = "#100F0F" +background = "#FFFCF0" +selection_foreground = "#100F0F" +selection_background = "#CECDC3" + +color0 = "#DAD8CE" +color1 = "#D14D41" +color2 = "#879A39" +color3 = "#D0A215" +color4 = "#205EA6" +color5 = "#CE5D97" +color6 = "#3AA99F" +color7 = "#B7B5AC" +color8 = "#100F0F" +color9 = "#D14D41" +color10 = "#879A39" +color11 = "#D0A215" +color12 = "#4385BE" +color13 = "#CE5D97" +color14 = "#3AA99F" +color15 = "#CECDC3" diff --git a/themes/themes/flexoki-light/flexoki-light/icons.theme b/themes/themes/flexoki-light/flexoki-light/icons.theme new file mode 100644 index 0000000..6ce2f14 --- /dev/null +++ b/themes/themes/flexoki-light/flexoki-light/icons.theme @@ -0,0 +1 @@ +Yaru-blue diff --git a/themes/themes/flexoki-light/flexoki-light/light.mode b/themes/themes/flexoki-light/flexoki-light/light.mode new file mode 100644 index 0000000..e65461b --- /dev/null +++ b/themes/themes/flexoki-light/flexoki-light/light.mode @@ -0,0 +1 @@ +# This will set "prefer-light" and use "Adwaita" as the theme \ No newline at end of file diff --git a/themes/themes/flexoki-light/flexoki-light/neovim.lua b/themes/themes/flexoki-light/flexoki-light/neovim.lua new file mode 100644 index 0000000..230c551 --- /dev/null +++ b/themes/themes/flexoki-light/flexoki-light/neovim.lua @@ -0,0 +1,12 @@ +return { + { + "kepano/flexoki-neovim", + priority = 1000, + }, + { + "LazyVim/LazyVim", + opts = { + colorscheme = "flexoki-light", + }, + }, +} diff --git a/themes/themes/flexoki-light/flexoki-light/preview-unlock.png b/themes/themes/flexoki-light/flexoki-light/preview-unlock.png new file mode 100644 index 0000000..024241b Binary files /dev/null and b/themes/themes/flexoki-light/flexoki-light/preview-unlock.png differ diff --git a/themes/themes/flexoki-light/flexoki-light/preview.png b/themes/themes/flexoki-light/flexoki-light/preview.png new file mode 100644 index 0000000..3a350a2 Binary files /dev/null and b/themes/themes/flexoki-light/flexoki-light/preview.png differ diff --git a/themes/themes/flexoki-light/flexoki-light/unlock.png b/themes/themes/flexoki-light/flexoki-light/unlock.png new file mode 100644 index 0000000..f160bb5 Binary files /dev/null and b/themes/themes/flexoki-light/flexoki-light/unlock.png differ diff --git a/themes/themes/flexoki-light/flexoki-light/vscode.json b/themes/themes/flexoki-light/flexoki-light/vscode.json new file mode 100644 index 0000000..00a2045 --- /dev/null +++ b/themes/themes/flexoki-light/flexoki-light/vscode.json @@ -0,0 +1,4 @@ +{ + "name": "flexoki-light", + "extension": "shadesOfBuntu.flexoki-light" +} diff --git a/themes/themes/gruvbox/gruvbox/backgrounds/1-the-backwater.jpg b/themes/themes/gruvbox/gruvbox/backgrounds/1-the-backwater.jpg new file mode 100644 index 0000000..c9ff531 Binary files /dev/null and b/themes/themes/gruvbox/gruvbox/backgrounds/1-the-backwater.jpg differ diff --git a/themes/themes/gruvbox/gruvbox/backgrounds/2-flower-basket.jpg b/themes/themes/gruvbox/gruvbox/backgrounds/2-flower-basket.jpg new file mode 100644 index 0000000..42af8d1 Binary files /dev/null and b/themes/themes/gruvbox/gruvbox/backgrounds/2-flower-basket.jpg differ diff --git a/themes/themes/gruvbox/gruvbox/backgrounds/3-village-square.jpg b/themes/themes/gruvbox/gruvbox/backgrounds/3-village-square.jpg new file mode 100644 index 0000000..0ff0160 Binary files /dev/null and b/themes/themes/gruvbox/gruvbox/backgrounds/3-village-square.jpg differ diff --git a/themes/themes/gruvbox/gruvbox/backgrounds/4-idyllic-procession.jpg b/themes/themes/gruvbox/gruvbox/backgrounds/4-idyllic-procession.jpg new file mode 100644 index 0000000..3742024 Binary files /dev/null and b/themes/themes/gruvbox/gruvbox/backgrounds/4-idyllic-procession.jpg differ diff --git a/themes/themes/gruvbox/gruvbox/backgrounds/5-leaves.jpg b/themes/themes/gruvbox/gruvbox/backgrounds/5-leaves.jpg new file mode 100644 index 0000000..fd31869 Binary files /dev/null and b/themes/themes/gruvbox/gruvbox/backgrounds/5-leaves.jpg differ diff --git a/themes/themes/gruvbox/gruvbox/backgrounds/omarchy.png b/themes/themes/gruvbox/gruvbox/backgrounds/omarchy.png new file mode 100644 index 0000000..a6feebe Binary files /dev/null and b/themes/themes/gruvbox/gruvbox/backgrounds/omarchy.png differ diff --git a/themes/themes/gruvbox/gruvbox/btop.theme b/themes/themes/gruvbox/gruvbox/btop.theme new file mode 100644 index 0000000..0584954 --- /dev/null +++ b/themes/themes/gruvbox/gruvbox/btop.theme @@ -0,0 +1,92 @@ +#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/themes/themes/gruvbox/gruvbox/colors.toml b/themes/themes/gruvbox/gruvbox/colors.toml new file mode 100644 index 0000000..57847f0 --- /dev/null +++ b/themes/themes/gruvbox/gruvbox/colors.toml @@ -0,0 +1,23 @@ +accent = "#7daea3" +cursor = "#bdae93" +foreground = "#d4be98" +background = "#282828" +selection_foreground = "#ebdbb2" +selection_background = "#d65d0e" + +color0 = "#3c3836" +color1 = "#ea6962" +color2 = "#a9b665" +color3 = "#d8a657" +color4 = "#7daea3" +color5 = "#d3869b" +color6 = "#89b482" +color7 = "#d4be98" +color8 = "#3c3836" +color9 = "#ea6962" +color10 = "#a9b665" +color11 = "#d8a657" +color12 = "#7daea3" +color13 = "#d3869b" +color14 = "#89b482" +color15 = "#d4be98" diff --git a/themes/themes/gruvbox/gruvbox/icons.theme b/themes/themes/gruvbox/gruvbox/icons.theme new file mode 100644 index 0000000..7bb20fc --- /dev/null +++ b/themes/themes/gruvbox/gruvbox/icons.theme @@ -0,0 +1 @@ +Yaru-olive diff --git a/themes/themes/gruvbox/gruvbox/neovim.lua b/themes/themes/gruvbox/gruvbox/neovim.lua new file mode 100644 index 0000000..edaf0d5 --- /dev/null +++ b/themes/themes/gruvbox/gruvbox/neovim.lua @@ -0,0 +1,9 @@ +return { + { "ellisonleao/gruvbox.nvim" }, + { + "LazyVim/LazyVim", + opts = { + colorscheme = "gruvbox", + }, + }, +} diff --git a/themes/themes/gruvbox/gruvbox/preview-unlock.png b/themes/themes/gruvbox/gruvbox/preview-unlock.png new file mode 100644 index 0000000..9b09d6c Binary files /dev/null and b/themes/themes/gruvbox/gruvbox/preview-unlock.png differ diff --git a/themes/themes/gruvbox/gruvbox/preview.png b/themes/themes/gruvbox/gruvbox/preview.png new file mode 100644 index 0000000..1287fa2 Binary files /dev/null and b/themes/themes/gruvbox/gruvbox/preview.png differ diff --git a/themes/themes/gruvbox/gruvbox/unlock.png b/themes/themes/gruvbox/gruvbox/unlock.png new file mode 100644 index 0000000..777a7fb Binary files /dev/null and b/themes/themes/gruvbox/gruvbox/unlock.png differ diff --git a/themes/themes/gruvbox/gruvbox/vscode.json b/themes/themes/gruvbox/gruvbox/vscode.json new file mode 100644 index 0000000..e75a9b9 --- /dev/null +++ b/themes/themes/gruvbox/gruvbox/vscode.json @@ -0,0 +1,4 @@ +{ + "name": "Gruvbox Dark Medium", + "extension": "jdinhlife.gruvbox" +} diff --git a/themes/themes/hackerman/hackerman/backgrounds/1-synth-scape.jpg b/themes/themes/hackerman/hackerman/backgrounds/1-synth-scape.jpg new file mode 100644 index 0000000..7a36f6a Binary files /dev/null and b/themes/themes/hackerman/hackerman/backgrounds/1-synth-scape.jpg differ diff --git a/themes/themes/hackerman/hackerman/backgrounds/2-geometric.jpg b/themes/themes/hackerman/hackerman/backgrounds/2-geometric.jpg new file mode 100644 index 0000000..a18aff8 Binary files /dev/null and b/themes/themes/hackerman/hackerman/backgrounds/2-geometric.jpg differ diff --git a/themes/themes/hackerman/hackerman/backgrounds/omarchy.png b/themes/themes/hackerman/hackerman/backgrounds/omarchy.png new file mode 100644 index 0000000..eb91c8b Binary files /dev/null and b/themes/themes/hackerman/hackerman/backgrounds/omarchy.png differ diff --git a/themes/themes/hackerman/hackerman/btop.theme b/themes/themes/hackerman/hackerman/btop.theme new file mode 100644 index 0000000..7609189 --- /dev/null +++ b/themes/themes/hackerman/hackerman/btop.theme @@ -0,0 +1,70 @@ +# Main background, empty for terminal default, need to be empty if you want transparent background +theme[main_bg]="#0B0C16" + +# Main text color +theme[main_fg]="#ddf7ff" + +# Title color for boxes +theme[title]="#86a7df" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#7cf8f7" + +# Background color of selected item in processes box +theme[selected_bg]="#6a6e95" + +# Foreground color of selected item in processes box +theme[selected_fg]="#ddf7ff" + +# Color of inactive/disabled text +theme[inactive_fg]="#6a6e95" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#86a7df" + +# Box outline and divider line color +theme[cpu_box]="#4fe88f" +theme[mem_box]="#4fe88f" +theme[net_box]="#4fe88f" +theme[proc_box]="#4fe88f" +theme[div_line]="#6a6e95" + +# Gradient for all meters and graphs +theme[temp_start]="#7cf8f7" +theme[temp_mid]="#829dd4" +theme[temp_end]="#4fe88f" + + +theme[cpu_start]="#7cf8f7" +theme[cpu_mid]="#829dd4" +theme[cpu_end]="#4fe88f" + + +theme[free_start]="#829dd4" +theme[free_mid]="#50f7d4" +theme[free_end]="#50f7d4" + + +theme[cached_start]="#50f7d4" +theme[cached_mid]="#50f7d4" +theme[cached_end]="#50f7d4" + + +theme[available_start]="#7cf8f7" +theme[available_mid]="#7cf8f7" +theme[available_end]="#7cf8f7" + + +theme[used_start]="#4fe88f" +theme[used_mid]="#4fe88f" +theme[used_end]="#4fe88f" + + +theme[download_start]="#50f7d4" +theme[download_mid]="#7cf8f7" +theme[download_end]="#829dd4" + + +theme[upload_start]="#50f7d4" +theme[upload_mid]="#7cf8f7" +theme[upload_end]="#829dd4" \ No newline at end of file diff --git a/themes/themes/hackerman/hackerman/colors.toml b/themes/themes/hackerman/hackerman/colors.toml new file mode 100644 index 0000000..517ff36 --- /dev/null +++ b/themes/themes/hackerman/hackerman/colors.toml @@ -0,0 +1,23 @@ +accent = "#82FB9C" +cursor = "#ddf7ff" +foreground = "#ddf7ff" +background = "#0B0C16" +selection_foreground = "#0B0C16" +selection_background = "#ddf7ff" + +color0 = "#3E4058" +color1 = "#50f872" +color2 = "#4fe88f" +color3 = "#50f7d4" +color4 = "#829dd4" +color5 = "#86a7df" +color6 = "#7cf8f7" +color7 = "#85E1FB" +color8 = "#6a6e95" +color9 = "#85ff9d" +color10 = "#9cf7c2" +color11 = "#a4ffec" +color12 = "#c4d2ed" +color13 = "#cddbf4" +color14 = "#d1fffe" +color15 = "#ddf7ff" diff --git a/themes/themes/hackerman/hackerman/icons.theme b/themes/themes/hackerman/hackerman/icons.theme new file mode 100644 index 0000000..66be38a --- /dev/null +++ b/themes/themes/hackerman/hackerman/icons.theme @@ -0,0 +1 @@ +Yaru-blue \ No newline at end of file diff --git a/themes/themes/hackerman/hackerman/neovim.lua b/themes/themes/hackerman/hackerman/neovim.lua new file mode 100644 index 0000000..d4588f0 --- /dev/null +++ b/themes/themes/hackerman/hackerman/neovim.lua @@ -0,0 +1,13 @@ +return { + { + "bjarneo/hackerman.nvim", + dependencies = { "bjarneo/aether.nvim" }, -- Ensure aether is loaded first + priority = 1000, + }, + { + "LazyVim/LazyVim", + opts = { + colorscheme = "hackerman", + }, + }, +} diff --git a/themes/themes/hackerman/hackerman/preview-unlock.png b/themes/themes/hackerman/hackerman/preview-unlock.png new file mode 100644 index 0000000..7d42ff6 Binary files /dev/null and b/themes/themes/hackerman/hackerman/preview-unlock.png differ diff --git a/themes/themes/hackerman/hackerman/preview.png b/themes/themes/hackerman/hackerman/preview.png new file mode 100644 index 0000000..2d4c0c3 Binary files /dev/null and b/themes/themes/hackerman/hackerman/preview.png differ diff --git a/themes/themes/hackerman/hackerman/unlock.png b/themes/themes/hackerman/hackerman/unlock.png new file mode 100644 index 0000000..8079333 Binary files /dev/null and b/themes/themes/hackerman/hackerman/unlock.png differ diff --git a/themes/themes/hackerman/hackerman/vscode.json b/themes/themes/hackerman/hackerman/vscode.json new file mode 100644 index 0000000..95f432b --- /dev/null +++ b/themes/themes/hackerman/hackerman/vscode.json @@ -0,0 +1,4 @@ +{ + "name": "Hackerman", + "extension": "Bjarne.hackerman-omarchy" +} diff --git a/themes/themes/kanagawa/kanagawa/backgrounds/1-kanagawa.jpg b/themes/themes/kanagawa/kanagawa/backgrounds/1-kanagawa.jpg new file mode 100644 index 0000000..197c48d Binary files /dev/null and b/themes/themes/kanagawa/kanagawa/backgrounds/1-kanagawa.jpg differ diff --git a/themes/themes/kanagawa/kanagawa/backgrounds/omarchy.png b/themes/themes/kanagawa/kanagawa/backgrounds/omarchy.png new file mode 100644 index 0000000..c4560ce Binary files /dev/null and b/themes/themes/kanagawa/kanagawa/backgrounds/omarchy.png differ diff --git a/themes/themes/kanagawa/kanagawa/btop.theme b/themes/themes/kanagawa/kanagawa/btop.theme new file mode 100644 index 0000000..5202748 --- /dev/null +++ b/themes/themes/kanagawa/kanagawa/btop.theme @@ -0,0 +1,86 @@ +# 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/themes/themes/kanagawa/kanagawa/colors.toml b/themes/themes/kanagawa/kanagawa/colors.toml new file mode 100644 index 0000000..7ca002e --- /dev/null +++ b/themes/themes/kanagawa/kanagawa/colors.toml @@ -0,0 +1,23 @@ +accent = "#7e9cd8" +cursor = "#c8c093" +foreground = "#dcd7ba" +background = "#1f1f28" +selection_foreground = "#c8c093" +selection_background = "#2d4f67" + +color0 = "#090618" +color1 = "#c34043" +color2 = "#76946a" +color3 = "#c0a36e" +color4 = "#7e9cd8" +color5 = "#957fb8" +color6 = "#6a9589" +color7 = "#c8c093" +color8 = "#727169" +color9 = "#e82424" +color10 = "#98bb6c" +color11 = "#e6c384" +color12 = "#7fb4ca" +color13 = "#938aa9" +color14 = "#7aa89f" +color15 = "#dcd7ba" diff --git a/themes/themes/kanagawa/kanagawa/hyprland.conf b/themes/themes/kanagawa/kanagawa/hyprland.conf new file mode 100644 index 0000000..0ee92ca --- /dev/null +++ b/themes/themes/kanagawa/kanagawa/hyprland.conf @@ -0,0 +1,12 @@ +$activeBorderColor = rgb(dcd7ba) + +general { + col.active_border = $activeBorderColor +} + +group { + col.border_active = $activeBorderColor +} + +# Kanagawa backdrop is too strong for detault opacity +windowrule = opacity 0.98 0.95, match:tag terminal diff --git a/themes/themes/kanagawa/kanagawa/icons.theme b/themes/themes/kanagawa/kanagawa/icons.theme new file mode 100644 index 0000000..6ce2f14 --- /dev/null +++ b/themes/themes/kanagawa/kanagawa/icons.theme @@ -0,0 +1 @@ +Yaru-blue diff --git a/themes/themes/kanagawa/kanagawa/neovim.lua b/themes/themes/kanagawa/kanagawa/neovim.lua new file mode 100644 index 0000000..b31e9e5 --- /dev/null +++ b/themes/themes/kanagawa/kanagawa/neovim.lua @@ -0,0 +1,9 @@ +return { + { "rebelot/kanagawa.nvim" }, + { + "LazyVim/LazyVim", + opts = { + colorscheme = "kanagawa", + }, + }, +} diff --git a/themes/themes/kanagawa/kanagawa/preview-unlock.png b/themes/themes/kanagawa/kanagawa/preview-unlock.png new file mode 100644 index 0000000..cef402b Binary files /dev/null and b/themes/themes/kanagawa/kanagawa/preview-unlock.png differ diff --git a/themes/themes/kanagawa/kanagawa/preview.png b/themes/themes/kanagawa/kanagawa/preview.png new file mode 100644 index 0000000..67b1ac1 Binary files /dev/null and b/themes/themes/kanagawa/kanagawa/preview.png differ diff --git a/themes/themes/kanagawa/kanagawa/unlock.png b/themes/themes/kanagawa/kanagawa/unlock.png new file mode 100644 index 0000000..a83180f Binary files /dev/null and b/themes/themes/kanagawa/kanagawa/unlock.png differ diff --git a/themes/themes/kanagawa/kanagawa/vscode.json b/themes/themes/kanagawa/kanagawa/vscode.json new file mode 100644 index 0000000..91f7539 --- /dev/null +++ b/themes/themes/kanagawa/kanagawa/vscode.json @@ -0,0 +1,4 @@ +{ + "name": "Kanagawa", + "extension": "qufiwefefwoyn.kanagawa" +} diff --git a/themes/themes/lumon/lumon/backgrounds/01-united-in-severance.jpg b/themes/themes/lumon/lumon/backgrounds/01-united-in-severance.jpg new file mode 100644 index 0000000..d07b636 Binary files /dev/null and b/themes/themes/lumon/lumon/backgrounds/01-united-in-severance.jpg differ diff --git a/themes/themes/lumon/lumon/backgrounds/02-opinions-equally.jpg b/themes/themes/lumon/lumon/backgrounds/02-opinions-equally.jpg new file mode 100644 index 0000000..4f2a0bf Binary files /dev/null and b/themes/themes/lumon/lumon/backgrounds/02-opinions-equally.jpg differ diff --git a/themes/themes/lumon/lumon/backgrounds/omarchy.png b/themes/themes/lumon/lumon/backgrounds/omarchy.png new file mode 100644 index 0000000..8c194e6 Binary files /dev/null and b/themes/themes/lumon/lumon/backgrounds/omarchy.png differ diff --git a/themes/themes/lumon/lumon/btop.theme b/themes/themes/lumon/lumon/btop.theme new file mode 100644 index 0000000..d9d0572 --- /dev/null +++ b/themes/themes/lumon/lumon/btop.theme @@ -0,0 +1,64 @@ +# Main background, empty for terminal default, need to be empty if you want transparent background +theme[main_bg]="" +theme_background=false + +# Main text color +theme[main_fg]="#c7d2de" + +# Title color for boxes +theme[title]="#9fcfe9" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#b5deef" + +# Background color of selected item in processes box +theme[selected_bg]="#355066" + +# Foreground color of selected item in processes box +theme[selected_fg]="#c7d2de" + +# Color of inactive/disabled text +theme[inactive_fg]="#355066" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#9fcfe9" + +# Box outline and divider line color +theme[cpu_box]="#79abd2" +theme[mem_box]="#79abd2" +theme[net_box]="#79abd2" +theme[proc_box]="#79abd2" +theme[div_line]="#355066" + +# Gradient for all meters and graphs +theme[temp_start]="#b5deef" +theme[temp_mid]="#92c7e7" +theme[temp_end]="#79abd2" + +theme[cpu_start]="#b5deef" +theme[cpu_mid]="#92c7e7" +theme[cpu_end]="#79abd2" + +theme[free_start]="#92c7e7" +theme[free_mid]="#86b6da" +theme[free_end]="#86b6da" + +theme[cached_start]="#86b6da" +theme[cached_mid]="#86b6da" +theme[cached_end]="#86b6da" + +theme[available_start]="#b5deef" +theme[available_mid]="#b5deef" +theme[available_end]="#b5deef" + +theme[used_start]="#79abd2" +theme[used_mid]="#79abd2" +theme[used_end]="#79abd2" + +theme[download_start]="#86b6da" +theme[download_mid]="#b5deef" +theme[download_end]="#92c7e7" + +theme[upload_start]="#86b6da" +theme[upload_mid]="#b5deef" +theme[upload_end]="#92c7e7" diff --git a/themes/themes/lumon/lumon/chromium.theme b/themes/themes/lumon/lumon/chromium.theme new file mode 100644 index 0000000..fdf694b --- /dev/null +++ b/themes/themes/lumon/lumon/chromium.theme @@ -0,0 +1 @@ +14,31,41 diff --git a/themes/themes/lumon/lumon/colors.toml b/themes/themes/lumon/lumon/colors.toml new file mode 100644 index 0000000..1ddfcb1 --- /dev/null +++ b/themes/themes/lumon/lumon/colors.toml @@ -0,0 +1,35 @@ +# Accent and UI colors +accent = "#8bc9eb" +active_border_color = "#f2fcff" +active_tab_background = "#6fb8e3" + +# Cursor colors +cursor = "#f2fcff" + +# Primary colors +foreground = "#d6e2ee" +background = "#16242d" + +# Selection colors +selection_foreground = "#1b2d40" +selection_background = "#4d9ed3" + +# Normal colors (ANSI 0-7) +color0 = "#1b2d40" +color1 = "#4d86b0" +color2 = "#5e95bc" +color3 = "#6fa4c9" +color4 = "#6fb8e3" +color5 = "#8bc9eb" +color6 = "#b4e4f6" +color7 = "#d6e2ee" + +# Bright colors (ANSI 8-15) +color8 = "#304860" +color9 = "#73a6cb" +color10 = "#86b7d8" +color11 = "#9dcae5" +color12 = "#f2fcff" +color13 = "#b1d8ee" +color14 = "#d1eef8" +color15 = "#ffffff" diff --git a/themes/themes/lumon/lumon/hyprland.conf b/themes/themes/lumon/lumon/hyprland.conf new file mode 100644 index 0000000..40d21b4 --- /dev/null +++ b/themes/themes/lumon/lumon/hyprland.conf @@ -0,0 +1,26 @@ +$activeBorderColor = rgb(f2fcff) +$activeShadowColor = rgb(6fb8e3) +$inactiveBorderColor = rgba(30486099) +$inactiveShadowColor = rgba(30486077) + +general { + col.active_border = $activeBorderColor + col.inactive_border = $inactiveBorderColor + gaps_in = 8 + gaps_out = 16 +} + +group { + col.border_active = $activeBorderColor + col.border_inactive = $inactiveBorderColor +} + +decoration { + shadow { + enabled = true + range = 16 + render_power = 4 + color = $activeShadowColor + color_inactive = $inactiveShadowColor + } +} diff --git a/themes/themes/lumon/lumon/icons.theme b/themes/themes/lumon/lumon/icons.theme new file mode 100644 index 0000000..66be38a --- /dev/null +++ b/themes/themes/lumon/lumon/icons.theme @@ -0,0 +1 @@ +Yaru-blue \ No newline at end of file diff --git a/themes/themes/lumon/lumon/neovim.lua b/themes/themes/lumon/lumon/neovim.lua new file mode 100644 index 0000000..b364ffd --- /dev/null +++ b/themes/themes/lumon/lumon/neovim.lua @@ -0,0 +1,12 @@ +return { + { + "omacom-io/lumon.nvim", + priority = 1000, + }, + { + "LazyVim/LazyVim", + opts = { + colorscheme = "lumon", + }, + }, +} diff --git a/themes/themes/lumon/lumon/preview-unlock.png b/themes/themes/lumon/lumon/preview-unlock.png new file mode 100644 index 0000000..a2f9e58 Binary files /dev/null and b/themes/themes/lumon/lumon/preview-unlock.png differ diff --git a/themes/themes/lumon/lumon/preview.png b/themes/themes/lumon/lumon/preview.png new file mode 100644 index 0000000..9a87f6d Binary files /dev/null and b/themes/themes/lumon/lumon/preview.png differ diff --git a/themes/themes/lumon/lumon/swayosd.css b/themes/themes/lumon/lumon/swayosd.css new file mode 100644 index 0000000..53c3f05 --- /dev/null +++ b/themes/themes/lumon/lumon/swayosd.css @@ -0,0 +1,44 @@ +@define-color background-color #1b2d40; +@define-color border-color #304860; +@define-color label #d6e2ee; +@define-color image #d6e2ee; +@define-color progress #6fb8e3; +@define-color edge-light #f2fcff; + +/* Cancel out Omarchy defaults */ +window:not(:backdrop), +window:backdrop { + border: none; + border-width: 0; + background-color: transparent; + box-shadow: none; + padding: 12px; +} + +/* Draw the Lumon OSD shell */ +window:not(:backdrop) #container, +window:backdrop #container { + border: 2px solid alpha(@border-color, 0.92); + background-color: alpha(@background-color, 0.95); + padding: 12px 16px; + background-clip: padding-box; +} + +image, +label { + color: @label; +} + +progressbar { + min-height: 8px; +} + +progressbar trough { + background: alpha(@border-color, 0.24); + box-shadow: inset 0 1px rgba(242, 252, 255, 0.03); +} + +progressbar progress { + background: linear-gradient(90deg, @progress, @edge-light); + box-shadow: 0 0 10px rgba(111, 184, 227, 0.18); +} diff --git a/themes/themes/lumon/lumon/unlock.png b/themes/themes/lumon/lumon/unlock.png new file mode 100644 index 0000000..18c566b Binary files /dev/null and b/themes/themes/lumon/lumon/unlock.png differ diff --git a/themes/themes/lumon/lumon/vscode.json b/themes/themes/lumon/lumon/vscode.json new file mode 100644 index 0000000..045878d --- /dev/null +++ b/themes/themes/lumon/lumon/vscode.json @@ -0,0 +1,4 @@ +{ + "name": "Lumon", + "extension": "oldjobobo.lumon-theme" +} diff --git a/themes/themes/lumon/lumon/waybar.css b/themes/themes/lumon/lumon/waybar.css new file mode 100644 index 0000000..11f4905 --- /dev/null +++ b/themes/themes/lumon/lumon/waybar.css @@ -0,0 +1,2 @@ +@define-color foreground #d6e2ee; +@define-color background #213442; diff --git a/themes/themes/matte-black/matte-black/backgrounds/0-ship-at-sea.jpg b/themes/themes/matte-black/matte-black/backgrounds/0-ship-at-sea.jpg new file mode 100644 index 0000000..4375ee2 Binary files /dev/null and b/themes/themes/matte-black/matte-black/backgrounds/0-ship-at-sea.jpg differ diff --git a/themes/themes/matte-black/matte-black/backgrounds/1-dark-waters.jpg b/themes/themes/matte-black/matte-black/backgrounds/1-dark-waters.jpg new file mode 100644 index 0000000..2afb1bc Binary files /dev/null and b/themes/themes/matte-black/matte-black/backgrounds/1-dark-waters.jpg differ diff --git a/themes/themes/matte-black/matte-black/backgrounds/2-dot-hands.jpg b/themes/themes/matte-black/matte-black/backgrounds/2-dot-hands.jpg new file mode 100644 index 0000000..b76792c Binary files /dev/null and b/themes/themes/matte-black/matte-black/backgrounds/2-dot-hands.jpg differ diff --git a/themes/themes/matte-black/matte-black/backgrounds/omarchy.png b/themes/themes/matte-black/matte-black/backgrounds/omarchy.png new file mode 100644 index 0000000..b34300c Binary files /dev/null and b/themes/themes/matte-black/matte-black/backgrounds/omarchy.png differ diff --git a/themes/themes/matte-black/matte-black/btop.theme b/themes/themes/matte-black/matte-black/btop.theme new file mode 100644 index 0000000..c8cdcd0 --- /dev/null +++ b/themes/themes/matte-black/matte-black/btop.theme @@ -0,0 +1,92 @@ +# ──────────────────────────────────────────────────────────── +# Bashtop theme - Omarchy Matte Black +# by tahayvr +# https://github.com/tahayvr +# ──────────────────────────────────────────────────────────── + +# 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]="" + +# Main text color +theme[main_fg]="#EAEAEA" + +# Title color for boxes +theme[title]="#8a8a8d" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#f59e0b" + +# Background color of selected item in processes box +theme[selected_bg]="#f59e0b" + +# Foreground color of selected item in processes box +theme[selected_fg]="#EAEAEA" + +# Color of inactive/disabled text +theme[inactive_fg]="#333333" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#8a8a8d" + +# Cpu box outline color +theme[cpu_box]="#8a8a8d" + +# Memory/disks box outline color +theme[mem_box]="#8a8a8d" + +# Net up/down box outline color +theme[net_box]="#8a8a8d" + +# Processes box outline color +theme[proc_box]="#8a8a8d" + +# Box divider line and small boxes line color +theme[div_line]="#8a8a8d" + +# Temperature graph colors +theme[temp_start]="#8a8a8d" +theme[temp_mid]="#f59e0b" +theme[temp_end]="#b91c1c" + +# CPU graph colors +theme[cpu_start]="#8a8a8d" +theme[cpu_mid]="#f59e0b" +theme[cpu_end]="#b91c1c" + +# Mem/Disk free meter +theme[free_start]="#8a8a8d" +theme[free_mid]="#f59e0b" +theme[free_end]="#b91c1c" + +# Mem/Disk cached meter +theme[cached_start]="#8a8a8d" +theme[cached_mid]="#f59e0b" +theme[cached_end]="#b91c1c" + +# Mem/Disk available meter +theme[available_start]="#8a8a8d" +theme[available_mid]="#f59e0b" +theme[available_end]="#b91c1c" + +# Mem/Disk used meter +theme[used_start]="#8a8a8d" +theme[used_mid]="#f59e0b" +theme[used_end]="#b91c1c" + +# Download graph colors +theme[download_start]="#8a8a8d" +theme[download_mid]="#f59e0b" +theme[download_end]="#b91c1c" + +# Upload graph colors +theme[upload_start]="#8a8a8d" +theme[upload_mid]="#f59e0b" +theme[upload_end]="#b91c1c" diff --git a/themes/themes/matte-black/matte-black/colors.toml b/themes/themes/matte-black/matte-black/colors.toml new file mode 100644 index 0000000..5e1a8cc --- /dev/null +++ b/themes/themes/matte-black/matte-black/colors.toml @@ -0,0 +1,23 @@ +accent = "#e68e0d" +cursor = "#eaeaea" +foreground = "#bebebe" +background = "#121212" +selection_foreground = "#bebebe" +selection_background = "#515151" + +color0 = "#333333" +color1 = "#D35F5F" +color2 = "#FFC107" +color3 = "#b91c1c" +color4 = "#e68e0d" +color5 = "#D35F5F" +color6 = "#bebebe" +color7 = "#bebebe" +color8 = "#8a8a8d" +color9 = "#B91C1C" +color10 = "#FFC107" +color11 = "#b90a0a" +color12 = "#f59e0b" +color13 = "#B91C1C" +color14 = "#eaeaea" +color15 = "#ffffff" diff --git a/themes/themes/matte-black/matte-black/icons.theme b/themes/themes/matte-black/matte-black/icons.theme new file mode 100644 index 0000000..a3c0a4c --- /dev/null +++ b/themes/themes/matte-black/matte-black/icons.theme @@ -0,0 +1 @@ +Yaru-red diff --git a/themes/themes/matte-black/matte-black/neovim.lua b/themes/themes/matte-black/matte-black/neovim.lua new file mode 100644 index 0000000..7b3f72b --- /dev/null +++ b/themes/themes/matte-black/matte-black/neovim.lua @@ -0,0 +1,9 @@ +return { + { "tahayvr/matteblack.nvim", lazy = false, priority = 1000 }, + { + "LazyVim/LazyVim", + opts = { + colorscheme = "matteblack", + }, + }, +} \ No newline at end of file diff --git a/themes/themes/matte-black/matte-black/preview-unlock.png b/themes/themes/matte-black/matte-black/preview-unlock.png new file mode 100644 index 0000000..e23b466 Binary files /dev/null and b/themes/themes/matte-black/matte-black/preview-unlock.png differ diff --git a/themes/themes/matte-black/matte-black/preview.png b/themes/themes/matte-black/matte-black/preview.png new file mode 100644 index 0000000..ed9c7b4 Binary files /dev/null and b/themes/themes/matte-black/matte-black/preview.png differ diff --git a/themes/themes/matte-black/matte-black/unlock.png b/themes/themes/matte-black/matte-black/unlock.png new file mode 100644 index 0000000..1a60e70 Binary files /dev/null and b/themes/themes/matte-black/matte-black/unlock.png differ diff --git a/themes/themes/matte-black/matte-black/vscode.json b/themes/themes/matte-black/matte-black/vscode.json new file mode 100644 index 0000000..7786fc7 --- /dev/null +++ b/themes/themes/matte-black/matte-black/vscode.json @@ -0,0 +1,4 @@ +{ + "name": "Matte Black", + "extension": "TahaYVR.matteblack" +} diff --git a/themes/themes/miasma/miasma/backgrounds/01-nature-of-fear.jpg b/themes/themes/miasma/miasma/backgrounds/01-nature-of-fear.jpg new file mode 100644 index 0000000..16cf45b Binary files /dev/null and b/themes/themes/miasma/miasma/backgrounds/01-nature-of-fear.jpg differ diff --git a/themes/themes/miasma/miasma/backgrounds/02-crowned.jpg b/themes/themes/miasma/miasma/backgrounds/02-crowned.jpg new file mode 100644 index 0000000..3a83fb3 Binary files /dev/null and b/themes/themes/miasma/miasma/backgrounds/02-crowned.jpg differ diff --git a/themes/themes/miasma/miasma/backgrounds/omarchy.png b/themes/themes/miasma/miasma/backgrounds/omarchy.png new file mode 100644 index 0000000..08d8b9a Binary files /dev/null and b/themes/themes/miasma/miasma/backgrounds/omarchy.png differ diff --git a/themes/themes/miasma/miasma/btop.theme b/themes/themes/miasma/miasma/btop.theme new file mode 100644 index 0000000..4db76eb --- /dev/null +++ b/themes/themes/miasma/miasma/btop.theme @@ -0,0 +1,70 @@ +# Main background, empty for terminal default, need to be empty if you want transparent background +theme[main_bg]="#222222" + +# Main text color +theme[main_fg]="#c2c2b0" + +# Title color for boxes +theme[title]="#bb7744" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#c9a554" + +# Background color of selected item in processes box +theme[selected_bg]="#e4c47a" + +# Foreground color of selected item in processes box +theme[selected_fg]="#000000" + +# Color of inactive/disabled text +theme[inactive_fg]="#666666" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#bb7744" + +# Box outline and divider line color +theme[cpu_box]="#5f875f" +theme[mem_box]="#5f875f" +theme[net_box]="#5f875f" +theme[proc_box]="#5f875f" +theme[div_line]="#666666" + +# Gradient for all meters and graphs +theme[temp_start]="#c9a554" +theme[temp_mid]="#78824b" +theme[temp_end]="#5f875f" + + +theme[cpu_start]="#c9a554" +theme[cpu_mid]="#78824b" +theme[cpu_end]="#5f875f" + + +theme[free_start]="#78824b" +theme[free_mid]="#b36d43" +theme[free_end]="#b36d43" + + +theme[cached_start]="#b36d43" +theme[cached_mid]="#b36d43" +theme[cached_end]="#b36d43" + + +theme[available_start]="#c9a554" +theme[available_mid]="#c9a554" +theme[available_end]="#c9a554" + + +theme[used_start]="#5f875f" +theme[used_mid]="#5f875f" +theme[used_end]="#5f875f" + + +theme[download_start]="#b36d43" +theme[download_mid]="#c9a554" +theme[download_end]="#78824b" + + +theme[upload_start]="#b36d43" +theme[upload_mid]="#c9a554" +theme[upload_end]="#78824b" diff --git a/themes/themes/miasma/miasma/colors.toml b/themes/themes/miasma/miasma/colors.toml new file mode 100644 index 0000000..705ce2e --- /dev/null +++ b/themes/themes/miasma/miasma/colors.toml @@ -0,0 +1,23 @@ +accent = "#78824b" +cursor = "#c7c7c7" +foreground = "#c2c2b0" +background = "#222222" +selection_foreground = "#c2c2b0" +selection_background = "#78824b" + +color0 = "#000000" +color1 = "#685742" +color2 = "#5f875f" +color3 = "#b36d43" +color4 = "#78824b" +color5 = "#bb7744" +color6 = "#c9a554" +color7 = "#d7c483" +color8 = "#666666" +color9 = "#685742" +color10 = "#5f875f" +color11 = "#b36d43" +color12 = "#78824b" +color13 = "#bb7744" +color14 = "#c9a554" +color15 = "#d7c483" diff --git a/themes/themes/miasma/miasma/icons.theme b/themes/themes/miasma/miasma/icons.theme new file mode 100644 index 0000000..37b2350 --- /dev/null +++ b/themes/themes/miasma/miasma/icons.theme @@ -0,0 +1 @@ +Yaru-wartybrown \ No newline at end of file diff --git a/themes/themes/miasma/miasma/neovim.lua b/themes/themes/miasma/miasma/neovim.lua new file mode 100644 index 0000000..a46c690 --- /dev/null +++ b/themes/themes/miasma/miasma/neovim.lua @@ -0,0 +1,12 @@ +return { + { + "OldJobobo/miasma.nvim", + priority = 1000, + }, + { + "LazyVim/LazyVim", + opts = { + colorscheme = "miasma", + }, + }, +} diff --git a/themes/themes/miasma/miasma/preview-unlock.png b/themes/themes/miasma/miasma/preview-unlock.png new file mode 100644 index 0000000..d3d0254 Binary files /dev/null and b/themes/themes/miasma/miasma/preview-unlock.png differ diff --git a/themes/themes/miasma/miasma/preview.png b/themes/themes/miasma/miasma/preview.png new file mode 100644 index 0000000..e080d82 Binary files /dev/null and b/themes/themes/miasma/miasma/preview.png differ diff --git a/themes/themes/miasma/miasma/unlock.png b/themes/themes/miasma/miasma/unlock.png new file mode 100644 index 0000000..5d07e9b Binary files /dev/null and b/themes/themes/miasma/miasma/unlock.png differ diff --git a/themes/themes/miasma/miasma/vscode.json b/themes/themes/miasma/miasma/vscode.json new file mode 100644 index 0000000..f133d52 --- /dev/null +++ b/themes/themes/miasma/miasma/vscode.json @@ -0,0 +1,4 @@ +{ + "name": "Miasma", + "extension": "oldjobobo.miasma-theme" +} diff --git a/themes/themes/nord/nord/backgrounds/0-black-moon.jpg b/themes/themes/nord/nord/backgrounds/0-black-moon.jpg new file mode 100644 index 0000000..55df377 Binary files /dev/null and b/themes/themes/nord/nord/backgrounds/0-black-moon.jpg differ diff --git a/themes/themes/nord/nord/backgrounds/1-city-view.png b/themes/themes/nord/nord/backgrounds/1-city-view.png new file mode 100644 index 0000000..56dbc1d Binary files /dev/null and b/themes/themes/nord/nord/backgrounds/1-city-view.png differ diff --git a/themes/themes/nord/nord/backgrounds/2-night-hawks.png b/themes/themes/nord/nord/backgrounds/2-night-hawks.png new file mode 100644 index 0000000..412eb52 Binary files /dev/null and b/themes/themes/nord/nord/backgrounds/2-night-hawks.png differ diff --git a/themes/themes/nord/nord/backgrounds/omarchy.png b/themes/themes/nord/nord/backgrounds/omarchy.png new file mode 100644 index 0000000..f8b1960 Binary files /dev/null and b/themes/themes/nord/nord/backgrounds/omarchy.png differ diff --git a/themes/themes/nord/nord/btop.theme b/themes/themes/nord/nord/btop.theme new file mode 100644 index 0000000..fbd0af1 --- /dev/null +++ b/themes/themes/nord/nord/btop.theme @@ -0,0 +1,89 @@ +#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/themes/themes/nord/nord/colors.toml b/themes/themes/nord/nord/colors.toml new file mode 100644 index 0000000..79c2ae2 --- /dev/null +++ b/themes/themes/nord/nord/colors.toml @@ -0,0 +1,23 @@ +accent = "#81a1c1" +cursor = "#d8dee9" +foreground = "#d8dee9" +background = "#2e3440" +selection_foreground = "#d8dee9" +selection_background = "#4c566a" + +color0 = "#3b4252" +color1 = "#bf616a" +color2 = "#a3be8c" +color3 = "#ebcb8b" +color4 = "#81a1c1" +color5 = "#b48ead" +color6 = "#88c0d0" +color7 = "#e5e9f0" +color8 = "#4c566a" +color9 = "#bf616a" +color10 = "#a3be8c" +color11 = "#ebcb8b" +color12 = "#81a1c1" +color13 = "#b48ead" +color14 = "#8fbcbb" +color15 = "#eceff4" diff --git a/themes/themes/nord/nord/icons.theme b/themes/themes/nord/nord/icons.theme new file mode 100644 index 0000000..6ce2f14 --- /dev/null +++ b/themes/themes/nord/nord/icons.theme @@ -0,0 +1 @@ +Yaru-blue diff --git a/themes/themes/nord/nord/neovim.lua b/themes/themes/nord/nord/neovim.lua new file mode 100644 index 0000000..27a68b1 --- /dev/null +++ b/themes/themes/nord/nord/neovim.lua @@ -0,0 +1,9 @@ +return { + { "EdenEast/nightfox.nvim" }, + { + "LazyVim/LazyVim", + opts = { + colorscheme = "nordfox", + }, + }, +} diff --git a/themes/themes/nord/nord/preview-unlock.png b/themes/themes/nord/nord/preview-unlock.png new file mode 100644 index 0000000..d002326 Binary files /dev/null and b/themes/themes/nord/nord/preview-unlock.png differ diff --git a/themes/themes/nord/nord/preview.png b/themes/themes/nord/nord/preview.png new file mode 100644 index 0000000..57d5035 Binary files /dev/null and b/themes/themes/nord/nord/preview.png differ diff --git a/themes/themes/nord/nord/unlock.png b/themes/themes/nord/nord/unlock.png new file mode 100644 index 0000000..e6b204b Binary files /dev/null and b/themes/themes/nord/nord/unlock.png differ diff --git a/themes/themes/nord/nord/vscode.json b/themes/themes/nord/nord/vscode.json new file mode 100644 index 0000000..897b8ba --- /dev/null +++ b/themes/themes/nord/nord/vscode.json @@ -0,0 +1,4 @@ +{ + "name": "Nord", + "extension": "arcticicestudio.nord-visual-studio-code" +} diff --git a/themes/themes/osaka-jade/osaka-jade/backgrounds/1-glowing-city.jpg b/themes/themes/osaka-jade/osaka-jade/backgrounds/1-glowing-city.jpg new file mode 100644 index 0000000..be7d857 Binary files /dev/null and b/themes/themes/osaka-jade/osaka-jade/backgrounds/1-glowing-city.jpg differ diff --git a/themes/themes/osaka-jade/osaka-jade/backgrounds/2-shaded-entrance.jpg b/themes/themes/osaka-jade/osaka-jade/backgrounds/2-shaded-entrance.jpg new file mode 100644 index 0000000..9b97956 Binary files /dev/null and b/themes/themes/osaka-jade/osaka-jade/backgrounds/2-shaded-entrance.jpg differ diff --git a/themes/themes/osaka-jade/osaka-jade/backgrounds/3-mountain-moon.jpg b/themes/themes/osaka-jade/osaka-jade/backgrounds/3-mountain-moon.jpg new file mode 100644 index 0000000..729ccae Binary files /dev/null and b/themes/themes/osaka-jade/osaka-jade/backgrounds/3-mountain-moon.jpg differ diff --git a/themes/themes/osaka-jade/osaka-jade/backgrounds/omarchy.png b/themes/themes/osaka-jade/osaka-jade/backgrounds/omarchy.png new file mode 100644 index 0000000..8f691c6 Binary files /dev/null and b/themes/themes/osaka-jade/osaka-jade/backgrounds/omarchy.png differ diff --git a/themes/themes/osaka-jade/osaka-jade/btop.theme b/themes/themes/osaka-jade/osaka-jade/btop.theme new file mode 100644 index 0000000..8e22ec9 --- /dev/null +++ b/themes/themes/osaka-jade/osaka-jade/btop.theme @@ -0,0 +1,87 @@ +# Main background +theme[main_bg]="#111c18" + +# Main text color +theme[main_fg]="#F7E8B2" + +# Title color for boxes +theme[title]="#D6D5BC" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#E67D64" + +# Background color of selected items +theme[selected_bg]="#364538" + +# Foreground color of selected items +theme[selected_fg]="#DEB266" + +# Color of inactive/disabled text +theme[inactive_fg]="#32473B" + +# Color of text appearing on top of graphs +theme[graph_text]="#E6D8BA" + +# Misc colors for processes box +theme[proc_misc]="#E6D8BA" + +# Cpu box outline color +theme[cpu_box]="#81B8A8" + +# Memory/disks box outline color +theme[mem_box]="#81B8A8" + +# Net up/down box outline color +theme[net_box]="#81B8A8" + +# Processes box outline color +theme[proc_box]="#81B8A8" + +# Box divider line and small boxes line color +theme[div_line]="#81B8A8" + +# Temperature graph colors +theme[temp_start]="#BFD99A" +theme[temp_mid]="#E1B55E" +theme[temp_end]="#DBB05C" + +# CPU graph colors +theme[cpu_start]="#5F8C86" +theme[cpu_mid]="#629C89" +theme[cpu_end]="#76AD98" + +# Mem/Disk free meter +theme[free_start]="#5F8C86" +theme[free_mid]="#629C89" +theme[free_end]="#76AD98" + +# Mem/Disk cached meter +theme[cached_start]="#5F8C86" +theme[cached_mid]="#629C89" +theme[cached_end]="#76AD98" + +# Mem/Disk available meter +theme[available_start]="#5F8C86" +theme[available_mid]="#629C89" +theme[available_end]="#76AD98" + +# Mem/Disk used meter +theme[used_start]="#5F8C86" +theme[used_mid]="#629C89" +theme[used_end]="#76AD98" + +# Download graph colors +theme[download_start]="#75BBB3" +theme[download_mid]="#61949A" +theme[download_end]="#215866" + +# Upload graph colors +theme[upload_start]="#215866" +theme[upload_mid]="#91C080" +theme[upload_end]="#549E6A" + +# Process box color gradient for threads, mem and cpu usage +theme[process_start]="#72CFA3" +theme[process_mid]="#D0D494" +theme[process_end]="#DB9F9C" + diff --git a/themes/themes/osaka-jade/osaka-jade/colors.toml b/themes/themes/osaka-jade/osaka-jade/colors.toml new file mode 100644 index 0000000..76f763e --- /dev/null +++ b/themes/themes/osaka-jade/osaka-jade/colors.toml @@ -0,0 +1,23 @@ +accent = "#509475" +cursor = "#D7C995" +foreground = "#C1C497" +background = "#111c18" +selection_foreground = "#111C18" +selection_background = "#C1C497" + +color0 = "#23372B" +color1 = "#FF5345" +color2 = "#549e6a" +color3 = "#459451" +color4 = "#509475" +color5 = "#D2689C" +color6 = "#2DD5B7" +color7 = "#F6F5DD" +color8 = "#53685B" +color9 = "#db9f9c" +color10 = "#63b07a" +color11 = "#E5C736" +color12 = "#ACD4CF" +color13 = "#75bbb3" +color14 = "#8CD3CB" +color15 = "#9eebb3" diff --git a/themes/themes/osaka-jade/osaka-jade/icons.theme b/themes/themes/osaka-jade/osaka-jade/icons.theme new file mode 100644 index 0000000..140e422 --- /dev/null +++ b/themes/themes/osaka-jade/osaka-jade/icons.theme @@ -0,0 +1 @@ +Yaru-sage diff --git a/themes/themes/osaka-jade/osaka-jade/neovim.lua b/themes/themes/osaka-jade/osaka-jade/neovim.lua new file mode 100644 index 0000000..30afe40 --- /dev/null +++ b/themes/themes/osaka-jade/osaka-jade/neovim.lua @@ -0,0 +1,12 @@ +return { + { + "ribru17/bamboo.nvim", + priority = 1000, + }, + { + "LazyVim/LazyVim", + opts = { + colorscheme = "bamboo", + }, + }, +} diff --git a/themes/themes/osaka-jade/osaka-jade/preview-unlock.png b/themes/themes/osaka-jade/osaka-jade/preview-unlock.png new file mode 100644 index 0000000..8db5193 Binary files /dev/null and b/themes/themes/osaka-jade/osaka-jade/preview-unlock.png differ diff --git a/themes/themes/osaka-jade/osaka-jade/preview.png b/themes/themes/osaka-jade/osaka-jade/preview.png new file mode 100644 index 0000000..c1fe99f Binary files /dev/null and b/themes/themes/osaka-jade/osaka-jade/preview.png differ diff --git a/themes/themes/osaka-jade/osaka-jade/unlock.png b/themes/themes/osaka-jade/osaka-jade/unlock.png new file mode 100644 index 0000000..ca4ac8c Binary files /dev/null and b/themes/themes/osaka-jade/osaka-jade/unlock.png differ diff --git a/themes/themes/osaka-jade/osaka-jade/vscode.json b/themes/themes/osaka-jade/osaka-jade/vscode.json new file mode 100644 index 0000000..efe2d63 --- /dev/null +++ b/themes/themes/osaka-jade/osaka-jade/vscode.json @@ -0,0 +1,4 @@ +{ + "name": "Ocean Green: Dark", + "extension": "jovejonovski.ocean-green" +} diff --git a/themes/themes/retro-82/retro-82/backgrounds/1-in-the-groove.jpg b/themes/themes/retro-82/retro-82/backgrounds/1-in-the-groove.jpg new file mode 100644 index 0000000..c9537a4 Binary files /dev/null and b/themes/themes/retro-82/retro-82/backgrounds/1-in-the-groove.jpg differ diff --git a/themes/themes/retro-82/retro-82/backgrounds/2-dusk-guardian.jpg b/themes/themes/retro-82/retro-82/backgrounds/2-dusk-guardian.jpg new file mode 100644 index 0000000..4f30b56 Binary files /dev/null and b/themes/themes/retro-82/retro-82/backgrounds/2-dusk-guardian.jpg differ diff --git a/themes/themes/retro-82/retro-82/backgrounds/3-glassy-lines.jpg b/themes/themes/retro-82/retro-82/backgrounds/3-glassy-lines.jpg new file mode 100644 index 0000000..c1106dc Binary files /dev/null and b/themes/themes/retro-82/retro-82/backgrounds/3-glassy-lines.jpg differ diff --git a/themes/themes/retro-82/retro-82/backgrounds/4-gateway.jpg b/themes/themes/retro-82/retro-82/backgrounds/4-gateway.jpg new file mode 100644 index 0000000..067baa4 Binary files /dev/null and b/themes/themes/retro-82/retro-82/backgrounds/4-gateway.jpg differ diff --git a/themes/themes/retro-82/retro-82/backgrounds/5-zen-boat.jpg b/themes/themes/retro-82/retro-82/backgrounds/5-zen-boat.jpg new file mode 100644 index 0000000..4a4821e Binary files /dev/null and b/themes/themes/retro-82/retro-82/backgrounds/5-zen-boat.jpg differ diff --git a/themes/themes/retro-82/retro-82/backgrounds/6-abstract-pyramids.jpg b/themes/themes/retro-82/retro-82/backgrounds/6-abstract-pyramids.jpg new file mode 100644 index 0000000..6dd9d0a Binary files /dev/null and b/themes/themes/retro-82/retro-82/backgrounds/6-abstract-pyramids.jpg differ diff --git a/themes/themes/retro-82/retro-82/backgrounds/7-the-journey.jpg b/themes/themes/retro-82/retro-82/backgrounds/7-the-journey.jpg new file mode 100644 index 0000000..03fc55c Binary files /dev/null and b/themes/themes/retro-82/retro-82/backgrounds/7-the-journey.jpg differ diff --git a/themes/themes/retro-82/retro-82/backgrounds/8-glitter-glass.jpg b/themes/themes/retro-82/retro-82/backgrounds/8-glitter-glass.jpg new file mode 100644 index 0000000..dfa5322 Binary files /dev/null and b/themes/themes/retro-82/retro-82/backgrounds/8-glitter-glass.jpg differ diff --git a/themes/themes/retro-82/retro-82/backgrounds/omarchy.png b/themes/themes/retro-82/retro-82/backgrounds/omarchy.png new file mode 100644 index 0000000..477cad1 Binary files /dev/null and b/themes/themes/retro-82/retro-82/backgrounds/omarchy.png differ diff --git a/themes/themes/retro-82/retro-82/btop.theme b/themes/themes/retro-82/retro-82/btop.theme new file mode 100644 index 0000000..ded67f1 --- /dev/null +++ b/themes/themes/retro-82/retro-82/btop.theme @@ -0,0 +1,63 @@ +# Main background, empty for terminal default, need to be empty if you want transparent background +theme[main_bg]="" + +# Main text color +theme[main_fg]="#f6dcac" + +# Title color for boxes +theme[title]="#3f8f8a" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#8cbfb8" + +# Background color of selected item in processes box +theme[selected_bg]="#134e5a" + +# Foreground color of selected item in processes box +theme[selected_fg]="#f6dcac" + +# Color of inactive/disabled text +theme[inactive_fg]="#134e5a" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#3f8f8a" + +# Box outline and divider line color +theme[cpu_box]="#e97b3c" +theme[mem_box]="#e97b3c" +theme[net_box]="#e97b3c" +theme[proc_box]="#e97b3c" +theme[div_line]="#134e5a" + +# Gradient for all meters and graphs +theme[temp_start]="#a7c9c6" +theme[temp_mid]="#8cbfb8" +theme[temp_end]="#028391" + +theme[cpu_start]="#a7c9c6" +theme[cpu_mid]="#e97b3c" +theme[cpu_end]="#f85525" + +theme[free_start]="#faa968" +theme[free_mid]="#e97b3c" +theme[free_end]="#f85525" + +theme[cached_start]="#faa968" +theme[cached_mid]="#e97b3c" +theme[cached_end]="#f85525" + +theme[available_start]="#faa968" +theme[available_mid]="#e97b3c" +theme[available_end]="#f85525" + +theme[used_start]="#faa968" +theme[used_mid]="#e97b3c" +theme[used_end]="#f85525" + +theme[download_start]="#faa968" +theme[download_mid]="#e97b3c" +theme[download_end]="#f85525" + +theme[upload_start]="#faa968" +theme[upload_mid]="#e97b3c" +theme[upload_end]="#f85525" diff --git a/themes/themes/retro-82/retro-82/chromium.theme b/themes/themes/retro-82/retro-82/chromium.theme new file mode 100644 index 0000000..efb75ae --- /dev/null +++ b/themes/themes/retro-82/retro-82/chromium.theme @@ -0,0 +1 @@ +0,23,46 diff --git a/themes/themes/retro-82/retro-82/colors.toml b/themes/themes/retro-82/retro-82/colors.toml new file mode 100644 index 0000000..1b5285d --- /dev/null +++ b/themes/themes/retro-82/retro-82/colors.toml @@ -0,0 +1,35 @@ +# Accent and UI colors +accent = "#faa968" +active_border_color = "#faa968" +active_tab_background = "#faa968" + +# Cursor colors +cursor = "#f6dcac" + +# Primary colors +foreground = "#f6dcac" +background = "#05182e" + +# Selection colors +selection_foreground = "#00172e" +selection_background = "#faa968" + +# Normal colors (ANSI 0-7) +color0 = "#303442" +color1 = "#f85525" +color2 = "#028391" +color3 = "#e97b3c" +color4 = "#faa968" +color5 = "#3f8f8a" +color6 = "#8cbfb8" +color7 = "#a7c9c6" + +# Bright colors (ANSI 8-15) +color8 = "#134e5a" +color9 = "#f85525" +color10 = "#028391" +color11 = "#e97b3c" +color12 = "#faa968" +color13 = "#3f8f8a" +color14 = "#8cbfb8" +color15 = "#f6dcac" diff --git a/themes/themes/retro-82/retro-82/hyprland.conf b/themes/themes/retro-82/retro-82/hyprland.conf new file mode 100644 index 0000000..4d4c6ad --- /dev/null +++ b/themes/themes/retro-82/retro-82/hyprland.conf @@ -0,0 +1,9 @@ +$activeBorderColor = rgb(faa968) + +general { + col.active_border = $activeBorderColor +} + +group { + col.border_active = $activeBorderColor +} diff --git a/themes/themes/retro-82/retro-82/icons.theme b/themes/themes/retro-82/retro-82/icons.theme new file mode 100644 index 0000000..3a73239 --- /dev/null +++ b/themes/themes/retro-82/retro-82/icons.theme @@ -0,0 +1 @@ +Yaru-wartybrown diff --git a/themes/themes/retro-82/retro-82/neovim.lua b/themes/themes/retro-82/retro-82/neovim.lua new file mode 100644 index 0000000..f824c8d --- /dev/null +++ b/themes/themes/retro-82/retro-82/neovim.lua @@ -0,0 +1,12 @@ +return { + { + "OldJobobo/retro-82.nvim", + priority = 1000, + }, + { + "LazyVim/LazyVim", + opts = { + colorscheme = "retro-82", + }, + }, +} diff --git a/themes/themes/retro-82/retro-82/preview-unlock.png b/themes/themes/retro-82/retro-82/preview-unlock.png new file mode 100644 index 0000000..1df397a Binary files /dev/null and b/themes/themes/retro-82/retro-82/preview-unlock.png differ diff --git a/themes/themes/retro-82/retro-82/preview.png b/themes/themes/retro-82/retro-82/preview.png new file mode 100644 index 0000000..328ae9f Binary files /dev/null and b/themes/themes/retro-82/retro-82/preview.png differ diff --git a/themes/themes/retro-82/retro-82/swayosd.css b/themes/themes/retro-82/retro-82/swayosd.css new file mode 100644 index 0000000..b3e2364 --- /dev/null +++ b/themes/themes/retro-82/retro-82/swayosd.css @@ -0,0 +1,5 @@ +@define-color background-color #00172e; +@define-color border-color #134e5a; +@define-color label #f6dcac; +@define-color image #f6dcac; +@define-color progress #e97b3c; diff --git a/themes/themes/retro-82/retro-82/unlock.png b/themes/themes/retro-82/retro-82/unlock.png new file mode 100644 index 0000000..b7216ca Binary files /dev/null and b/themes/themes/retro-82/retro-82/unlock.png differ diff --git a/themes/themes/retro-82/retro-82/vscode.json b/themes/themes/retro-82/retro-82/vscode.json new file mode 100644 index 0000000..e2b3bbd --- /dev/null +++ b/themes/themes/retro-82/retro-82/vscode.json @@ -0,0 +1,4 @@ +{ + "name": "Retro '82", + "extension": "oldjobobo.retro-82-theme" +} diff --git a/themes/themes/retro-82/retro-82/waybar.css b/themes/themes/retro-82/retro-82/waybar.css new file mode 100644 index 0000000..f5944b1 --- /dev/null +++ b/themes/themes/retro-82/retro-82/waybar.css @@ -0,0 +1,3 @@ +@define-color bg #00172e; +@define-color foreground #f6dcac; +@define-color background alpha(@bg, 0.8); diff --git a/themes/themes/ristretto/ristretto/backgrounds/0-launch.png b/themes/themes/ristretto/ristretto/backgrounds/0-launch.png new file mode 100644 index 0000000..3c19194 Binary files /dev/null and b/themes/themes/ristretto/ristretto/backgrounds/0-launch.png differ diff --git a/themes/themes/ristretto/ristretto/backgrounds/1-color-curves.jpg b/themes/themes/ristretto/ristretto/backgrounds/1-color-curves.jpg new file mode 100644 index 0000000..7618e1b Binary files /dev/null and b/themes/themes/ristretto/ristretto/backgrounds/1-color-curves.jpg differ diff --git a/themes/themes/ristretto/ristretto/backgrounds/2-coffee-beans.jpg b/themes/themes/ristretto/ristretto/backgrounds/2-coffee-beans.jpg new file mode 100644 index 0000000..faf63ea Binary files /dev/null and b/themes/themes/ristretto/ristretto/backgrounds/2-coffee-beans.jpg differ diff --git a/themes/themes/ristretto/ristretto/backgrounds/3-industrial-moon.jpg b/themes/themes/ristretto/ristretto/backgrounds/3-industrial-moon.jpg new file mode 100644 index 0000000..385b01d Binary files /dev/null and b/themes/themes/ristretto/ristretto/backgrounds/3-industrial-moon.jpg differ diff --git a/themes/themes/ristretto/ristretto/backgrounds/omarchy.png b/themes/themes/ristretto/ristretto/backgrounds/omarchy.png new file mode 100644 index 0000000..f1182f6 Binary files /dev/null and b/themes/themes/ristretto/ristretto/backgrounds/omarchy.png differ diff --git a/themes/themes/ristretto/ristretto/btop.theme b/themes/themes/ristretto/ristretto/btop.theme new file mode 100644 index 0000000..b058a7f --- /dev/null +++ b/themes/themes/ristretto/ristretto/btop.theme @@ -0,0 +1,82 @@ +#Btop monokai pro ristretto theme +#Reconfigured from monokai theme + +# Main background, empty for terminal default, need to be empty if you want transparent background +theme[main_bg]="#2c2421" + +# Main text color +theme[main_fg]="#e6d9db" + +# Title color for boxes +theme[title]="#e6d9db" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#fd6883" + +# Background color of selected item in processes box +theme[selected_bg]="#3d2f2a" + +# Foreground color of selected item in processes box +theme[selected_fg]="#e6d9db" + +# Color of inactive/disabled text +theme[inactive_fg]="#72696a" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#adda78" + +# Cpu box outline color +theme[cpu_box]="#5b4a45" + +# Memory/disks box outline color +theme[mem_box]="#5b4a45" + +# Net up/down box outline color +theme[net_box]="#5b4a45" + +# Processes box outline color +theme[proc_box]="#5b4a45" + +# Box divider line and small boxes line color +theme[div_line]="#72696a" + +# Temperature graph colors +theme[temp_start]="#a8a9eb" +theme[temp_mid]="#f38d70" +theme[temp_end]="#fd6a85" + +# CPU graph colors +theme[cpu_start]="#adda78" +theme[cpu_mid]="#f9cc6c" +theme[cpu_end]="#fd6883" + +# Mem/Disk free meter +theme[free_start]="#5b4a45" +theme[free_mid]="#adda78" +theme[free_end]="#c5e2a3" + +# Mem/Disk cached meter +theme[cached_start]="#5b4a45" +theme[cached_mid]="#85dacc" +theme[cached_end]="#b3e8dd" + +# Mem/Disk available meter +theme[available_start]="#5b4a45" +theme[available_mid]="#f9cc6c" +theme[available_end]="#fce2a3" + +# Mem/Disk used meter +theme[used_start]="#5b4a45" +theme[used_mid]="#fd6a85" +theme[used_end]="#feb5c7" + +# Download graph colors +theme[download_start]="#3d2f2a" +theme[download_mid]="#a8a9eb" +theme[download_end]="#c5c6f0" + +# Upload graph colors +theme[upload_start]="#3d2f2a" +theme[upload_mid]="#fd6a85" +theme[upload_end]="#feb5c7" + diff --git a/themes/themes/ristretto/ristretto/colors.toml b/themes/themes/ristretto/ristretto/colors.toml new file mode 100644 index 0000000..b5ca9ab --- /dev/null +++ b/themes/themes/ristretto/ristretto/colors.toml @@ -0,0 +1,23 @@ +accent = "#f38d70" +cursor = "#c3b7b8" +foreground = "#e6d9db" +background = "#2c2525" +selection_foreground = "#e6d9db" +selection_background = "#403e41" + +color0 = "#72696a" +color1 = "#fd6883" +color2 = "#adda78" +color3 = "#f9cc6c" +color4 = "#f38d70" +color5 = "#a8a9eb" +color6 = "#85dacc" +color7 = "#e6d9db" +color8 = "#948a8b" +color9 = "#ff8297" +color10 = "#c8e292" +color11 = "#fcd675" +color12 = "#f8a788" +color13 = "#bebffd" +color14 = "#9bf1e1" +color15 = "#f1e5e7" diff --git a/themes/themes/ristretto/ristretto/icons.theme b/themes/themes/ristretto/ristretto/icons.theme new file mode 100644 index 0000000..e38b9ce --- /dev/null +++ b/themes/themes/ristretto/ristretto/icons.theme @@ -0,0 +1 @@ +Yaru-yellow diff --git a/themes/themes/ristretto/ristretto/neovim.lua b/themes/themes/ristretto/ristretto/neovim.lua new file mode 100644 index 0000000..4263da7 --- /dev/null +++ b/themes/themes/ristretto/ristretto/neovim.lua @@ -0,0 +1,31 @@ +return { + { + "gthelding/monokai-pro.nvim", + config = function() + require("monokai-pro").setup({ + filter = "ristretto", + override = function() + return { + NonText = { fg = "#948a8b" }, + MiniIconsGrey = { fg = "#948a8b" }, + MiniIconsRed = { fg = "#fd6883" }, + MiniIconsBlue = { fg = "#85dacc" }, + MiniIconsGreen = { fg = "#adda78" }, + MiniIconsYellow = { fg = "#f9cc6c" }, + MiniIconsOrange = { fg = "#f38d70" }, + MiniIconsPurple = { fg = "#a8a9eb" }, + MiniIconsAzure = { fg = "#a8a9eb" }, + MiniIconsCyan = { fg = "#85dacc" }, -- same value as MiniIconsBlue for consistency + } + end, + }) + vim.cmd([[colorscheme monokai-pro]]) + end, + }, + { + "LazyVim/LazyVim", + opts = { + colorscheme = "monokai-pro", + }, + }, +} diff --git a/themes/themes/ristretto/ristretto/preview-unlock.png b/themes/themes/ristretto/ristretto/preview-unlock.png new file mode 100644 index 0000000..ec51c94 Binary files /dev/null and b/themes/themes/ristretto/ristretto/preview-unlock.png differ diff --git a/themes/themes/ristretto/ristretto/preview.png b/themes/themes/ristretto/ristretto/preview.png new file mode 100644 index 0000000..978b80f Binary files /dev/null and b/themes/themes/ristretto/ristretto/preview.png differ diff --git a/themes/themes/ristretto/ristretto/unlock.png b/themes/themes/ristretto/ristretto/unlock.png new file mode 100644 index 0000000..f865bc5 Binary files /dev/null and b/themes/themes/ristretto/ristretto/unlock.png differ diff --git a/themes/themes/ristretto/ristretto/vscode.json b/themes/themes/ristretto/ristretto/vscode.json new file mode 100644 index 0000000..41a587e --- /dev/null +++ b/themes/themes/ristretto/ristretto/vscode.json @@ -0,0 +1,4 @@ +{ + "name": "Monokai Pro (Filter Ristretto)", + "extension": "monokai.theme-monokai-pro-vscode" +} diff --git a/themes/themes/rose-pine/rose-pine/backgrounds/1-funky-shapes.jpg b/themes/themes/rose-pine/rose-pine/backgrounds/1-funky-shapes.jpg new file mode 100644 index 0000000..adfe242 Binary files /dev/null and b/themes/themes/rose-pine/rose-pine/backgrounds/1-funky-shapes.jpg differ diff --git a/themes/themes/rose-pine/rose-pine/backgrounds/2-dot-map.png b/themes/themes/rose-pine/rose-pine/backgrounds/2-dot-map.png new file mode 100644 index 0000000..53e136c Binary files /dev/null and b/themes/themes/rose-pine/rose-pine/backgrounds/2-dot-map.png differ diff --git a/themes/themes/rose-pine/rose-pine/backgrounds/3-omarchy-plants.png b/themes/themes/rose-pine/rose-pine/backgrounds/3-omarchy-plants.png new file mode 100644 index 0000000..f19c3ff Binary files /dev/null and b/themes/themes/rose-pine/rose-pine/backgrounds/3-omarchy-plants.png differ diff --git a/themes/themes/rose-pine/rose-pine/backgrounds/omarchy.png b/themes/themes/rose-pine/rose-pine/backgrounds/omarchy.png new file mode 100644 index 0000000..14f6e8a Binary files /dev/null and b/themes/themes/rose-pine/rose-pine/backgrounds/omarchy.png differ diff --git a/themes/themes/rose-pine/rose-pine/btop.theme b/themes/themes/rose-pine/rose-pine/btop.theme new file mode 100644 index 0000000..a992faa --- /dev/null +++ b/themes/themes/rose-pine/rose-pine/btop.theme @@ -0,0 +1,119 @@ +# Main background, empty for terminal default, need to be empty if you want transparent background +theme[main_bg]="#faf4ed" +# Base + +# Main text color +theme[main_fg]="#575279" +# Text + +# Title color for boxes +theme[title]="#908caa" +# Subtle + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#e0def4" +# Text + +# Background color of selected item in processes box +theme[selected_bg]="#524f67" +# HL High + +# Foreground color of selected item in processes box +theme[selected_fg]="#f6c177" +# Gold + +# Color of inactive/disabled text +theme[inactive_fg]="#403d52" +# HL Med + +# Color of text appearing on top of graphs, i.e uptime and current network graph scaling +theme[graph_text]="#9ccfd8" +# Foam + +# Background color of the percentage meters +theme[meter_bg]="#9ccfd8" +# Foam + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#c4a7e7" +# Iris + +# Cpu box outline color +theme[cpu_box]="#ebbcba" +# Rose + +# Memory/disks box outline color +theme[mem_box]="#31748f" +# Pine + +# Net up/down box outline color +theme[net_box]="#c4a7e7" +# Iris + +# Processes box outline color +theme[proc_box]="#eb6f92" +# Love + +# Box divider line and small boxes line color +theme[div_line]="#6e6a86" +# Muted + +# Temperature graph colors +theme[temp_start]="#ebbcba" +# Rose +theme[temp_mid]="#f6c177" +# Gold +theme[temp_end]="#eb6f92" +# Love + +# CPU graph colors +theme[cpu_start]="#f6c177" +# Gold +theme[cpu_mid]="#ebbcba" +# Rose +theme[cpu_end]="#eb6f92" +# Love + +# Mem/Disk free meter +# all love +theme[free_start]="#eb6f92" +theme[free_mid]="#eb6f92" +theme[free_end]="#eb6f92" + +# Mem/Disk cached meter +# all iris +theme[cached_start]="#c4a7e7" +theme[cached_mid]="#c4a7e7" +theme[cached_end]="#c4a7e7" + +# Mem/Disk available meter +# all pine +theme[available_start]="#31748f" +theme[available_mid]="#31748f" +theme[available_end]="#31748f" + +# Mem/Disk used meter +# all rose +theme[used_start]="#ebbcba" +theme[used_mid]="#ebbcba" +theme[used_end]="#ebbcba" + +# Download graph colors +# Pine for start, foam for the rest +theme[download_start]="#31748f" +theme[download_mid]="#9ccfd8" +theme[download_end]="#9ccfd8" + +# Upload graph colors +theme[upload_start]="#ebbcba" +# Rose for start +theme[upload_mid]="#eb6f92" +# Love for mid and end +theme[upload_end]="#eb6f92" + +# Process box color gradient for threads, mem and cpu usage +theme[process_start]="#31748f" +# Pine +theme[process_mid]="#9ccfd8" +# Foam for mid and end +theme[process_end]="#9ccfd8" diff --git a/themes/themes/rose-pine/rose-pine/chromium.theme b/themes/themes/rose-pine/rose-pine/chromium.theme new file mode 100644 index 0000000..072dd44 --- /dev/null +++ b/themes/themes/rose-pine/rose-pine/chromium.theme @@ -0,0 +1 @@ +210,196,219 diff --git a/themes/themes/rose-pine/rose-pine/colors.toml b/themes/themes/rose-pine/rose-pine/colors.toml new file mode 100644 index 0000000..e757ad0 --- /dev/null +++ b/themes/themes/rose-pine/rose-pine/colors.toml @@ -0,0 +1,23 @@ +accent = "#56949f" +cursor = "#cecacd" +foreground = "#575279" +background = "#faf4ed" +selection_foreground = "#575279" +selection_background = "#dfdad9" + +color0 = "#f2e9e1" +color1 = "#b4637a" +color2 = "#286983" +color3 = "#ea9d34" +color4 = "#56949f" +color5 = "#907aa9" +color6 = "#d7827e" +color7 = "#575279" +color8 = "#9893a5" +color9 = "#b4637a" +color10 = "#286983" +color11 = "#ea9d34" +color12 = "#56949f" +color13 = "#907aa9" +color14 = "#d7827e" +color15 = "#575279" diff --git a/themes/themes/rose-pine/rose-pine/icons.theme b/themes/themes/rose-pine/rose-pine/icons.theme new file mode 100644 index 0000000..6ce2f14 --- /dev/null +++ b/themes/themes/rose-pine/rose-pine/icons.theme @@ -0,0 +1 @@ +Yaru-blue diff --git a/themes/themes/rose-pine/rose-pine/light.mode b/themes/themes/rose-pine/rose-pine/light.mode new file mode 100644 index 0000000..66bb2d0 --- /dev/null +++ b/themes/themes/rose-pine/rose-pine/light.mode @@ -0,0 +1 @@ +# This will set "prefer-light" and use "Adwaita" as the theme diff --git a/themes/themes/rose-pine/rose-pine/neovim.lua b/themes/themes/rose-pine/rose-pine/neovim.lua new file mode 100644 index 0000000..591e8c7 --- /dev/null +++ b/themes/themes/rose-pine/rose-pine/neovim.lua @@ -0,0 +1,9 @@ +return { + { "rose-pine/neovim", name = "rose-pine" }, + { + "LazyVim/LazyVim", + opts = { + colorscheme = "rose-pine-dawn", + }, + }, +} diff --git a/themes/themes/rose-pine/rose-pine/preview-unlock.png b/themes/themes/rose-pine/rose-pine/preview-unlock.png new file mode 100644 index 0000000..d087e42 Binary files /dev/null and b/themes/themes/rose-pine/rose-pine/preview-unlock.png differ diff --git a/themes/themes/rose-pine/rose-pine/preview.png b/themes/themes/rose-pine/rose-pine/preview.png new file mode 100644 index 0000000..e5fa45a Binary files /dev/null and b/themes/themes/rose-pine/rose-pine/preview.png differ diff --git a/themes/themes/rose-pine/rose-pine/unlock.png b/themes/themes/rose-pine/rose-pine/unlock.png new file mode 100644 index 0000000..892ea41 Binary files /dev/null and b/themes/themes/rose-pine/rose-pine/unlock.png differ diff --git a/themes/themes/rose-pine/rose-pine/vscode.json b/themes/themes/rose-pine/rose-pine/vscode.json new file mode 100644 index 0000000..07e0050 --- /dev/null +++ b/themes/themes/rose-pine/rose-pine/vscode.json @@ -0,0 +1,4 @@ +{ + "name": "Rosé Pine Dawn", + "extension": "mvllow.rose-pine" +} diff --git a/themes/themes/tokyo-night/tokyo-night/backgrounds/0-swirl-buck.jpg b/themes/themes/tokyo-night/tokyo-night/backgrounds/0-swirl-buck.jpg new file mode 100644 index 0000000..504f3db Binary files /dev/null and b/themes/themes/tokyo-night/tokyo-night/backgrounds/0-swirl-buck.jpg differ diff --git a/themes/themes/tokyo-night/tokyo-night/backgrounds/1-sunset-lake.png b/themes/themes/tokyo-night/tokyo-night/backgrounds/1-sunset-lake.png new file mode 100644 index 0000000..d806728 Binary files /dev/null and b/themes/themes/tokyo-night/tokyo-night/backgrounds/1-sunset-lake.png differ diff --git a/themes/themes/tokyo-night/tokyo-night/backgrounds/2-pawel-czerwinski.jpg b/themes/themes/tokyo-night/tokyo-night/backgrounds/2-pawel-czerwinski.jpg new file mode 100644 index 0000000..2767138 Binary files /dev/null and b/themes/themes/tokyo-night/tokyo-night/backgrounds/2-pawel-czerwinski.jpg differ diff --git a/themes/themes/tokyo-night/tokyo-night/backgrounds/3-milad-fakurian.jpg b/themes/themes/tokyo-night/tokyo-night/backgrounds/3-milad-fakurian.jpg new file mode 100644 index 0000000..b9663ff Binary files /dev/null and b/themes/themes/tokyo-night/tokyo-night/backgrounds/3-milad-fakurian.jpg differ diff --git a/themes/themes/tokyo-night/tokyo-night/backgrounds/4-oma-cityscape.jpg b/themes/themes/tokyo-night/tokyo-night/backgrounds/4-oma-cityscape.jpg new file mode 100644 index 0000000..f57916b Binary files /dev/null and b/themes/themes/tokyo-night/tokyo-night/backgrounds/4-oma-cityscape.jpg differ diff --git a/themes/themes/tokyo-night/tokyo-night/backgrounds/5-oma.jpg b/themes/themes/tokyo-night/tokyo-night/backgrounds/5-oma.jpg new file mode 100644 index 0000000..3b85cd0 Binary files /dev/null and b/themes/themes/tokyo-night/tokyo-night/backgrounds/5-oma.jpg differ diff --git a/themes/themes/tokyo-night/tokyo-night/backgrounds/omarchy.png b/themes/themes/tokyo-night/tokyo-night/backgrounds/omarchy.png new file mode 100644 index 0000000..0f52090 Binary files /dev/null and b/themes/themes/tokyo-night/tokyo-night/backgrounds/omarchy.png differ diff --git a/themes/themes/tokyo-night/tokyo-night/btop.theme b/themes/themes/tokyo-night/tokyo-night/btop.theme new file mode 100644 index 0000000..290a3c7 --- /dev/null +++ b/themes/themes/tokyo-night/tokyo-night/btop.theme @@ -0,0 +1,82 @@ +# 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/themes/themes/tokyo-night/tokyo-night/colors.toml b/themes/themes/tokyo-night/tokyo-night/colors.toml new file mode 100644 index 0000000..fe51dd0 --- /dev/null +++ b/themes/themes/tokyo-night/tokyo-night/colors.toml @@ -0,0 +1,23 @@ +accent = "#7aa2f7" +cursor = "#c0caf5" +foreground = "#a9b1d6" +background = "#1a1b26" +selection_foreground = "#c0caf5" +selection_background = "#7aa2f7" + +color0 = "#32344a" +color1 = "#f7768e" +color2 = "#9ece6a" +color3 = "#e0af68" +color4 = "#7aa2f7" +color5 = "#ad8ee6" +color6 = "#449dab" +color7 = "#787c99" +color8 = "#444b6a" +color9 = "#ff7a93" +color10 = "#b9f27c" +color11 = "#ff9e64" +color12 = "#7da6ff" +color13 = "#bb9af7" +color14 = "#0db9d7" +color15 = "#acb0d0" diff --git a/themes/themes/tokyo-night/tokyo-night/icons.theme b/themes/themes/tokyo-night/tokyo-night/icons.theme new file mode 100644 index 0000000..5d00638 --- /dev/null +++ b/themes/themes/tokyo-night/tokyo-night/icons.theme @@ -0,0 +1 @@ +Yaru-magenta diff --git a/themes/themes/tokyo-night/tokyo-night/keyboard.rgb b/themes/themes/tokyo-night/tokyo-night/keyboard.rgb new file mode 100644 index 0000000..c9f4a7c --- /dev/null +++ b/themes/themes/tokyo-night/tokyo-night/keyboard.rgb @@ -0,0 +1 @@ +ff00ff diff --git a/themes/themes/tokyo-night/tokyo-night/neovim.lua b/themes/themes/tokyo-night/tokyo-night/neovim.lua new file mode 100644 index 0000000..39327c9 --- /dev/null +++ b/themes/themes/tokyo-night/tokyo-night/neovim.lua @@ -0,0 +1,12 @@ +return { + { + "folke/tokyonight.nvim", + priority = 1000, + }, + { + "LazyVim/LazyVim", + opts = { + colorscheme = "tokyonight-night", + }, + }, +} diff --git a/themes/themes/tokyo-night/tokyo-night/preview-unlock.png b/themes/themes/tokyo-night/tokyo-night/preview-unlock.png new file mode 100644 index 0000000..bb4897a Binary files /dev/null and b/themes/themes/tokyo-night/tokyo-night/preview-unlock.png differ diff --git a/themes/themes/tokyo-night/tokyo-night/preview.png b/themes/themes/tokyo-night/tokyo-night/preview.png new file mode 100644 index 0000000..8f5f7e3 Binary files /dev/null and b/themes/themes/tokyo-night/tokyo-night/preview.png differ diff --git a/themes/themes/tokyo-night/tokyo-night/unlock.png b/themes/themes/tokyo-night/tokyo-night/unlock.png new file mode 100644 index 0000000..f554441 Binary files /dev/null and b/themes/themes/tokyo-night/tokyo-night/unlock.png differ diff --git a/themes/themes/tokyo-night/tokyo-night/vscode.json b/themes/themes/tokyo-night/tokyo-night/vscode.json new file mode 100644 index 0000000..89af98c --- /dev/null +++ b/themes/themes/tokyo-night/tokyo-night/vscode.json @@ -0,0 +1,4 @@ +{ + "name": "Tokyo Night", + "extension": "enkia.tokyo-night" +} diff --git a/themes/themes/vantablack/vantablack/backgrounds/0-dot-hands.jpg b/themes/themes/vantablack/vantablack/backgrounds/0-dot-hands.jpg new file mode 100644 index 0000000..b76792c Binary files /dev/null and b/themes/themes/vantablack/vantablack/backgrounds/0-dot-hands.jpg differ diff --git a/themes/themes/vantablack/vantablack/backgrounds/1-twisted-stairs.jpg b/themes/themes/vantablack/vantablack/backgrounds/1-twisted-stairs.jpg new file mode 100644 index 0000000..ad81cf1 Binary files /dev/null and b/themes/themes/vantablack/vantablack/backgrounds/1-twisted-stairs.jpg differ diff --git a/themes/themes/vantablack/vantablack/backgrounds/2-layers-deep.jpg b/themes/themes/vantablack/vantablack/backgrounds/2-layers-deep.jpg new file mode 100644 index 0000000..e0f04b6 Binary files /dev/null and b/themes/themes/vantablack/vantablack/backgrounds/2-layers-deep.jpg differ diff --git a/themes/themes/vantablack/vantablack/backgrounds/3-layers-stacked.jpg b/themes/themes/vantablack/vantablack/backgrounds/3-layers-stacked.jpg new file mode 100644 index 0000000..4a81b94 Binary files /dev/null and b/themes/themes/vantablack/vantablack/backgrounds/3-layers-stacked.jpg differ diff --git a/themes/themes/vantablack/vantablack/backgrounds/omarchy.png b/themes/themes/vantablack/vantablack/backgrounds/omarchy.png new file mode 100644 index 0000000..4bf3789 Binary files /dev/null and b/themes/themes/vantablack/vantablack/backgrounds/omarchy.png differ diff --git a/themes/themes/vantablack/vantablack/btop.theme b/themes/themes/vantablack/vantablack/btop.theme new file mode 100644 index 0000000..a1ed279 --- /dev/null +++ b/themes/themes/vantablack/vantablack/btop.theme @@ -0,0 +1,70 @@ +# Main background, empty for terminal default, need to be empty if you want transparent background +theme[main_bg]="#000000" + +# Main text color +theme[main_fg]="#ffffff" + +# Title color for boxes +theme[title]="#9b9b9b" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#b0b0b0" + +# Background color of selected item in processes box +theme[selected_bg]="#fdfdfd" + +# Foreground color of selected item in processes box +theme[selected_fg]="#ffffff" + +# Color of inactive/disabled text +theme[inactive_fg]="#fdfdfd" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#9b9b9b" + +# Box outline and divider line color +theme[cpu_box]="#b6b6b6" +theme[mem_box]="#b6b6b6" +theme[net_box]="#b6b6b6" +theme[proc_box]="#b6b6b6" +theme[div_line]="#fdfdfd" + +# Gradient for all meters and graphs +theme[temp_start]="#b0b0b0" +theme[temp_mid]="#8d8d8d" +theme[temp_end]="#b6b6b6" + + +theme[cpu_start]="#b0b0b0" +theme[cpu_mid]="#8d8d8d" +theme[cpu_end]="#b6b6b6" + + +theme[free_start]="#8d8d8d" +theme[free_mid]="#cecece" +theme[free_end]="#cecece" + + +theme[cached_start]="#cecece" +theme[cached_mid]="#cecece" +theme[cached_end]="#cecece" + + +theme[available_start]="#b0b0b0" +theme[available_mid]="#b0b0b0" +theme[available_end]="#b0b0b0" + + +theme[used_start]="#b6b6b6" +theme[used_mid]="#b6b6b6" +theme[used_end]="#b6b6b6" + + +theme[download_start]="#cecece" +theme[download_mid]="#b0b0b0" +theme[download_end]="#8d8d8d" + + +theme[upload_start]="#cecece" +theme[upload_mid]="#b0b0b0" +theme[upload_end]="#8d8d8d" \ No newline at end of file diff --git a/themes/themes/vantablack/vantablack/colors.toml b/themes/themes/vantablack/vantablack/colors.toml new file mode 100644 index 0000000..45b8213 --- /dev/null +++ b/themes/themes/vantablack/vantablack/colors.toml @@ -0,0 +1,31 @@ +# UI Colors (extended) +accent = "#8d8d8d" +cursor = "#ffffff" + +# Primary colors +foreground = "#ffffff" +background = "#000000" + +# Selection colors +selection_foreground = "#000000" +selection_background = "#ffffff" + +# Normal colors (ANSI 0-7) +color0 = "#404040" +color1 = "#a4a4a4" +color2 = "#b6b6b6" +color3 = "#cecece" +color4 = "#8d8d8d" +color5 = "#9b9b9b" +color6 = "#b0b0b0" +color7 = "#ececec" + +# Bright colors (ANSI 8-15) +color8 = "#5c5c5c" +color9 = "#a4a4a4" +color10 = "#b6b6b6" +color11 = "#cecece" +color12 = "#8d8d8d" +color13 = "#9b9b9b" +color14 = "#b0b0b0" +color15 = "#ffffff" diff --git a/themes/themes/vantablack/vantablack/icons.theme b/themes/themes/vantablack/vantablack/icons.theme new file mode 100644 index 0000000..0bc3e2d --- /dev/null +++ b/themes/themes/vantablack/vantablack/icons.theme @@ -0,0 +1 @@ +Yaru-gray diff --git a/themes/themes/vantablack/vantablack/neovim.lua b/themes/themes/vantablack/vantablack/neovim.lua new file mode 100644 index 0000000..f9d9616 --- /dev/null +++ b/themes/themes/vantablack/vantablack/neovim.lua @@ -0,0 +1,12 @@ +return { + { + "bjarneo/vantablack.nvim", + priority = 1000, + }, + { + "LazyVim/LazyVim", + opts = { + colorscheme = "vantablack", + }, + }, +} diff --git a/themes/themes/vantablack/vantablack/preview-unlock.png b/themes/themes/vantablack/vantablack/preview-unlock.png new file mode 100644 index 0000000..b2cd593 Binary files /dev/null and b/themes/themes/vantablack/vantablack/preview-unlock.png differ diff --git a/themes/themes/vantablack/vantablack/preview.png b/themes/themes/vantablack/vantablack/preview.png new file mode 100644 index 0000000..e6a3a72 Binary files /dev/null and b/themes/themes/vantablack/vantablack/preview.png differ diff --git a/themes/themes/vantablack/vantablack/unlock.png b/themes/themes/vantablack/vantablack/unlock.png new file mode 100644 index 0000000..87d2cec Binary files /dev/null and b/themes/themes/vantablack/vantablack/unlock.png differ diff --git a/themes/themes/vantablack/vantablack/vscode.json b/themes/themes/vantablack/vantablack/vscode.json new file mode 100644 index 0000000..4221b9e --- /dev/null +++ b/themes/themes/vantablack/vantablack/vscode.json @@ -0,0 +1,4 @@ +{ + "name": "Vantablack", + "extension": "Bjarne.vantablack-omarchy" +} diff --git a/themes/themes/white/white/backgrounds/1-white.jpg b/themes/themes/white/white/backgrounds/1-white.jpg new file mode 100644 index 0000000..0e6121f Binary files /dev/null and b/themes/themes/white/white/backgrounds/1-white.jpg differ diff --git a/themes/themes/white/white/backgrounds/2-white.jpg b/themes/themes/white/white/backgrounds/2-white.jpg new file mode 100644 index 0000000..b8c5a7d Binary files /dev/null and b/themes/themes/white/white/backgrounds/2-white.jpg differ diff --git a/themes/themes/white/white/backgrounds/3-white.jpg b/themes/themes/white/white/backgrounds/3-white.jpg new file mode 100644 index 0000000..4ec4553 Binary files /dev/null and b/themes/themes/white/white/backgrounds/3-white.jpg differ diff --git a/themes/themes/white/white/backgrounds/omarchy.png b/themes/themes/white/white/backgrounds/omarchy.png new file mode 100644 index 0000000..9b5cd0c Binary files /dev/null and b/themes/themes/white/white/backgrounds/omarchy.png differ diff --git a/themes/themes/white/white/btop.theme b/themes/themes/white/white/btop.theme new file mode 100644 index 0000000..244253a --- /dev/null +++ b/themes/themes/white/white/btop.theme @@ -0,0 +1,70 @@ +# Main background, empty for terminal default, need to be empty if you want transparent background +theme[main_bg]="#ffffff" + +# Main text color +theme[main_fg]="#000000" + +# Title color for boxes +theme[title]="#2e2e2e" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#3e3e3e" + +# Background color of selected item in processes box +theme[selected_bg]="#c0c0c0" + +# Foreground color of selected item in processes box +theme[selected_fg]="#000000" + +# Color of inactive/disabled text +theme[inactive_fg]="#c0c0c0" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#2e2e2e" + +# Box outline and divider line color +theme[cpu_box]="#3a3a3a" +theme[mem_box]="#3a3a3a" +theme[net_box]="#3a3a3a" +theme[proc_box]="#3a3a3a" +theme[div_line]="#c0c0c0" + +# Gradient for all meters and graphs +theme[temp_start]="#3e3e3e" +theme[temp_mid]="#1a1a1a" +theme[temp_end]="#3a3a3a" + + +theme[cpu_start]="#3e3e3e" +theme[cpu_mid]="#1a1a1a" +theme[cpu_end]="#3a3a3a" + + +theme[free_start]="#1a1a1a" +theme[free_mid]="#4a4a4a" +theme[free_end]="#4a4a4a" + + +theme[cached_start]="#4a4a4a" +theme[cached_mid]="#4a4a4a" +theme[cached_end]="#4a4a4a" + + +theme[available_start]="#3e3e3e" +theme[available_mid]="#3e3e3e" +theme[available_end]="#3e3e3e" + + +theme[used_start]="#3a3a3a" +theme[used_mid]="#3a3a3a" +theme[used_end]="#3a3a3a" + + +theme[download_start]="#4a4a4a" +theme[download_mid]="#3e3e3e" +theme[download_end]="#1a1a1a" + + +theme[upload_start]="#4a4a4a" +theme[upload_mid]="#3e3e3e" +theme[upload_end]="#1a1a1a" \ No newline at end of file diff --git a/themes/themes/white/white/colors.toml b/themes/themes/white/white/colors.toml new file mode 100644 index 0000000..e6e072e --- /dev/null +++ b/themes/themes/white/white/colors.toml @@ -0,0 +1,31 @@ +# UI Colors (extended) +accent = "#6e6e6e" +cursor = "#000000" + +# Primary colors +foreground = "#000000" +background = "#ffffff" + +# Selection colors +selection_foreground = "#ffffff" +selection_background = "#1a1a1a" + +# Normal colors (ANSI 0-7) +color0 = "#c0c0c0" +color1 = "#2a2a2a" +color2 = "#3a3a3a" +color3 = "#4a4a4a" +color4 = "#1a1a1a" +color5 = "#2e2e2e" +color6 = "#3e3e3e" +color7 = "#000000" + +# Bright colors (ANSI 8-15) +color8 = "#c0c0c0" +color9 = "#2a2a2a" +color10 = "#3a3a3a" +color11 = "#4a4a4a" +color12 = "#1a1a1a" +color13 = "#2e2e2e" +color14 = "#3e3e3e" +color15 = "#000000" diff --git a/themes/themes/white/white/icons.theme b/themes/themes/white/white/icons.theme new file mode 100644 index 0000000..3d157d9 --- /dev/null +++ b/themes/themes/white/white/icons.theme @@ -0,0 +1 @@ +Yaru-grey diff --git a/themes/themes/white/white/light.mode b/themes/themes/white/white/light.mode new file mode 100644 index 0000000..66bb2d0 --- /dev/null +++ b/themes/themes/white/white/light.mode @@ -0,0 +1 @@ +# This will set "prefer-light" and use "Adwaita" as the theme diff --git a/themes/themes/white/white/neovim.lua b/themes/themes/white/white/neovim.lua new file mode 100644 index 0000000..f9afa38 --- /dev/null +++ b/themes/themes/white/white/neovim.lua @@ -0,0 +1,12 @@ +return { + { + "bjarneo/white.nvim", + priority = 1000, + }, + { + "LazyVim/LazyVim", + opts = { + colorscheme = "white", + }, + }, +} diff --git a/themes/themes/white/white/preview-unlock.png b/themes/themes/white/white/preview-unlock.png new file mode 100644 index 0000000..71bce65 Binary files /dev/null and b/themes/themes/white/white/preview-unlock.png differ diff --git a/themes/themes/white/white/preview.png b/themes/themes/white/white/preview.png new file mode 100644 index 0000000..597b3c4 Binary files /dev/null and b/themes/themes/white/white/preview.png differ diff --git a/themes/themes/white/white/unlock.png b/themes/themes/white/white/unlock.png new file mode 100644 index 0000000..87d2cec Binary files /dev/null and b/themes/themes/white/white/unlock.png differ diff --git a/themes/themes/white/white/vscode.json b/themes/themes/white/white/vscode.json new file mode 100644 index 0000000..70019ac --- /dev/null +++ b/themes/themes/white/white/vscode.json @@ -0,0 +1,4 @@ +{ + "name": "White", + "extension": "Bjarne.white-theme" +}