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:
parent
7f41cf7a82
commit
95898b208c
37 changed files with 661 additions and 10 deletions
55
themes/dragon-fire/colors.toml
Normal file
55
themes/dragon-fire/colors.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue