diff --git a/themes/retro-82/backgrounds/1-in-the-groove.jpg b/themes/retro-82/backgrounds/1-in-the-groove.jpg new file mode 100644 index 00000000..c9537a47 Binary files /dev/null and b/themes/retro-82/backgrounds/1-in-the-groove.jpg differ diff --git a/themes/retro-82/backgrounds/2-dusk-guardian.jpg b/themes/retro-82/backgrounds/2-dusk-guardian.jpg new file mode 100644 index 00000000..4f30b56d Binary files /dev/null and b/themes/retro-82/backgrounds/2-dusk-guardian.jpg differ diff --git a/themes/retro-82/backgrounds/3-glassy-lines.jpg b/themes/retro-82/backgrounds/3-glassy-lines.jpg new file mode 100644 index 00000000..c1106dcd Binary files /dev/null and b/themes/retro-82/backgrounds/3-glassy-lines.jpg differ diff --git a/themes/retro-82/backgrounds/4-gateway.jpg b/themes/retro-82/backgrounds/4-gateway.jpg new file mode 100644 index 00000000..067baa4c Binary files /dev/null and b/themes/retro-82/backgrounds/4-gateway.jpg differ diff --git a/themes/retro-82/backgrounds/5-zen-boat.jpg b/themes/retro-82/backgrounds/5-zen-boat.jpg new file mode 100644 index 00000000..4a4821e1 Binary files /dev/null and b/themes/retro-82/backgrounds/5-zen-boat.jpg differ diff --git a/themes/retro-82/backgrounds/6-abstract-pyramids.jpg b/themes/retro-82/backgrounds/6-abstract-pyramids.jpg new file mode 100644 index 00000000..6dd9d0a3 Binary files /dev/null and b/themes/retro-82/backgrounds/6-abstract-pyramids.jpg differ diff --git a/themes/retro-82/backgrounds/7-the-journey.jpg b/themes/retro-82/backgrounds/7-the-journey.jpg new file mode 100644 index 00000000..03fc55c7 Binary files /dev/null and b/themes/retro-82/backgrounds/7-the-journey.jpg differ diff --git a/themes/retro-82/backgrounds/8-glitter-glass.jpg b/themes/retro-82/backgrounds/8-glitter-glass.jpg new file mode 100644 index 00000000..dfa53225 Binary files /dev/null and b/themes/retro-82/backgrounds/8-glitter-glass.jpg differ diff --git a/themes/retro-82/btop.theme b/themes/retro-82/btop.theme new file mode 100644 index 00000000..ded67f15 --- /dev/null +++ b/themes/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/retro-82/chromium.theme b/themes/retro-82/chromium.theme new file mode 100644 index 00000000..efb75ae7 --- /dev/null +++ b/themes/retro-82/chromium.theme @@ -0,0 +1 @@ +0,23,46 diff --git a/themes/retro-82/colors.toml b/themes/retro-82/colors.toml new file mode 100644 index 00000000..21cf8103 --- /dev/null +++ b/themes/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 = "#00172e" +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/retro-82/hyprland.conf b/themes/retro-82/hyprland.conf new file mode 100644 index 00000000..4d4c6ad5 --- /dev/null +++ b/themes/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/retro-82/icons.theme b/themes/retro-82/icons.theme new file mode 100644 index 00000000..3a73239f --- /dev/null +++ b/themes/retro-82/icons.theme @@ -0,0 +1 @@ +Yaru-wartybrown diff --git a/themes/retro-82/neovim.lua b/themes/retro-82/neovim.lua new file mode 100644 index 00000000..871a218b --- /dev/null +++ b/themes/retro-82/neovim.lua @@ -0,0 +1,13 @@ +return { + { + "OldJobobo/retro-82.nvim", + name = "retro-82", + priority = 1000, + }, + { + "LazyVim/LazyVim", + opts = { + colorscheme = "retro-82", + }, + }, +} diff --git a/themes/retro-82/preview.png b/themes/retro-82/preview.png new file mode 100644 index 00000000..63fd2784 Binary files /dev/null and b/themes/retro-82/preview.png differ diff --git a/themes/retro-82/swayosd.css b/themes/retro-82/swayosd.css new file mode 100644 index 00000000..b3e23641 --- /dev/null +++ b/themes/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/retro-82/vscode.json b/themes/retro-82/vscode.json new file mode 100644 index 00000000..e2b3bbd0 --- /dev/null +++ b/themes/retro-82/vscode.json @@ -0,0 +1,4 @@ +{ + "name": "Retro '82", + "extension": "oldjobobo.retro-82-theme" +} diff --git a/themes/retro-82/waybar.css b/themes/retro-82/waybar.css new file mode 100644 index 00000000..f5944b10 --- /dev/null +++ b/themes/retro-82/waybar.css @@ -0,0 +1,3 @@ +@define-color bg #00172e; +@define-color foreground #f6dcac; +@define-color background alpha(@bg, 0.8);