diff options
| author | Nippy <nippy@Beller-Mac-mini.lan> | 2026-09-07 20:11:31 +0200 |
|---|---|---|
| committer | Nippy <nippy@Beller-Mac-mini.lan> | 2026-09-07 20:11:31 +0200 |
| commit | 60078f2d9181d29c67cb48ceb7686238f733dbe7 (patch) | |
| tree | b8b7091d9982160af17d383d00227bd44b4e4be3 /raveos-cosmic-theme/theme-data/cosmic/raveos.ron | |
| parent | dd245b55ed473b7443341f1e9b547a0fe1993098 (diff) | |
| download | RaveOS-PKGBUILD-60078f2d9181d29c67cb48ceb7686238f733dbe7.tar.gz RaveOS-PKGBUILD-60078f2d9181d29c67cb48ceb7686238f733dbe7.zip | |
rework theme
Diffstat (limited to 'raveos-cosmic-theme/theme-data/cosmic/raveos.ron')
| -rw-r--r-- | raveos-cosmic-theme/theme-data/cosmic/raveos.ron | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/raveos-cosmic-theme/theme-data/cosmic/raveos.ron b/raveos-cosmic-theme/theme-data/cosmic/raveos.ron new file mode 100644 index 0000000..543cd65 --- /dev/null +++ b/raveos-cosmic-theme/theme-data/cosmic/raveos.ron @@ -0,0 +1,91 @@ +( + palette: Dark(( + name: "cosmic-dark", + bright_red: "#FFA09AFF", + bright_green: "#5EDB8CFF", + bright_orange: "#FFA37DFF", + gray_1: "#1B1B1BFF", + gray_2: "#262626FF", + neutral_0: "#000000FF", + neutral_1: "#030303FF", + neutral_2: "#161616FF", + neutral_3: "#2E2E2EFF", + neutral_4: "#484848FF", + neutral_5: "#636363FF", + neutral_6: "#808080FF", + neutral_7: "#9E9E9EFF", + neutral_8: "#BEBEBEFF", + neutral_9: "#DEDEDEFF", + neutral_10: "#FFFFFFFF", + accent_blue: "#4B8501FF", + accent_indigo: "#A1C0EBFF", + accent_purple: "#E79CFEFF", + accent_pink: "#FF9CB1FF", + accent_red: "#FDA1A0FF", + accent_orange: "#FFAD00FF", + accent_yellow: "#F7E062FF", + accent_green: "#92CF9CFF", + accent_warm_grey: "#CABAB4FF", + ext_warm_grey: "#9B8E8AFF", + ext_orange: "#FFAD00FF", + ext_yellow: "#FEDB40FF", + ext_blue: "#48B9C7FF", + ext_purple: "#CF7DFFFF", + ext_pink: "#F93A83FF", + ext_indigo: "#3E88FFFF", + )), + spacing: ( + space_none: 0, + space_xxxs: 4, + space_xxs: 8, + space_xs: 12, + space_s: 16, + space_m: 24, + space_l: 32, + space_xl: 48, + space_xxl: 64, + space_xxxl: 128, + ), + corner_radii: ( + radius_0: (0.0, 0.0, 0.0, 0.0), + radius_xs: (4.0, 4.0, 4.0, 4.0), + radius_s: (8.0, 8.0, 8.0, 8.0), + radius_m: (16.0, 16.0, 16.0, 16.0), + radius_l: (32.0, 32.0, 32.0, 32.0), + radius_xl: (160.0, 160.0, 160.0, 160.0), + ), + neutral_tint: Some("#636363FF"), + bg_color: Some("#1B1B1BFF"), + primary_container_bg: None, + secondary_container_bg: None, + text_tint: Some("#E7E7E7FF"), + accent: Some("#4B8501FF"), + success: Some("#5EDB8CFF"), + warning: Some("#FFA37DFF"), + destructive: Some("#FFA09AFF"), + frosted: Medium, + gaps: (0, 8), + active_hint: 3, + window_hint: None, + frosted_windows: false, + frosted_system_interface: false, + frosted_panel: false, + frosted_applets: false, + frosted_maximized_apps: false, + alpha_map: ( + extremely_low: 0.9, + extremely_low_2: 0.87692, + very_low: 0.85385, + very_low_2: 0.83076, + low: 0.80769, + low_2: 0.78461, + medium: 0.76154, + medium_2: 0.73846, + high: 0.71538, + high_2: 0.69231, + very_high: 0.66023, + very_high_2: 0.64615, + extremely_high: 0.62308, + extremely_high_2: 0.6, + ), +)
\ No newline at end of file |