From 41cc8f40325e56babfae32d76fe36ed8305d5f66 Mon Sep 17 00:00:00 2001 From: reya Date: Thu, 26 Feb 2026 13:16:59 +0700 Subject: [PATCH] add rose pine theme --- assets/themes/rose-pine-dawn.json | 140 ++++++++++++++++++++++++++++++ assets/themes/rose-pine-moon.json | 140 ++++++++++++++++++++++++++++++ assets/themes/rose-pine.json | 140 ++++++++++++++++++++++++++++++ 3 files changed, 420 insertions(+) create mode 100644 assets/themes/rose-pine-dawn.json create mode 100644 assets/themes/rose-pine-moon.json create mode 100644 assets/themes/rose-pine.json diff --git a/assets/themes/rose-pine-dawn.json b/assets/themes/rose-pine-dawn.json new file mode 100644 index 0000000..04caab1 --- /dev/null +++ b/assets/themes/rose-pine-dawn.json @@ -0,0 +1,140 @@ +{ + "id": "rose-pine-dawn", + "name": "Rosé Pine Dawn", + "author": "Rosé Pine", + "url": "https://rosepinetheme.com", + "light": { + "background": "#faf4ed", + "surface_background": "#fffaf3", + "elevated_surface_background": "#f2e9e1", + "panel_background": "#faf4ed", + "overlay": "#5752791a", + "title_bar": "#fffaf3", + "title_bar_inactive": "#faf4ed", + "window_border": "#cecacd", + "border": "#dfdad9", + "border_variant": "#f4ede8", + "border_focused": "#907aa9", + "border_selected": "#907aa9", + "border_transparent": "#00000000", + "border_disabled": "#9893a5", + "ring": "#907aa9", + "text": "#575279", + "text_muted": "#797593", + "text_placeholder": "#9893a5", + "text_accent": "#907aa9", + "icon": "#575279", + "icon_muted": "#797593", + "icon_accent": "#907aa9", + "element_foreground": "#faf4ed", + "element_background": "#907aa9", + "element_hover": "#907aa9e6", + "element_active": "#826e98", + "element_selected": "#746287", + "element_disabled": "#907aa94d", + "secondary_foreground": "#746287", + "secondary_background": "#fffaf3", + "secondary_hover": "#907aa933", + "secondary_active": "#f2e9e1", + "secondary_selected": "#f2e9e1", + "secondary_disabled": "#907aa94d", + "danger_foreground": "#faf4ed", + "danger_background": "#b4637a", + "danger_hover": "#b4637ae6", + "danger_active": "#a2596e", + "danger_selected": "#904f62", + "danger_disabled": "#b4637a4d", + "warning_foreground": "#575279", + "warning_background": "#ea9d34", + "warning_hover": "#ea9d34e6", + "warning_active": "#d38d2f", + "warning_selected": "#bc7d2a", + "warning_disabled": "#ea9d344d", + "ghost_element_background": "#00000000", + "ghost_element_background_alt": "#f4ede8", + "ghost_element_hover": "#5752791a", + "ghost_element_active": "#dfdad9", + "ghost_element_selected": "#dfdad9", + "ghost_element_disabled": "#5752790d", + "tab_inactive_background": "#fffaf3", + "tab_inactive_foreground": "#797593", + "tab_active_background": "#faf4ed", + "tab_active_foreground": "#575279", + "tab_hover_foreground": "#907aa9", + "scrollbar_thumb_background": "#57527933", + "scrollbar_thumb_hover_background": "#5752794d", + "scrollbar_thumb_border": "#00000000", + "scrollbar_track_background": "#00000000", + "scrollbar_track_border": "#f4ede8", + "drop_target_background": "#907aa91a", + "cursor": "#56949f", + "selection": "#56949f40" + }, + "dark": { + "background": "#faf4ed", + "surface_background": "#fffaf3", + "elevated_surface_background": "#f2e9e1", + "panel_background": "#faf4ed", + "overlay": "#5752791a", + "title_bar": "#fffaf3", + "title_bar_inactive": "#faf4ed", + "window_border": "#cecacd", + "border": "#dfdad9", + "border_variant": "#f4ede8", + "border_focused": "#907aa9", + "border_selected": "#907aa9", + "border_transparent": "#00000000", + "border_disabled": "#9893a5", + "ring": "#907aa9", + "text": "#575279", + "text_muted": "#797593", + "text_placeholder": "#9893a5", + "text_accent": "#907aa9", + "icon": "#575279", + "icon_muted": "#797593", + "icon_accent": "#907aa9", + "element_foreground": "#faf4ed", + "element_background": "#907aa9", + "element_hover": "#907aa9e6", + "element_active": "#826e98", + "element_selected": "#746287", + "element_disabled": "#907aa94d", + "secondary_foreground": "#746287", + "secondary_background": "#fffaf3", + "secondary_hover": "#907aa933", + "secondary_active": "#f2e9e1", + "secondary_selected": "#f2e9e1", + "secondary_disabled": "#907aa94d", + "danger_foreground": "#faf4ed", + "danger_background": "#b4637a", + "danger_hover": "#b4637ae6", + "danger_active": "#a2596e", + "danger_selected": "#904f62", + "danger_disabled": "#b4637a4d", + "warning_foreground": "#575279", + "warning_background": "#ea9d34", + "warning_hover": "#ea9d34e6", + "warning_active": "#d38d2f", + "warning_selected": "#bc7d2a", + "warning_disabled": "#ea9d344d", + "ghost_element_background": "#00000000", + "ghost_element_background_alt": "#f4ede8", + "ghost_element_hover": "#5752791a", + "ghost_element_active": "#dfdad9", + "ghost_element_selected": "#dfdad9", + "ghost_element_disabled": "#5752790d", + "tab_inactive_background": "#fffaf3", + "tab_inactive_foreground": "#797593", + "tab_active_background": "#faf4ed", + "tab_active_foreground": "#575279", + "tab_hover_foreground": "#907aa9", + "scrollbar_thumb_background": "#57527933", + "scrollbar_thumb_hover_background": "#5752794d", + "scrollbar_thumb_border": "#00000000", + "scrollbar_track_background": "#00000000", + "scrollbar_track_border": "#f4ede8", + "drop_target_background": "#907aa91a", + "cursor": "#56949f", + "selection": "#56949f40" + } +} diff --git a/assets/themes/rose-pine-moon.json b/assets/themes/rose-pine-moon.json new file mode 100644 index 0000000..f7a9fda --- /dev/null +++ b/assets/themes/rose-pine-moon.json @@ -0,0 +1,140 @@ +{ + "id": "rose-pine-moon", + "name": "Rosé Pine Moon", + "author": "Rosé Pine", + "url": "https://rosepinetheme.com", + "light": { + "background": "#232136", + "surface_background": "#2a273f", + "elevated_surface_background": "#393552", + "panel_background": "#232136", + "overlay": "#e0def41a", + "title_bar": "#2a273f", + "title_bar_inactive": "#232136", + "window_border": "#56526e", + "border": "#44415a", + "border_variant": "#2a283e", + "border_focused": "#c4a7e7", + "border_selected": "#c4a7e7", + "border_transparent": "#00000000", + "border_disabled": "#6e6a86", + "ring": "#c4a7e7", + "text": "#e0def4", + "text_muted": "#908caa", + "text_placeholder": "#6e6a86", + "text_accent": "#c4a7e7", + "icon": "#e0def4", + "icon_muted": "#908caa", + "icon_accent": "#c4a7e7", + "element_foreground": "#232136", + "element_background": "#c4a7e7", + "element_hover": "#c4a7e7e6", + "element_active": "#b097d0", + "element_selected": "#9d87b9", + "element_disabled": "#c4a7e74d", + "secondary_foreground": "#9d87b9", + "secondary_background": "#2a273f", + "secondary_hover": "#c4a7e733", + "secondary_active": "#393552", + "secondary_selected": "#393552", + "secondary_disabled": "#c4a7e74d", + "danger_foreground": "#232136", + "danger_background": "#eb6f92", + "danger_hover": "#eb6f92e6", + "danger_active": "#d46483", + "danger_selected": "#bd5974", + "danger_disabled": "#eb6f924d", + "warning_foreground": "#232136", + "warning_background": "#f6c177", + "warning_hover": "#f6c177e6", + "warning_active": "#ddae6b", + "warning_selected": "#c49b5f", + "warning_disabled": "#f6c1774d", + "ghost_element_background": "#00000000", + "ghost_element_background_alt": "#393552", + "ghost_element_hover": "#e0def433", + "ghost_element_active": "#44415a", + "ghost_element_selected": "#44415a", + "ghost_element_disabled": "#e0def40d", + "tab_inactive_background": "#2a273f", + "tab_inactive_foreground": "#908caa", + "tab_active_background": "#232136", + "tab_active_foreground": "#e0def4", + "tab_hover_foreground": "#c4a7e7", + "scrollbar_thumb_background": "#e0def433", + "scrollbar_thumb_hover_background": "#e0def44d", + "scrollbar_thumb_border": "#00000000", + "scrollbar_track_background": "#00000000", + "scrollbar_track_border": "#2a283e", + "drop_target_background": "#c4a7e71a", + "cursor": "#9ccfd8", + "selection": "#9ccfd840" + }, + "dark": { + "background": "#232136", + "surface_background": "#2a273f", + "elevated_surface_background": "#393552", + "panel_background": "#232136", + "overlay": "#e0def41a", + "title_bar": "#2a273f", + "title_bar_inactive": "#232136", + "window_border": "#56526e", + "border": "#44415a", + "border_variant": "#2a283e", + "border_focused": "#c4a7e7", + "border_selected": "#c4a7e7", + "border_transparent": "#00000000", + "border_disabled": "#6e6a86", + "ring": "#c4a7e7", + "text": "#e0def4", + "text_muted": "#908caa", + "text_placeholder": "#6e6a86", + "text_accent": "#c4a7e7", + "icon": "#e0def4", + "icon_muted": "#908caa", + "icon_accent": "#c4a7e7", + "element_foreground": "#232136", + "element_background": "#c4a7e7", + "element_hover": "#c4a7e7e6", + "element_active": "#b097d0", + "element_selected": "#9d87b9", + "element_disabled": "#c4a7e74d", + "secondary_foreground": "#9d87b9", + "secondary_background": "#2a273f", + "secondary_hover": "#c4a7e733", + "secondary_active": "#393552", + "secondary_selected": "#393552", + "secondary_disabled": "#c4a7e74d", + "danger_foreground": "#232136", + "danger_background": "#eb6f92", + "danger_hover": "#eb6f92e6", + "danger_active": "#d46483", + "danger_selected": "#bd5974", + "danger_disabled": "#eb6f924d", + "warning_foreground": "#232136", + "warning_background": "#f6c177", + "warning_hover": "#f6c177e6", + "warning_active": "#ddae6b", + "warning_selected": "#c49b5f", + "warning_disabled": "#f6c1774d", + "ghost_element_background": "#00000000", + "ghost_element_background_alt": "#393552", + "ghost_element_hover": "#e0def433", + "ghost_element_active": "#44415a", + "ghost_element_selected": "#44415a", + "ghost_element_disabled": "#e0def40d", + "tab_inactive_background": "#2a273f", + "tab_inactive_foreground": "#908caa", + "tab_active_background": "#232136", + "tab_active_foreground": "#e0def4", + "tab_hover_foreground": "#c4a7e7", + "scrollbar_thumb_background": "#e0def433", + "scrollbar_thumb_hover_background": "#e0def44d", + "scrollbar_thumb_border": "#00000000", + "scrollbar_track_background": "#00000000", + "scrollbar_track_border": "#2a283e", + "drop_target_background": "#c4a7e71a", + "cursor": "#9ccfd8", + "selection": "#9ccfd840" + } +} diff --git a/assets/themes/rose-pine.json b/assets/themes/rose-pine.json new file mode 100644 index 0000000..2299ae0 --- /dev/null +++ b/assets/themes/rose-pine.json @@ -0,0 +1,140 @@ +{ + "id": "rose-pine", + "name": "Rosé Pine", + "author": "Rosé Pine", + "url": "https://rosepinetheme.com", + "light": { + "background": "#191724", + "surface_background": "#1f1d2e", + "elevated_surface_background": "#26233a", + "panel_background": "#191724", + "overlay": "#e0def41a", + "title_bar": "#1f1d2e", + "title_bar_inactive": "#191724", + "window_border": "#524f67", + "border": "#403d52", + "border_variant": "#21202e", + "border_focused": "#c4a7e7", + "border_selected": "#c4a7e7", + "border_transparent": "#00000000", + "border_disabled": "#6e6a86", + "ring": "#c4a7e7", + "text": "#e0def4", + "text_muted": "#908caa", + "text_placeholder": "#6e6a86", + "text_accent": "#c4a7e7", + "icon": "#e0def4", + "icon_muted": "#908caa", + "icon_accent": "#c4a7e7", + "element_foreground": "#191724", + "element_background": "#c4a7e7", + "element_hover": "#c4a7e7e6", + "element_active": "#b097d0", + "element_selected": "#9d87b9", + "element_disabled": "#c4a7e74d", + "secondary_foreground": "#9d87b9", + "secondary_background": "#1f1d2e", + "secondary_hover": "#c4a7e733", + "secondary_active": "#26233a", + "secondary_selected": "#26233a", + "secondary_disabled": "#c4a7e74d", + "danger_foreground": "#191724", + "danger_background": "#eb6f92", + "danger_hover": "#eb6f92e6", + "danger_active": "#d46483", + "danger_selected": "#bd5974", + "danger_disabled": "#eb6f924d", + "warning_foreground": "#191724", + "warning_background": "#f6c177", + "warning_hover": "#f6c177e6", + "warning_active": "#ddae6b", + "warning_selected": "#c49b5f", + "warning_disabled": "#f6c1774d", + "ghost_element_background": "#00000000", + "ghost_element_background_alt": "#26233a", + "ghost_element_hover": "#e0def433", + "ghost_element_active": "#403d52", + "ghost_element_selected": "#403d52", + "ghost_element_disabled": "#e0def40d", + "tab_inactive_background": "#1f1d2e", + "tab_inactive_foreground": "#908caa", + "tab_active_background": "#191724", + "tab_active_foreground": "#e0def4", + "tab_hover_foreground": "#c4a7e7", + "scrollbar_thumb_background": "#e0def433", + "scrollbar_thumb_hover_background": "#e0def44d", + "scrollbar_thumb_border": "#00000000", + "scrollbar_track_background": "#00000000", + "scrollbar_track_border": "#21202e", + "drop_target_background": "#c4a7e71a", + "cursor": "#9ccfd8", + "selection": "#9ccfd840" + }, + "dark": { + "background": "#191724", + "surface_background": "#1f1d2e", + "elevated_surface_background": "#26233a", + "panel_background": "#191724", + "overlay": "#e0def41a", + "title_bar": "#1f1d2e", + "title_bar_inactive": "#191724", + "window_border": "#524f67", + "border": "#403d52", + "border_variant": "#21202e", + "border_focused": "#c4a7e7", + "border_selected": "#c4a7e7", + "border_transparent": "#00000000", + "border_disabled": "#6e6a86", + "ring": "#c4a7e7", + "text": "#e0def4", + "text_muted": "#908caa", + "text_placeholder": "#6e6a86", + "text_accent": "#c4a7e7", + "icon": "#e0def4", + "icon_muted": "#908caa", + "icon_accent": "#c4a7e7", + "element_foreground": "#191724", + "element_background": "#c4a7e7", + "element_hover": "#c4a7e7e6", + "element_active": "#b097d0", + "element_selected": "#9d87b9", + "element_disabled": "#c4a7e74d", + "secondary_foreground": "#9d87b9", + "secondary_background": "#1f1d2e", + "secondary_hover": "#c4a7e733", + "secondary_active": "#26233a", + "secondary_selected": "#26233a", + "secondary_disabled": "#c4a7e74d", + "danger_foreground": "#191724", + "danger_background": "#eb6f92", + "danger_hover": "#eb6f92e6", + "danger_active": "#d46483", + "danger_selected": "#bd5974", + "danger_disabled": "#eb6f924d", + "warning_foreground": "#191724", + "warning_background": "#f6c177", + "warning_hover": "#f6c177e6", + "warning_active": "#ddae6b", + "warning_selected": "#c49b5f", + "warning_disabled": "#f6c1774d", + "ghost_element_background": "#00000000", + "ghost_element_background_alt": "#26233a", + "ghost_element_hover": "#e0def433", + "ghost_element_active": "#403d52", + "ghost_element_selected": "#403d52", + "ghost_element_disabled": "#e0def40d", + "tab_inactive_background": "#1f1d2e", + "tab_inactive_foreground": "#908caa", + "tab_active_background": "#191724", + "tab_active_foreground": "#e0def4", + "tab_hover_foreground": "#c4a7e7", + "scrollbar_thumb_background": "#e0def433", + "scrollbar_thumb_hover_background": "#e0def44d", + "scrollbar_thumb_border": "#00000000", + "scrollbar_track_background": "#00000000", + "scrollbar_track_border": "#21202e", + "drop_target_background": "#c4a7e71a", + "cursor": "#9ccfd8", + "selection": "#9ccfd840" + } +}