mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
add new theme
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
# Rainy-Night
|
||||||
|
- Install
|
||||||
|
```bash
|
||||||
|
omarchy-theme-install https://github.com/atif-1402/omarchy-rainynight-theme.git
|
||||||
|
```
|
||||||
|
|
||||||
|
<img width="1366" height="768" alt="image" src="https://github.com/user-attachments/assets/69fc99b8-d387-43a9-b0e8-47231c7379c4" />
|
||||||
|
<img width="1366" height="768" alt="image" src="https://github.com/user-attachments/assets/c22416db-8bfc-46b6-8e2b-06d82f3e70ef" />
|
||||||
|
<img width="1366" height="768" alt="image" src="https://github.com/user-attachments/assets/919139ab-baef-4084-8ca6-dba9f56287a5" />
|
||||||
@@ -0,0 +1,190 @@
|
|||||||
|
/* Aether Theme Override Template
|
||||||
|
* This file is automatically generated and copied to ~/.config/aether/theme.override.css
|
||||||
|
* when you apply a theme in Aether.
|
||||||
|
*
|
||||||
|
* Generated from palette colors selected in Aether
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Dynamic Color Palette */
|
||||||
|
@define-color background #1e1e2e;
|
||||||
|
@define-color foreground #cdd6f4;
|
||||||
|
|
||||||
|
@define-color color0 #45475a;
|
||||||
|
@define-color color1 #f38ba8;
|
||||||
|
@define-color color2 #a6e3a1;
|
||||||
|
@define-color color3 #f9e2af;
|
||||||
|
@define-color color4 #89b4fa;
|
||||||
|
@define-color color5 #cba6f7;
|
||||||
|
@define-color color6 #94e2d5;
|
||||||
|
@define-color color7 #bac2de;
|
||||||
|
@define-color color8 #585b70;
|
||||||
|
@define-color color9 #f38ba8;
|
||||||
|
@define-color color10 #a6e3a1;
|
||||||
|
@define-color color11 #f9e2af;
|
||||||
|
@define-color color12 #89b4fa;
|
||||||
|
@define-color color13 #cba6f7;
|
||||||
|
@define-color color14 #94e2d5;
|
||||||
|
@define-color color15 #cdd6f4;
|
||||||
|
|
||||||
|
/* Base GTK theme variables */
|
||||||
|
@define-color theme_bg_color @background;
|
||||||
|
@define-color theme_fg_color @foreground;
|
||||||
|
@define-color theme_base_color @background;
|
||||||
|
@define-color theme_text_color @foreground;
|
||||||
|
@define-color theme_selected_bg_color @color4;
|
||||||
|
@define-color theme_selected_fg_color @background;
|
||||||
|
@define-color insensitive_bg_color alpha(@background, 0.5);
|
||||||
|
@define-color insensitive_fg_color alpha(@foreground, 0.5);
|
||||||
|
@define-color insensitive_base_color @background;
|
||||||
|
@define-color theme_unfocused_bg_color @background;
|
||||||
|
@define-color theme_unfocused_fg_color @foreground;
|
||||||
|
@define-color theme_unfocused_base_color @background;
|
||||||
|
@define-color theme_unfocused_text_color @foreground;
|
||||||
|
@define-color theme_unfocused_selected_bg_color @color4;
|
||||||
|
@define-color theme_unfocused_selected_fg_color @background;
|
||||||
|
|
||||||
|
/* Adwaita Color Overrides */
|
||||||
|
@define-color accent_bg_color @color4;
|
||||||
|
@define-color accent_fg_color @color15;
|
||||||
|
@define-color accent_color @color6;
|
||||||
|
|
||||||
|
@define-color window_bg_color @background;
|
||||||
|
@define-color window_fg_color @foreground;
|
||||||
|
|
||||||
|
/* Sidebar background and content */
|
||||||
|
@define-color view_bg_color @background;
|
||||||
|
@define-color view_fg_color @foreground;
|
||||||
|
@define-color sidebar_bg_color @background;
|
||||||
|
@define-color sidebar_fg_color @foreground;
|
||||||
|
@define-color sidebar_backdrop_color @background;
|
||||||
|
@define-color sidebar_shade_color @background;
|
||||||
|
|
||||||
|
@define-color headerbar_bg_color alpha(@foreground, 0.05);
|
||||||
|
@define-color headerbar_fg_color @foreground;
|
||||||
|
@define-color headerbar_backdrop_color @background;
|
||||||
|
@define-color headerbar_shade_color @background;
|
||||||
|
@define-color headerbar_border_color alpha(@foreground, 0.15);
|
||||||
|
|
||||||
|
@define-color card_bg_color alpha(@foreground, 0.03);
|
||||||
|
@define-color card_fg_color @foreground;
|
||||||
|
@define-color card_shade_color @background;
|
||||||
|
|
||||||
|
@define-color thumbnail_bg_color @background;
|
||||||
|
@define-color thumbnail_fg_color @foreground;
|
||||||
|
|
||||||
|
@define-color shade_color @background;
|
||||||
|
@define-color scrollbar_outline_color @background;
|
||||||
|
|
||||||
|
@define-color popover_bg_color @background;
|
||||||
|
@define-color popover_fg_color @foreground;
|
||||||
|
|
||||||
|
@define-color dialog_bg_color @background;
|
||||||
|
@define-color dialog_fg_color @foreground;
|
||||||
|
|
||||||
|
@define-color destructive_bg_color @color1;
|
||||||
|
@define-color destructive_fg_color @color15;
|
||||||
|
|
||||||
|
@define-color success_bg_color @color2;
|
||||||
|
@define-color success_fg_color @color15;
|
||||||
|
|
||||||
|
@define-color warning_bg_color @color3;
|
||||||
|
@define-color warning_fg_color @color15;
|
||||||
|
|
||||||
|
@define-color error_bg_color @color1;
|
||||||
|
@define-color error_fg_color @color15;
|
||||||
|
|
||||||
|
@define-color borders alpha(@foreground, 0.15);
|
||||||
|
|
||||||
|
/* Additional bg/fg color variables */
|
||||||
|
@define-color window_backdrop_color @background;
|
||||||
|
@define-color view_backdrop_color @background;
|
||||||
|
|
||||||
|
@define-color menu_bg_color @background;
|
||||||
|
@define-color menu_fg_color @foreground;
|
||||||
|
|
||||||
|
@define-color entry_bg_color alpha(@foreground, 0.03);
|
||||||
|
@define-color entry_fg_color @foreground;
|
||||||
|
|
||||||
|
@define-color button_bg_color alpha(@foreground, 0.05);
|
||||||
|
@define-color button_fg_color @foreground;
|
||||||
|
|
||||||
|
@define-color tooltip_bg_color @background;
|
||||||
|
@define-color tooltip_fg_color @foreground;
|
||||||
|
@define-color tooltip_border_color alpha(@foreground, 0.15);
|
||||||
|
|
||||||
|
@define-color osd_bg_color @background;
|
||||||
|
@define-color osd_fg_color @foreground;
|
||||||
|
@define-color osd_border_color alpha(@foreground, 0.15);
|
||||||
|
|
||||||
|
@define-color filechooser_bg_color @background;
|
||||||
|
@define-color filechooser_fg_color @foreground;
|
||||||
|
|
||||||
|
@define-color nautilus_window_bg_color @background;
|
||||||
|
@define-color nautilus_window_fg_color @foreground;
|
||||||
|
|
||||||
|
/* Portal/native dialog colors */
|
||||||
|
@define-color portal_bg_color @background;
|
||||||
|
@define-color portal_fg_color @foreground;
|
||||||
|
|
||||||
|
/* Gtk.FileDialog uses these in GTK4 */
|
||||||
|
@define-color filedialog_bg_color @background;
|
||||||
|
@define-color filedialog_fg_color @foreground;
|
||||||
|
|
||||||
|
/* Dropdown/ComboBox colors */
|
||||||
|
@define-color dropdown_bg_color @background;
|
||||||
|
@define-color dropdown_fg_color @foreground;
|
||||||
|
@define-color dropdown_hover_bg_color alpha(@color4, 0.3);
|
||||||
|
@define-color dropdown_selected_bg_color @color4;
|
||||||
|
@define-color dropdown_selected_fg_color @background;
|
||||||
|
|
||||||
|
/* Pathbar/Breadcrumb colors */
|
||||||
|
@define-color pathbar_bg_color @background;
|
||||||
|
@define-color pathbar_fg_color @foreground;
|
||||||
|
|
||||||
|
/* Toolbar colors */
|
||||||
|
@define-color toolbar_bg_color @background;
|
||||||
|
@define-color toolbar_fg_color @foreground;
|
||||||
|
|
||||||
|
/* Notebook/Tab colors */
|
||||||
|
@define-color notebook_bg_color @background;
|
||||||
|
@define-color notebook_fg_color @foreground;
|
||||||
|
|
||||||
|
/* Scrollbar colors */
|
||||||
|
@define-color scrollbar_slider_color alpha(@foreground, 0.3);
|
||||||
|
@define-color scrollbar_slider_hover_color alpha(@foreground, 0.5);
|
||||||
|
@define-color scrollbar_slider_active_color @foreground;
|
||||||
|
|
||||||
|
/* Treeview/Listview colors */
|
||||||
|
@define-color treeview_bg_color @background;
|
||||||
|
@define-color treeview_fg_color @foreground;
|
||||||
|
|
||||||
|
/* Link colors */
|
||||||
|
@define-color link_color @color4;
|
||||||
|
@define-color link_visited_color @color5;
|
||||||
|
|
||||||
|
/* Selection colors (for text selection, etc) */
|
||||||
|
@define-color selection_bg_color @color4;
|
||||||
|
@define-color selection_fg_color @background;
|
||||||
|
|
||||||
|
/* Content view (file browser grid/list) */
|
||||||
|
@define-color content_view_bg @background;
|
||||||
|
@define-color content_view_fg @foreground;
|
||||||
|
|
||||||
|
/* Placeholder text in entries */
|
||||||
|
@define-color placeholder_text_color alpha(@foreground, 0.5);
|
||||||
|
|
||||||
|
/* Dim label */
|
||||||
|
@define-color dim_label_color alpha(@foreground, 0.55);
|
||||||
|
|
||||||
|
|
||||||
|
/* SVG Icons - recolor to match foreground text */
|
||||||
|
.svg-icon {
|
||||||
|
filter: invert(79%) sepia(18%) saturate(611%) hue-rotate(192deg)
|
||||||
|
brightness(103%) contrast(94%);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Sharp corners, Hyprland-inspired */
|
||||||
|
* {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
[colors]
|
||||||
|
[colors.primary]
|
||||||
|
background = "#1e1e2e"
|
||||||
|
foreground = "#cdd6f4"
|
||||||
|
|
||||||
|
[colors.normal]
|
||||||
|
black = "#45475a"
|
||||||
|
red = "#f38ba8"
|
||||||
|
green = "#a6e3a1"
|
||||||
|
yellow = "#f9e2af"
|
||||||
|
blue = "#89b4fa"
|
||||||
|
magenta = "#cba6f7"
|
||||||
|
cyan = "#94e2d5"
|
||||||
|
white = "#bac2de"
|
||||||
|
|
||||||
|
[colors.bright]
|
||||||
|
black = "#585b70"
|
||||||
|
red = "#f38ba8"
|
||||||
|
green = "#a6e3a1"
|
||||||
|
yellow = "#f9e2af"
|
||||||
|
blue = "#89b4fa"
|
||||||
|
magenta = "#cba6f7"
|
||||||
|
cyan = "#94e2d5"
|
||||||
|
white = "#cdd6f4"
|
||||||
|
|
||||||
|
[colors.cursor]
|
||||||
|
text = "#1e1e2e"
|
||||||
|
cursor = "#cdd6f4"
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 191 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.3 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.8 MiB |
@@ -0,0 +1,69 @@
|
|||||||
|
# ────────────────────────────────────────────────────────────
|
||||||
|
# BTOP THEME — Rainy Night City (matches your wallpaper)
|
||||||
|
# ────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
# Transparent / dark night background
|
||||||
|
theme[main_bg]="#1e2030"
|
||||||
|
|
||||||
|
# Main text – soft grey-blue (city lights)
|
||||||
|
theme[main_fg]="#cdd3e1"
|
||||||
|
|
||||||
|
# Titles – light blue highlight (lamp glow)
|
||||||
|
theme[title]="#d6e7ff"
|
||||||
|
|
||||||
|
# Highlight text – muted light grey-blue
|
||||||
|
theme[hi_fg]="#bfc6d4"
|
||||||
|
|
||||||
|
# Selected row – deeper night shade
|
||||||
|
theme[selected_bg]="#14151f"
|
||||||
|
|
||||||
|
# Selected row text – bright white-blue
|
||||||
|
theme[selected_fg]="#e8f1ff"
|
||||||
|
|
||||||
|
# Inactive/dim text – distant-building grey
|
||||||
|
theme[inactive_fg]="#7d8291"
|
||||||
|
|
||||||
|
# Misc text – light city grey
|
||||||
|
theme[proc_misc]="#bfc6d4"
|
||||||
|
|
||||||
|
# Box outlines – subtle bluish-grey (window frame color)
|
||||||
|
theme[cpu_box]="#292b3b"
|
||||||
|
theme[mem_box]="#292b3b"
|
||||||
|
theme[net_box]="#292b3b"
|
||||||
|
theme[proc_box]="#292b3b"
|
||||||
|
|
||||||
|
# Divider lines – same subtle outline tone
|
||||||
|
theme[div_line]="#292b3b"
|
||||||
|
|
||||||
|
# Graph gradients – smooth blue-grey (rain & neon reflections)
|
||||||
|
theme[temp_start]="#4a4f65"
|
||||||
|
theme[temp_mid]="#8c92a3"
|
||||||
|
theme[temp_end]="#d6e7ff"
|
||||||
|
|
||||||
|
theme[cpu_start]="#4a4f65"
|
||||||
|
theme[cpu_mid]="#8c92a3"
|
||||||
|
theme[cpu_end]="#d6e7ff"
|
||||||
|
|
||||||
|
theme[free_start]="#4a4f65"
|
||||||
|
theme[free_mid]="#8c92a3"
|
||||||
|
theme[free_end]="#d6e7ff"
|
||||||
|
|
||||||
|
theme[cached_start]="#4a4f65"
|
||||||
|
theme[cached_mid]="#8c92a3"
|
||||||
|
theme[cached_end]="#d6e7ff"
|
||||||
|
|
||||||
|
theme[available_start]="#4a4f65"
|
||||||
|
theme[available_mid]="#8c92a3"
|
||||||
|
theme[available_end]="#d6e7ff"
|
||||||
|
|
||||||
|
theme[used_start]="#4a4f65"
|
||||||
|
theme[used_mid]="#8c92a3"
|
||||||
|
theme[used_end]="#d6e7ff"
|
||||||
|
|
||||||
|
theme[download_start]="#4a4f65"
|
||||||
|
theme[download_mid]="#8c92a3"
|
||||||
|
theme[download_end]="#d6e7ff"
|
||||||
|
|
||||||
|
theme[upload_start]="#4a4f65"
|
||||||
|
theme[upload_mid]="#8c92a3"
|
||||||
|
theme[upload_end]="#d6e7ff"
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
[color]
|
||||||
|
gradient = 1
|
||||||
|
gradient_count = 8
|
||||||
|
gradient_color_1 = '#91e3e1'
|
||||||
|
gradient_color_2 = '#a7aaaf'
|
||||||
|
gradient_color_3 = '#d7d8db'
|
||||||
|
gradient_color_4 = '#e382d2'
|
||||||
|
gradient_color_5 = '#f6cbee'
|
||||||
|
gradient_color_6 = '#d9f7f6'
|
||||||
|
gradient_color_7 = '#f6cbee'
|
||||||
|
gradient_color_8 = '#91e3e1'
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
30, 32, 48
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
accent = "#89b4fa"
|
||||||
|
cursor = "#cdd6f4"
|
||||||
|
foreground = "#cdd6f4"
|
||||||
|
background = "#1e1e2e"
|
||||||
|
selection_foreground = "#e8f1ff"
|
||||||
|
selection_background = "#292b3b"
|
||||||
|
|
||||||
|
color0 = "#45475a"
|
||||||
|
color1 = "#f38ba8"
|
||||||
|
color2 = "#a6e3a1"
|
||||||
|
color3 = "#f9e2af"
|
||||||
|
color4 = "#89b4fa"
|
||||||
|
color5 = "#cba6f7"
|
||||||
|
color6 = "#94e2d5"
|
||||||
|
color7 = "#bac2de"
|
||||||
|
color8 = "#585b70"
|
||||||
|
color9 = "#f38ba8"
|
||||||
|
color10 = "#a6e3a1"
|
||||||
|
color11 = "#f9e2af"
|
||||||
|
color12 = "#89b4fa"
|
||||||
|
color13 = "#cba6f7"
|
||||||
|
color14 = "#94e2d5"
|
||||||
|
color15 = "#cdd6f4"
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
# Background and foreground colors
|
||||||
|
background = #1e1e2e
|
||||||
|
foreground = #cdd6f4
|
||||||
|
|
||||||
|
# Standard colors
|
||||||
|
palette = 0=#45475a
|
||||||
|
palette = 1=#f38ba8
|
||||||
|
palette = 2=#a6e3a1
|
||||||
|
palette = 3=#f9e2af
|
||||||
|
palette = 4=#89b4fa
|
||||||
|
palette = 5=#cba6f7
|
||||||
|
palette = 6=#94e2d5
|
||||||
|
palette = 7=#bac2de
|
||||||
|
|
||||||
|
# Bright colors
|
||||||
|
palette = 8=#585b70
|
||||||
|
palette = 9=#f38ba8
|
||||||
|
palette = 10=#a6e3a1
|
||||||
|
palette = 11=#f9e2af
|
||||||
|
palette = 12=#89b4fa
|
||||||
|
palette = 13=#cba6f7
|
||||||
|
palette = 14=#94e2d5
|
||||||
|
palette = 15=#cdd6f4
|
||||||
@@ -0,0 +1,166 @@
|
|||||||
|
@define-color background #160D16;
|
||||||
|
@define-color foreground #fef9f3;
|
||||||
|
@define-color black #160D16;
|
||||||
|
@define-color red #fe4d2a;
|
||||||
|
@define-color green #83bc7b;
|
||||||
|
@define-color yellow #f7f24f;
|
||||||
|
@define-color blue #a7aaaf;
|
||||||
|
@define-color magenta #e382d2;
|
||||||
|
@define-color cyan #91e3e1;
|
||||||
|
@define-color white #F6C9A0;
|
||||||
|
@define-color bright_black #4d3c4d;
|
||||||
|
@define-color bright_red #ff9985;
|
||||||
|
@define-color bright_green #bbddb6;
|
||||||
|
@define-color bright_yellow #fffca3;
|
||||||
|
@define-color bright_blue #d7d8db;
|
||||||
|
@define-color bright_magenta #f6cbee;
|
||||||
|
@define-color bright_cyan #d9f7f6;
|
||||||
|
@define-color bright_white #fef9f3;
|
||||||
|
|
||||||
|
@define-color accent_bg_color @blue;
|
||||||
|
@define-color accent_fg_color @background;
|
||||||
|
@define-color accent_color @cyan;
|
||||||
|
|
||||||
|
@define-color window_bg_color @background;
|
||||||
|
@define-color window_fg_color @foreground;
|
||||||
|
|
||||||
|
@define-color view_bg_color @black;
|
||||||
|
@define-color view_fg_color @foreground;
|
||||||
|
@define-color sidebar_bg_color @black;
|
||||||
|
@define-color sidebar_fg_color @foreground;
|
||||||
|
@define-color sidebar_backdrop_color @black;
|
||||||
|
@define-color sidebar_shade_color @black;
|
||||||
|
|
||||||
|
@define-color headerbar_bg_color @background;
|
||||||
|
@define-color headerbar_fg_color @foreground;
|
||||||
|
@define-color headerbar_backdrop_color @black;
|
||||||
|
@define-color headerbar_shade_color @black;
|
||||||
|
@define-color card_bg_color @background;
|
||||||
|
@define-color card_fg_color @foreground;
|
||||||
|
|
||||||
|
@define-color popover_bg_color @black;
|
||||||
|
@define-color popover_fg_color @foreground;
|
||||||
|
|
||||||
|
@define-color destructive_bg_color @red;
|
||||||
|
@define-color destructive_fg_color @background;
|
||||||
|
|
||||||
|
@define-color success_bg_color @green;
|
||||||
|
@define-color success_fg_color @background;
|
||||||
|
|
||||||
|
@define-color warning_bg_color @yellow;
|
||||||
|
@define-color warning_fg_color @background;
|
||||||
|
|
||||||
|
@define-color error_bg_color @red;
|
||||||
|
@define-color error_fg_color @background;
|
||||||
|
|
||||||
|
@define-color dialog_bg_color @background;
|
||||||
|
@define-color dialog_fg_color @foreground;
|
||||||
|
|
||||||
|
@define-color borders alpha(@foreground, 0.1);
|
||||||
|
|
||||||
|
@define-color theme_fg_color @foreground;
|
||||||
|
@define-color theme_text_color @foreground;
|
||||||
|
@define-color theme_bg_color @background;
|
||||||
|
@define-color theme_base_color @black;
|
||||||
|
@define-color theme_selected_bg_color @blue;
|
||||||
|
@define-color theme_selected_fg_color @background;
|
||||||
|
@define-color insensitive_bg_color @background;
|
||||||
|
@define-color insensitive_fg_color @bright_black;
|
||||||
|
@define-color insensitive_base_color @black;
|
||||||
|
@define-color theme_unfocused_fg_color @foreground;
|
||||||
|
@define-color theme_unfocused_text_color @foreground;
|
||||||
|
@define-color theme_unfocused_bg_color @background;
|
||||||
|
@define-color theme_unfocused_base_color @black;
|
||||||
|
@define-color theme_unfocused_selected_bg_color @blue;
|
||||||
|
@define-color theme_unfocused_selected_fg_color @background;
|
||||||
|
@define-color unfocused_insensitive_color @bright_black;
|
||||||
|
@define-color unfocused_borders alpha(@foreground, 0.1);
|
||||||
|
@define-color warning_color @yellow;
|
||||||
|
@define-color error_color @red;
|
||||||
|
@define-color success_color @green;
|
||||||
|
@define-color destructive_color @red;
|
||||||
|
|
||||||
|
@define-color content_view_bg @black;
|
||||||
|
@define-color text_view_bg @black;
|
||||||
|
|
||||||
|
messagedialog {
|
||||||
|
background-color: @dialog_bg_color;
|
||||||
|
}
|
||||||
|
|
||||||
|
messagedialog label {
|
||||||
|
color: @dialog_fg_color;
|
||||||
|
font-size: 14pt;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
messagedialog .secondary-text {
|
||||||
|
font-size: 10pt;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
messagedialog button {
|
||||||
|
background-color: @black;
|
||||||
|
color: @foreground;
|
||||||
|
border: 1px solid @bright_black;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
messagedialog button:hover {
|
||||||
|
background-color: @blue;
|
||||||
|
}
|
||||||
|
|
||||||
|
banner revealer widget {
|
||||||
|
background: @bright_black;
|
||||||
|
padding: 5px;
|
||||||
|
color: @foreground;
|
||||||
|
}
|
||||||
|
|
||||||
|
alertdialog.background {
|
||||||
|
background-color: @dialog_bg_color;
|
||||||
|
color: @dialog_fg_color;
|
||||||
|
}
|
||||||
|
|
||||||
|
alertdialog .titlebar {
|
||||||
|
background-color: @headerbar_bg_color;
|
||||||
|
color: @headerbar_fg_color;
|
||||||
|
}
|
||||||
|
|
||||||
|
alertdialog box {
|
||||||
|
background-color: @dialog_bg_color;
|
||||||
|
}
|
||||||
|
|
||||||
|
alertdialog label {
|
||||||
|
color: @dialog_fg_color;
|
||||||
|
}
|
||||||
|
|
||||||
|
filechooser .dialog-action-box {
|
||||||
|
border-top: 1px solid @bright_black;
|
||||||
|
}
|
||||||
|
|
||||||
|
filechooser .dialog-action-box:backdrop {
|
||||||
|
border-top-color: @black;
|
||||||
|
}
|
||||||
|
|
||||||
|
filechooser #pathbarbox {
|
||||||
|
border-bottom: 1px solid @bright_black;
|
||||||
|
}
|
||||||
|
|
||||||
|
filechooserbutton:drop(active) {
|
||||||
|
box-shadow: none;
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
toast {
|
||||||
|
background-color: @black;
|
||||||
|
color: @foreground;
|
||||||
|
}
|
||||||
|
|
||||||
|
toast button.circular.flat.image-button:hover {
|
||||||
|
color: @background;
|
||||||
|
background-color: @red;
|
||||||
|
}
|
||||||
|
|
||||||
|
.svg-icon {
|
||||||
|
filter: invert(79%) sepia(18%) saturate(611%) hue-rotate(192deg)
|
||||||
|
brightness(103%) contrast(94%);
|
||||||
|
}
|
||||||
@@ -0,0 +1,62 @@
|
|||||||
|
# ────────────────────────────────────────────────────────────
|
||||||
|
# Omarchy Theme for Hyprland
|
||||||
|
# ────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
general {
|
||||||
|
col.active_border = rgb(303463)
|
||||||
|
col.inactive_border = rgb(1a1b26)
|
||||||
|
border_size = 2
|
||||||
|
gaps_in = 2
|
||||||
|
gaps_out = 4
|
||||||
|
}
|
||||||
|
|
||||||
|
animations {
|
||||||
|
enabled = yes
|
||||||
|
bezier = calm, 0.25, 0.9, 0.35, 1
|
||||||
|
animation = windows, 1, 4, calm
|
||||||
|
animation = windowsIn, 1, 4, calm
|
||||||
|
animation = windowsOut, 1, 3, calm
|
||||||
|
animation = windowsMove, 1, 4, calm
|
||||||
|
animation = fade, 1, 3, calm
|
||||||
|
animation = fadeIn, 1, 3, calm
|
||||||
|
animation = fadeOut, 1, 2, calm
|
||||||
|
animation = layers, 1, 3, calm
|
||||||
|
animation = layersIn, 1, 3, calm
|
||||||
|
animation = layersOut, 1, 2, calm
|
||||||
|
animation = workspaces, 1, 4, calm
|
||||||
|
}
|
||||||
|
|
||||||
|
decoration {
|
||||||
|
rounding = 14
|
||||||
|
shadow {
|
||||||
|
enabled = false
|
||||||
|
range = 15
|
||||||
|
render_power = 5
|
||||||
|
offset = 0 0
|
||||||
|
}
|
||||||
|
blur {
|
||||||
|
enabled = true
|
||||||
|
size = 1
|
||||||
|
passes = 4
|
||||||
|
contrast = 1.1
|
||||||
|
brightness = 1.1
|
||||||
|
vibrancy = 0.2
|
||||||
|
vibrancy_darkness = 0.2
|
||||||
|
noise = 0.03
|
||||||
|
ignore_opacity = true
|
||||||
|
new_optimizations = on
|
||||||
|
}
|
||||||
|
active_opacity = 0.93
|
||||||
|
inactive_opacity = 0.92
|
||||||
|
fullscreen_opacity = 1.0
|
||||||
|
}
|
||||||
|
|
||||||
|
layerrule = blur on, match:namespace walker
|
||||||
|
layerrule = ignore_alpha 0, match:namespace walker
|
||||||
|
layerrule = blur on, match:namespace waybar
|
||||||
|
layerrule = blur on, match:namespace notifications
|
||||||
|
layerrule = ignore_alpha 0, match:namespace notifications
|
||||||
|
layerrule = blur on, match:namespace vicinae
|
||||||
|
layerrule = blur on, match:namespace swayosd
|
||||||
|
layerrule = ignore_alpha 0.1, match:namespace waybar
|
||||||
|
layerrule = ignore_alpha 0.1, match:namespace vicinae
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
$color = rgba(30, 30, 46, 1)
|
||||||
|
$inner_color = rgba(30, 30, 46, 0.66)
|
||||||
|
$outer_color = rgba(203, 166, 247, 1)
|
||||||
|
$font_color = rgba(205, 214, 244, 1)
|
||||||
|
$placeholder_color = rgba(205, 214, 244, 0.7)
|
||||||
|
$check_color = rgba(148, 226, 213, 1)
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Yaru-magenta
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
ff00ff
|
||||||
@@ -0,0 +1,36 @@
|
|||||||
|
# ─────────────────────────────
|
||||||
|
# Kitty Theme — Rainy Night City
|
||||||
|
# ─────────────────────────────
|
||||||
|
|
||||||
|
background #1e2030
|
||||||
|
foreground #cdd3e1
|
||||||
|
cursor #d6e7ff
|
||||||
|
selection_background #292b3b
|
||||||
|
selection_foreground #e8f1ff
|
||||||
|
|
||||||
|
# Normal colors
|
||||||
|
color0 #14151f
|
||||||
|
color1 #bfc6d4
|
||||||
|
color2 #6e8fb2
|
||||||
|
color3 #8c92a3
|
||||||
|
color4 #a8b7d1
|
||||||
|
color5 #7687a0
|
||||||
|
color6 #bfc6d4
|
||||||
|
color7 #d6e7ff
|
||||||
|
|
||||||
|
# Bright colors
|
||||||
|
color8 #8c92a3
|
||||||
|
color9 #4a79a8
|
||||||
|
color10 #6e8fb2
|
||||||
|
color11 #8c92a3
|
||||||
|
color12 #a8b7d1
|
||||||
|
color13 #7687a0
|
||||||
|
color14 #bfc6d4
|
||||||
|
color15 #ffffff
|
||||||
|
|
||||||
|
# Borders
|
||||||
|
active_border_color #d6e7ff
|
||||||
|
inactive_border_color #292b3b
|
||||||
|
bell_border_color #4a79a8
|
||||||
|
|
||||||
|
cursor_trail 1
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
text-color=#ffffff
|
||||||
|
border-color=#434343
|
||||||
|
background-color=#1a1a1acc
|
||||||
|
default-timeout=4000
|
||||||
|
width=360
|
||||||
|
height=80
|
||||||
|
padding=8
|
||||||
|
margin=8
|
||||||
|
border-size=2
|
||||||
|
border-radius=16
|
||||||
|
outer-margin=10
|
||||||
|
anchor=top-right
|
||||||
|
layer=overlay
|
||||||
|
font=Space Grotesk 10
|
||||||
|
max-icon-size=25
|
||||||
|
|
||||||
|
|
||||||
|
[app-name=Spotify]
|
||||||
|
invisible=1
|
||||||
|
|
||||||
|
[mode=do-not-disturb]
|
||||||
|
invisible=true
|
||||||
|
|
||||||
|
[mode=do-not-disturb app-name=notify-send]
|
||||||
|
invisible=false
|
||||||
@@ -0,0 +1,44 @@
|
|||||||
|
return {
|
||||||
|
{
|
||||||
|
"bjarneo/aether.nvim",
|
||||||
|
name = "aether",
|
||||||
|
priority = 1000,
|
||||||
|
opts = {
|
||||||
|
disable_italics = false,
|
||||||
|
colors = {
|
||||||
|
-- Monotone shades
|
||||||
|
base00 = "#0d0f1a", -- Deep night background
|
||||||
|
base01 = "#161822", -- Slightly lighter (window frame tone)
|
||||||
|
base02 = "#1e2030", -- Selection / subtle contrast
|
||||||
|
base03 = "#555666", -- Comments / dim text
|
||||||
|
base04 = "#c7cbe0", -- Soft grey-blue foreground
|
||||||
|
base05 = "#d7dbf0", -- Default foreground (city lights reflection)
|
||||||
|
base06 = "#eef1ff", -- Light, desaturated text
|
||||||
|
base07 = "#ffffff", -- Pure white
|
||||||
|
|
||||||
|
-- Accent colors
|
||||||
|
base08 = "#d46a6a", -- Soft red lights / building signals
|
||||||
|
base09 = "#d89c66", -- Lamp-like warm orange
|
||||||
|
base0A = "#e0d27d", -- Muted yellow (street reflections)
|
||||||
|
base0B = "#7fa693", -- Desaturated green (books)
|
||||||
|
base0C = "#8ec7d6", -- Cyan light reflections on glass
|
||||||
|
base0D = "#8c92c8", -- Muted purple-blue (rainy sky tone)
|
||||||
|
base0E = "#bba5d6", -- Purple/neon signs
|
||||||
|
base0F = "#c9b88a", -- Soft brownish yellow (warm interior tone)
|
||||||
|
},
|
||||||
|
},
|
||||||
|
config = function(_, opts)
|
||||||
|
require("aether").setup(opts)
|
||||||
|
vim.cmd.colorscheme("aether")
|
||||||
|
|
||||||
|
-- Enable hot reload
|
||||||
|
require("aether.hotreload").setup()
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"LazyVim/LazyVim",
|
||||||
|
opts = {
|
||||||
|
colorscheme = "aether",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 960 KiB |
@@ -0,0 +1,52 @@
|
|||||||
|
@define-color background-color #000000;
|
||||||
|
@define-color border-color #434343;
|
||||||
|
@define-color label aliceblue;
|
||||||
|
@define-color image aliceblue;
|
||||||
|
@define-color progress aliceblue;
|
||||||
|
|
||||||
|
window {
|
||||||
|
background-color: transparent;
|
||||||
|
border: none;
|
||||||
|
border-radius: 999px;
|
||||||
|
padding: 0;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.osd,
|
||||||
|
osd,
|
||||||
|
osd {
|
||||||
|
background-color: alpha(@background-color, 0.4);
|
||||||
|
border: 1px solid @border-color;
|
||||||
|
border-radius: 9999px;
|
||||||
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
|
||||||
|
}
|
||||||
|
|
||||||
|
image {
|
||||||
|
color: @image;
|
||||||
|
-gtk-icon-size: 0px;
|
||||||
|
margin: 0 16px 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
label {
|
||||||
|
color: @label;
|
||||||
|
font-size: 8px;
|
||||||
|
font-weight: 400;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
progressbar {
|
||||||
|
border-radius: 999px;
|
||||||
|
padding-bottom:8px;
|
||||||
|
margin: 8px 0 0 0;
|
||||||
|
min-height: 5px;
|
||||||
|
min-width: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
progressbar trough {
|
||||||
|
background: alpha(@border-color, 0.15);
|
||||||
|
border-radius: 999px;
|
||||||
|
border: none;
|
||||||
|
min-height: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,42 @@
|
|||||||
|
/**
|
||||||
|
* @name Omarchy
|
||||||
|
* @author @bypass_
|
||||||
|
* @version 0.1.0
|
||||||
|
* @description Match Omarchy system theme.
|
||||||
|
* @source https://github.com/imbypass/base16-Discord
|
||||||
|
**/
|
||||||
|
@import url("https://imbypass.github.io/base16-discord/omarchy-discord.theme.css");
|
||||||
|
|
||||||
|
:root {
|
||||||
|
--color00: #160D16;
|
||||||
|
--color01: #160D16;
|
||||||
|
--color02: #160D16;
|
||||||
|
--color03: #F6C9A0;
|
||||||
|
--color04: #fef9f3;
|
||||||
|
--color05: #fef9f3;
|
||||||
|
--color06: #fef9f3;
|
||||||
|
--color07: #fef9f3;
|
||||||
|
--color08: #fef9f3;
|
||||||
|
--color09: #f7f24f;
|
||||||
|
--color10: #fffca3;
|
||||||
|
--color11: #83bc7b;
|
||||||
|
--color12: #91e3e1;
|
||||||
|
--color13: #a7aaaf;
|
||||||
|
--color14: #e382d2;
|
||||||
|
--color15: #f7f24f;
|
||||||
|
|
||||||
|
--font: "SF Pro Display";
|
||||||
|
--font-code: var(--font);
|
||||||
|
--font-primary: var(--font);
|
||||||
|
--font-display: var(--font);
|
||||||
|
--font-heading: var(--font);
|
||||||
|
|
||||||
|
--font-weight-light: 500;
|
||||||
|
--font-weight-normal: 550;
|
||||||
|
|
||||||
|
--font-weight-normal: 600;
|
||||||
|
--font-weight-light: 500;
|
||||||
|
--font-weight-medium: 600;
|
||||||
|
--font-weight-semibold: 800;
|
||||||
|
--font-weight-bold: 900;
|
||||||
|
}
|
||||||
@@ -0,0 +1,32 @@
|
|||||||
|
[meta]
|
||||||
|
version = 1
|
||||||
|
name = "Omarchy"
|
||||||
|
description = "Follow your Omarchy system theme."
|
||||||
|
variant = "dark"
|
||||||
|
inherits = "vicinae-dark"
|
||||||
|
icon = "/home/atif/.local/share/omarchy/icon.png"
|
||||||
|
|
||||||
|
[colors.core]
|
||||||
|
background = "#1e1e2e"
|
||||||
|
foreground = "#cdd6f4"
|
||||||
|
secondary_background = "#232333"
|
||||||
|
border = "#585b70"
|
||||||
|
accent = "#f9e2af"
|
||||||
|
|
||||||
|
[colors.list.item.hover]
|
||||||
|
background = "#282838"
|
||||||
|
foreground = "#cdd6f4"
|
||||||
|
|
||||||
|
[colors.list.item.selection]
|
||||||
|
background = "#2d2d3d"
|
||||||
|
foreground = "#cdd6f4"
|
||||||
|
|
||||||
|
[colors.accents]
|
||||||
|
blue = "#89b4fa"
|
||||||
|
green = "#a6e3a1"
|
||||||
|
magenta = "#f5c2e7"
|
||||||
|
orange = "#f9e2af"
|
||||||
|
purple = "#f5c2e7"
|
||||||
|
red = "#f38ba8"
|
||||||
|
yellow = "#f9e2af"
|
||||||
|
cyan = "#94e2d5"
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{}
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,46 @@
|
|||||||
|
@define-color selected-text #d6e7ff;
|
||||||
|
@define-color text #cdd3e1;
|
||||||
|
@define-color base #13141acc;
|
||||||
|
@define-color border #292b3b;
|
||||||
|
@define-color foreground #cdd3e1;
|
||||||
|
@define-color background #13141acc;
|
||||||
|
@define-color hover #8c92a3;
|
||||||
|
@define-color selected-box #4a79a8;
|
||||||
|
|
||||||
|
window .search-container,
|
||||||
|
window .search {
|
||||||
|
background: alpha(@base, 0.6);
|
||||||
|
box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
|
||||||
|
color: @foreground;
|
||||||
|
border: 1px solid alpha(@border, 1);
|
||||||
|
border-radius: 10px;
|
||||||
|
padding: 3px 16px;
|
||||||
|
margin-top: 1px;
|
||||||
|
font-size: 10px;
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
|
||||||
|
.box-wrapper {
|
||||||
|
border-radius: 28px;
|
||||||
|
}
|
||||||
|
|
||||||
|
child:selected {
|
||||||
|
border-radius: 10px;
|
||||||
|
background-color: alpha(@selected-box, 0.16);
|
||||||
|
box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
|
||||||
|
transition: background-color 0.22s cubic-bezier(0.22, 1, 0.36, 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
child:selected .item-box {
|
||||||
|
transition: transform 0.14s cubic-bezier(0.22, 1, 0.36, 1);
|
||||||
|
transform: translateX(6px);
|
||||||
|
}
|
||||||
|
|
||||||
|
child:selected .item-box * {
|
||||||
|
color: @text;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
name: Aether
|
||||||
|
accent: "#89b4fa"
|
||||||
|
cursor: "#89b4fa"
|
||||||
|
background: "#1e1e2e"
|
||||||
|
foreground: "#cdd6f4"
|
||||||
|
details: darker
|
||||||
|
|
||||||
|
terminal_colors:
|
||||||
|
normal:
|
||||||
|
black: "#45475a"
|
||||||
|
red: "#f38ba8"
|
||||||
|
green: "#a6e3a1"
|
||||||
|
yellow: "#f9e2af"
|
||||||
|
blue: "#89b4fa"
|
||||||
|
magenta: "#cba6f7"
|
||||||
|
cyan: "#94e2d5"
|
||||||
|
white: "#bac2de"
|
||||||
|
bright:
|
||||||
|
black: "#585b70"
|
||||||
|
red: "#f38ba8"
|
||||||
|
green: "#a6e3a1"
|
||||||
|
yellow: "#f9e2af"
|
||||||
|
blue: "#89b4fa"
|
||||||
|
magenta: "#cba6f7"
|
||||||
|
cyan: "#94e2d5"
|
||||||
|
white: "#cdd6f4"
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
@define-color foreground #cdd6f4;
|
||||||
|
@define-color background #1e1e2e;
|
||||||
@@ -0,0 +1,49 @@
|
|||||||
|
@define-color bg #160D16;
|
||||||
|
@define-color fg #fef9f3;
|
||||||
|
@define-color gray1 #83bc7b;
|
||||||
|
@define-color gray2 #4d3c4d;
|
||||||
|
@define-color gray3 #a7aaaf;
|
||||||
|
@define-color gray4 #f7f24f;
|
||||||
|
@define-color gray5 #e382d2;
|
||||||
|
@define-color fg_bright #fef9f3;
|
||||||
|
|
||||||
|
window {
|
||||||
|
background-color: @bg;
|
||||||
|
border: 2px solid @gray3;
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
background-color: @bg;
|
||||||
|
color: @fg;
|
||||||
|
border: 1px solid @gray2;
|
||||||
|
}
|
||||||
|
|
||||||
|
input:selected {
|
||||||
|
background-color: @gray1;
|
||||||
|
color: @fg_bright;
|
||||||
|
}
|
||||||
|
|
||||||
|
#entry {
|
||||||
|
color: @fg;
|
||||||
|
background-color: @bg;
|
||||||
|
padding: 5px;
|
||||||
|
margin: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#entry:selected {
|
||||||
|
background-color: @gray1;
|
||||||
|
color: @fg_bright;
|
||||||
|
}
|
||||||
|
|
||||||
|
scrollbar {
|
||||||
|
background-color: @bg;
|
||||||
|
}
|
||||||
|
|
||||||
|
scrollbar slider {
|
||||||
|
background-color: @gray2;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
scrollbar slider:hover {
|
||||||
|
background-color: @gray3;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user