feat: add screenshot gallery, theme selector, and 4 new curated themes

- Add comprehensive screenshot gallery in README.md and docs/GALLERY.md
  showcasing all desktop features, menus, and control panels
- Clean and sanitize screenshots (no private work projects or processes)
- Add 4 curated themes with accurate color palettes and btop themes:
  * Pirna (Bernardo Bellotto classic art)
  * Nordic Frost (Arctic aurora and mountain cliff)
  * Monolith (Sci-fi alien coast and bioluminescent cyan)
  * Dragon Fire (Dark fantasy gothic siege and fiery coral embers)
- Enhance theme selector in rice-theme and rice-menu with live grid thumbnails
- Add super + shift + t shortcut for instant visual theme switching
- Make wallpaper lookup robust across repo and user directories
This commit is contained in:
Sarthak 2026-09-14 17:01:58 +05:30
parent 7f41cf7a82
commit 95898b208c
37 changed files with 661 additions and 10 deletions

View file

@ -0,0 +1,53 @@
# btop - Dragon Fire
theme[main_bg]=""
theme[main_fg]="#faece8"
theme[title]="#faece8"
theme[hi_fg]="#f5796b"
theme[selected_bg]="#422834"
theme[selected_fg]="#f5796b"
theme[inactive_fg]="#96747b"
theme[graph_text]="#dec7c1"
theme[meter_bg]="#24151b"
theme[proc_misc]="#6fb0a6"
theme[cpu_box]="#573544"
theme[mem_box]="#573544"
theme[net_box]="#573544"
theme[proc_box]="#573544"
theme[div_line]="#573544"
theme[temp_start]="#7ea66b"
theme[temp_mid]="#e89f5a"
theme[temp_end]="#e05853"
theme[cpu_start]="#e89f5a"
theme[cpu_mid]="#f5796b"
theme[cpu_end]="#dc82a6"
theme[free_start]="#415753"
theme[free_mid]="#6fb0a6"
theme[free_end]="#85c7bd"
theme[cached_start]="#476085"
theme[cached_mid]="#688dc4"
theme[cached_end]="#82a5dc"
theme[available_start]="#8c5d31"
theme[available_mid]="#e89f5a"
theme[available_end]="#f5b373"
theme[used_start]="#8c332e"
theme[used_mid]="#e05853"
theme[used_end]="#ff4a5d"
theme[download_start]="#8c473b"
theme[download_mid]="#f5796b"
theme[download_end]="#f5b373"
theme[upload_start]="#80415a"
theme[upload_mid]="#c76d91"
theme[upload_end]="#dc82a6"
theme[process_start]="#7ea66b"
theme[process_mid]="#94bc80"
theme[process_end]="#e89f5a"

View file

@ -0,0 +1,55 @@
# Dragon Fire - sampled from wallpapers/dragon-fire.jpg
name = "Dragon Fire"
mode = "dark"
wallpaper = "dragon-fire.jpg"
# --- surfaces, darkest to lightest ---
bg = "#140b0f"
bg_alt = "#1a0f14"
surface = "#24161c"
overlay = "#321e27"
selection = "#422834"
border = "#573544"
# --- text ---
fg = "#faece8"
fg_alt = "#dec7c1"
dim = "#96747b"
muted = "#402632"
# --- roles ---
accent = "#f5796b"
accent_alt = "#c94f42"
urgent = "#ff4a5d"
# --- named colours (ANSI 1-6) and their bright twins (9-14) ---
red = "#e05853"
green = "#7ea66b"
yellow = "#e89f5a"
blue = "#688dc4"
magenta = "#c76d91"
cyan = "#6fb0a6"
bright_red = "#f26d68"
bright_green = "#94bc80"
bright_yellow = "#f5b373"
bright_blue = "#82a5dc"
bright_magenta = "#dc82a6"
bright_cyan = "#85c7bd"
# --- translucency ---
alpha = "0.78"
alpha_hex = "c7"
# --- shape and type ---
font = "JetBrainsMono Nerd Font"
font_size = "11"
radius = "12"
radius_small = "8"
border_width = "1"
window_border = "2"
gap = "10"
icon_theme = "Papirus-Dark"
gtk_theme = "Adwaita-dark"
cursor_theme = "Bibata-Modern-Classic"
cursor_size = "20"