{ "$schema": "../../../plugin.schema.json", "id": "qoredb.theme-pack", "name": "Theme Pack", "version": "1.0.0", "author": "QoreDB", "description": "Eight hand-tuned color themes — Dracula, Nord, Tokyo Night, Gruvbox, Catppuccin, Solarized, One Dark and Rosé Pine — each with matching light and dark variants. Apply one from Settings › Plugins to restyle the whole app.", "category": "theming", "qoredb": ">=0.1.29", "contributes": { "themes": [ { "id": "dracula", "name": "Dracula", "description": "The classic high-contrast purple dark theme, with an Alucard light variant.", "dark": { "--q-bg-0": "#282a36", "--q-bg-1": "#21222c", "--q-bg-2": "#343746", "--q-border": "#44475a", "--q-text-0": "#f8f8f2", "--q-text-1": "#c7c9d1", "--q-text-2": "#6272a4", "--q-accent": "#bd93f9", "--q-accent-soft": "rgba(189, 147, 249, 0.15)", "--q-accent-strong": "#d6b4ff", "--q-success": "#50fa7b", "--q-warning": "#f1fa8c", "--q-error": "#ff5555", "--q-info": "#8be9fd" }, "light": { "--q-bg-0": "#f8f8f2", "--q-bg-1": "#eeeee8", "--q-bg-2": "#e2e2dc", "--q-border": "#d5d5cf", "--q-text-0": "#1f1f1f", "--q-text-1": "#4d4d4d", "--q-text-2": "#7a7a7a", "--q-accent": "#644ac9", "--q-accent-soft": "#e7e2fb", "--q-accent-strong": "#4f39b3", "--q-success": "#14710a", "--q-warning": "#a34d14", "--q-error": "#cb3a2a", "--q-info": "#036a96" } }, { "id": "nord", "name": "Nord", "description": "An arctic, north-bluish palette. Calm frost accents on polar-night backgrounds.", "dark": { "--q-bg-0": "#2e3440", "--q-bg-1": "#292e39", "--q-bg-2": "#3b4252", "--q-border": "#434c5e", "--q-text-0": "#eceff4", "--q-text-1": "#d8dee9", "--q-text-2": "#7b8494", "--q-accent": "#88c0d0", "--q-accent-soft": "rgba(136, 192, 208, 0.15)", "--q-accent-strong": "#8fbcbb", "--q-success": "#a3be8c", "--q-warning": "#ebcb8b", "--q-error": "#bf616a", "--q-info": "#81a1c1" }, "light": { "--q-bg-0": "#eceff4", "--q-bg-1": "#e5e9f0", "--q-bg-2": "#d8dee9", "--q-border": "#c2cad6", "--q-text-0": "#2e3440", "--q-text-1": "#434c5e", "--q-text-2": "#6d7689", "--q-accent": "#5e81ac", "--q-accent-soft": "#dce4ef", "--q-accent-strong": "#4c6f99", "--q-success": "#5b8a3a", "--q-warning": "#b07d2b", "--q-error": "#b34a52", "--q-info": "#4c6f99" } }, { "id": "tokyo-night", "name": "Tokyo Night", "description": "Neon city nights — vivid blues and magentas on deep navy, with a bright Day variant.", "dark": { "--q-bg-0": "#1a1b26", "--q-bg-1": "#16161e", "--q-bg-2": "#292e42", "--q-border": "#2a2e45", "--q-text-0": "#c0caf5", "--q-text-1": "#a9b1d6", "--q-text-2": "#565f89", "--q-accent": "#7aa2f7", "--q-accent-soft": "rgba(122, 162, 247, 0.15)", "--q-accent-strong": "#9eb8ff", "--q-success": "#9ece6a", "--q-warning": "#e0af68", "--q-error": "#f7768e", "--q-info": "#7dcfff" }, "light": { "--q-bg-0": "#e1e2e7", "--q-bg-1": "#d5d6db", "--q-bg-2": "#c4c8da", "--q-border": "#b6bac4", "--q-text-0": "#343b58", "--q-text-1": "#4c5378", "--q-text-2": "#848cb5", "--q-accent": "#2e7de9", "--q-accent-soft": "#d8e3fb", "--q-accent-strong": "#1b62cc", "--q-success": "#587539", "--q-warning": "#8c6c3e", "--q-error": "#f52a65", "--q-info": "#007197" } }, { "id": "gruvbox", "name": "Gruvbox", "description": "Retro, warm and earthy — orange accents over coffee-brown surfaces.", "dark": { "--q-bg-0": "#282828", "--q-bg-1": "#1d2021", "--q-bg-2": "#3c3836", "--q-border": "#504945", "--q-text-0": "#ebdbb2", "--q-text-1": "#d5c4a1", "--q-text-2": "#928374", "--q-accent": "#fe8019", "--q-accent-soft": "rgba(254, 128, 25, 0.15)", "--q-accent-strong": "#ff9f4a", "--q-success": "#b8bb26", "--q-warning": "#fabd2f", "--q-error": "#fb4934", "--q-info": "#83a598" }, "light": { "--q-bg-0": "#fbf1c7", "--q-bg-1": "#f2e5bc", "--q-bg-2": "#ebdbb2", "--q-border": "#d5c4a1", "--q-text-0": "#3c3836", "--q-text-1": "#504945", "--q-text-2": "#7c6f64", "--q-accent": "#af3a03", "--q-accent-soft": "#f3ddc9", "--q-accent-strong": "#d4500a", "--q-success": "#79740e", "--q-warning": "#b57614", "--q-error": "#9d0006", "--q-info": "#076678" } }, { "id": "catppuccin", "name": "Catppuccin", "description": "Soft pastel comfort — Mocha for dark mode, Latte for light.", "dark": { "--q-bg-0": "#1e1e2e", "--q-bg-1": "#181825", "--q-bg-2": "#313244", "--q-border": "#45475a", "--q-text-0": "#cdd6f4", "--q-text-1": "#bac2de", "--q-text-2": "#6c7086", "--q-accent": "#cba6f7", "--q-accent-soft": "rgba(203, 166, 247, 0.15)", "--q-accent-strong": "#dabffb", "--q-success": "#a6e3a1", "--q-warning": "#f9e2af", "--q-error": "#f38ba8", "--q-info": "#89b4fa" }, "light": { "--q-bg-0": "#eff1f5", "--q-bg-1": "#e6e9ef", "--q-bg-2": "#dce0e8", "--q-border": "#ccd0da", "--q-text-0": "#4c4f69", "--q-text-1": "#5c5f77", "--q-text-2": "#8c8fa1", "--q-accent": "#8839ef", "--q-accent-soft": "#e9ddfb", "--q-accent-strong": "#7029d6", "--q-success": "#40a02b", "--q-warning": "#df8e1d", "--q-error": "#d20f39", "--q-info": "#1e66f5" } }, { "id": "solarized", "name": "Solarized", "description": "Ethan Schoonover's precision palette — selective contrast on tinted bases, in both Dark and Light.", "dark": { "--q-bg-0": "#002b36", "--q-bg-1": "#00252e", "--q-bg-2": "#073642", "--q-border": "#094352", "--q-text-0": "#93a1a1", "--q-text-1": "#839496", "--q-text-2": "#586e75", "--q-accent": "#268bd2", "--q-accent-soft": "rgba(38, 139, 210, 0.15)", "--q-accent-strong": "#4ba3e3", "--q-success": "#859900", "--q-warning": "#b58900", "--q-error": "#dc322f", "--q-info": "#2aa198" }, "light": { "--q-bg-0": "#fdf6e3", "--q-bg-1": "#f4eeda", "--q-bg-2": "#eee8d5", "--q-border": "#ddd6c1", "--q-text-0": "#586e75", "--q-text-1": "#657b83", "--q-text-2": "#839496", "--q-accent": "#268bd2", "--q-accent-soft": "#dce8f5", "--q-accent-strong": "#1a6fb0", "--q-success": "#6b7d00", "--q-warning": "#b58900", "--q-error": "#dc322f", "--q-info": "#1f8c84" } }, { "id": "one-dark", "name": "One Dark", "description": "Atom's flagship palette — cool greys with a blue accent, paired with a crisp One Light variant.", "dark": { "--q-bg-0": "#282c34", "--q-bg-1": "#21252b", "--q-bg-2": "#2c313a", "--q-border": "#3e4451", "--q-text-0": "#abb2bf", "--q-text-1": "#9da5b4", "--q-text-2": "#5c6370", "--q-accent": "#61afef", "--q-accent-soft": "rgba(97, 175, 239, 0.15)", "--q-accent-strong": "#82c0ff", "--q-success": "#98c379", "--q-warning": "#e5c07b", "--q-error": "#e06c75", "--q-info": "#56b6c2" }, "light": { "--q-bg-0": "#fafafa", "--q-bg-1": "#f0f0f0", "--q-bg-2": "#eaeaeb", "--q-border": "#d4d4d5", "--q-text-0": "#383a42", "--q-text-1": "#4f525e", "--q-text-2": "#a0a1a7", "--q-accent": "#4078f2", "--q-accent-soft": "#dde6fd", "--q-accent-strong": "#2a5fd6", "--q-success": "#50a14f", "--q-warning": "#c18401", "--q-error": "#e45649", "--q-info": "#0184bc" } }, { "id": "rose-pine", "name": "Rosé Pine", "description": "All natural pine, faux fur and a bit of soho vibes — the Main dark and Dawn light variants.", "dark": { "--q-bg-0": "#191724", "--q-bg-1": "#161420", "--q-bg-2": "#1f1d2e", "--q-border": "#26233a", "--q-text-0": "#e0def4", "--q-text-1": "#908caa", "--q-text-2": "#6e6a86", "--q-accent": "#c4a7e7", "--q-accent-soft": "rgba(196, 167, 231, 0.15)", "--q-accent-strong": "#d3bdf0", "--q-success": "#9ccfd8", "--q-warning": "#f6c177", "--q-error": "#eb6f92", "--q-info": "#3e8fb0" }, "light": { "--q-bg-0": "#faf4ed", "--q-bg-1": "#f4ece3", "--q-bg-2": "#f2e9e1", "--q-border": "#dfd9d2", "--q-text-0": "#575279", "--q-text-1": "#797593", "--q-text-2": "#9893a5", "--q-accent": "#907aa9", "--q-accent-soft": "#ece6f0", "--q-accent-strong": "#7a6592", "--q-success": "#56949f", "--q-warning": "#ea9d34", "--q-error": "#b4637a", "--q-info": "#286983" } } ] } }