feat: add ash light/dark omarchy themes derived from harbor
This commit is contained in:
@@ -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 #e9e3d5;
|
||||
@define-color foreground #2a2822;
|
||||
|
||||
@define-color black #e9e3d5;
|
||||
@define-color red #96392a;
|
||||
@define-color green #5c6631;
|
||||
@define-color yellow #c56a2b;
|
||||
@define-color blue #3d6b72;
|
||||
@define-color magenta #6a4c72;
|
||||
@define-color cyan #3d6b72;
|
||||
@define-color white #5b5449;
|
||||
@define-color bright_black #8d8578;
|
||||
@define-color bright_red #96392a;
|
||||
@define-color bright_green #5c6631;
|
||||
@define-color bright_yellow #c56a2b;
|
||||
@define-color bright_blue #3d6b72;
|
||||
@define-color bright_magenta #6a4c72;
|
||||
@define-color bright_cyan #3d6b72;
|
||||
@define-color bright_white #2a2822;
|
||||
|
||||
/* 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 @blue;
|
||||
@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 @blue;
|
||||
@define-color theme_unfocused_selected_fg_color @background;
|
||||
|
||||
/* Adwaita Color Overrides */
|
||||
@define-color accent_bg_color @blue;
|
||||
@define-color accent_fg_color @bright_white;
|
||||
@define-color accent_color @cyan;
|
||||
|
||||
@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 @red;
|
||||
@define-color destructive_fg_color @bright_white;
|
||||
|
||||
@define-color success_bg_color @green;
|
||||
@define-color success_fg_color @bright_white;
|
||||
|
||||
@define-color warning_bg_color @yellow;
|
||||
@define-color warning_fg_color @bright_white;
|
||||
|
||||
@define-color error_bg_color @red;
|
||||
@define-color error_fg_color @bright_white;
|
||||
|
||||
@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(@blue, 0.3);
|
||||
@define-color dropdown_selected_bg_color @blue;
|
||||
@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 @blue;
|
||||
@define-color link_visited_color @magenta;
|
||||
|
||||
/* Selection colors (for text selection, etc) */
|
||||
@define-color selection_bg_color @blue;
|
||||
@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,302 @@
|
||||
{
|
||||
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
|
||||
"name": "aether",
|
||||
"author": "Aether",
|
||||
"themes": [
|
||||
{
|
||||
"name": "Aether",
|
||||
"appearance": "dark",
|
||||
"style": {
|
||||
"border": "#e9e3d5",
|
||||
"border.variant": "#e9e3d5",
|
||||
"border.focused": null,
|
||||
"border.selected": null,
|
||||
"border.transparent": null,
|
||||
"border.disabled": null,
|
||||
"elevated_surface.background": "#e9e3d5",
|
||||
"surface.background": "#e9e3d5",
|
||||
"background": "#e9e3d5",
|
||||
"element.background": "#8d8578",
|
||||
"element.hover": "#e9e3d5",
|
||||
"element.active": null,
|
||||
"element.selected": "#e9e3d5",
|
||||
"element.disabled": null,
|
||||
"drop_target.background": "#e9e3d5",
|
||||
"ghost_element.background": null,
|
||||
"ghost_element.hover": "#8d8578",
|
||||
"ghost_element.active": null,
|
||||
"ghost_element.selected": "#e9e3d5",
|
||||
"ghost_element.disabled": null,
|
||||
"text": "#2a2822",
|
||||
"text.muted": "#5b5449",
|
||||
"text.placeholder": "#5b5449",
|
||||
"text.disabled": "#e9e3d5",
|
||||
"text.accent": "#3d6b72",
|
||||
"icon": null,
|
||||
"icon.muted": null,
|
||||
"icon.disabled": null,
|
||||
"icon.placeholder": null,
|
||||
"icon.accent": null,
|
||||
"status_bar.background": "#e9e3d5",
|
||||
"title_bar.background": "#e9e3d5",
|
||||
"title_bar.inactive_background": "#8d8578",
|
||||
"toolbar.background": "#e9e3d5",
|
||||
"tab_bar.background": "#e9e3d5",
|
||||
"tab.inactive_background": "#8d8578",
|
||||
"tab.active_background": "#e9e3d5",
|
||||
"search.match_background": "#e9e3d5",
|
||||
"panel.background": "#e9e3d5",
|
||||
"panel.focused_border": "#e9e3d5",
|
||||
"pane.focused_border": null,
|
||||
"scrollbar.thumb.background": "#e9e3d5",
|
||||
"scrollbar.thumb.hover_background": "#8d8578",
|
||||
"scrollbar.thumb.border": "#e9e3d56f",
|
||||
"scrollbar.track.background": "#e9e3d5",
|
||||
"scrollbar.track.border": null,
|
||||
"editor.foreground": "#2a2822",
|
||||
"editor.background": "#e9e3d5",
|
||||
"editor.gutter.background": "#e9e3d5",
|
||||
"editor.subheader.background": "#e9e3d5",
|
||||
"editor.active_line.background": "#8d8578",
|
||||
"editor.highlighted_line.background": null,
|
||||
"editor.line_number": "#8d8578",
|
||||
"editor.active_line_number": "#2a2822",
|
||||
"editor.invisible": null,
|
||||
"editor.wrap_guide": "#8d8578",
|
||||
"editor.active_wrap_guide": "#8d8578",
|
||||
"editor.document_highlight.read_background": "#8d8578",
|
||||
"editor.document_highlight.write_background": "#8d8578",
|
||||
"terminal.background": "#e9e3d5",
|
||||
"terminal.foreground": null,
|
||||
"terminal.bright_foreground": null,
|
||||
"terminal.dim_foreground": null,
|
||||
"terminal.ansi.black": "#e9e3d5",
|
||||
"terminal.ansi.bright_black": "#8d8578",
|
||||
"terminal.ansi.dim_black": null,
|
||||
"terminal.ansi.red": "#96392a",
|
||||
"terminal.ansi.bright_red": "#96392a",
|
||||
"terminal.ansi.dim_red": null,
|
||||
"terminal.ansi.green": "#5c6631",
|
||||
"terminal.ansi.bright_green": "#5c6631",
|
||||
"terminal.ansi.dim_green": null,
|
||||
"terminal.ansi.yellow": "#c56a2b",
|
||||
"terminal.ansi.bright_yellow": "#c56a2b",
|
||||
"terminal.ansi.dim_yellow": null,
|
||||
"terminal.ansi.blue": "#3d6b72",
|
||||
"terminal.ansi.bright_blue": "#3d6b72",
|
||||
"terminal.ansi.dim_blue": null,
|
||||
"terminal.ansi.magenta": "#6a4c72",
|
||||
"terminal.ansi.bright_magenta": "#6a4c72",
|
||||
"terminal.ansi.dim_magenta": null,
|
||||
"terminal.ansi.cyan": "#3d6b72",
|
||||
"terminal.ansi.bright_cyan": "#3d6b72",
|
||||
"terminal.ansi.dim_cyan": null,
|
||||
"terminal.ansi.white": "#2a2822",
|
||||
"terminal.ansi.bright_white": "#5b5449",
|
||||
"terminal.ansi.dim_white": null,
|
||||
"link_text.hover": "#3d6b72",
|
||||
"conflict": "#c56a2b",
|
||||
"conflict.background": "#e9e3d5",
|
||||
"conflict.border": "#c56a2b",
|
||||
"created": "#5c6631",
|
||||
"created.background": "#e9e3d5",
|
||||
"created.border": "#5c6631",
|
||||
"deleted": "#96392a",
|
||||
"deleted.background": "#e9e3d5",
|
||||
"deleted.border": "#96392a",
|
||||
"error": "#96392a",
|
||||
"error.background": "#e9e3d5",
|
||||
"error.border": "#96392a",
|
||||
"hidden": "#8d8578",
|
||||
"hidden.background": "#e9e3d5",
|
||||
"hidden.border": "#8d8578",
|
||||
"hint": "#2a2822",
|
||||
"hint.background": "#e9e3d5",
|
||||
"hint.border": "#3d6b72",
|
||||
"ignored": "#8d8578",
|
||||
"ignored.background": "#e9e3d5",
|
||||
"ignored.border": "#8d8578",
|
||||
"info": "#3d6b72",
|
||||
"info.background": "#e9e3d5",
|
||||
"info.border": "#3d6b72",
|
||||
"modified": "#a85f1d",
|
||||
"modified.background": "#e9e3d5",
|
||||
"modified.border": "#a85f1d",
|
||||
"predictive": "#8d8578",
|
||||
"predictive.background": "#8d8578",
|
||||
"predictive.border": "#e9e3d5",
|
||||
"renamed": "#c56a2b",
|
||||
"renamed.background": "#e9e3d5",
|
||||
"renamed.border": "#c56a2b",
|
||||
"success": "#5c6631",
|
||||
"success.background": "#e9e3d5",
|
||||
"success.border": "#5c6631",
|
||||
"unreachable": "#c56a2b",
|
||||
"unreachable.background": "#e9e3d5",
|
||||
"unreachable.border": "#c56a2b",
|
||||
"warning": "#c56a2b",
|
||||
"warning.background": "#e9e3d5",
|
||||
"warning.border": "#c56a2b",
|
||||
"players": [
|
||||
{
|
||||
"cursor": "#2a2822",
|
||||
"selection": "#e9e3d5",
|
||||
"background": null
|
||||
}
|
||||
],
|
||||
"syntax": {
|
||||
"attribute": {
|
||||
"color": "#a85f1d",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"boolean": {
|
||||
"color": "#96392a",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"comment": {
|
||||
"color": "#8d8578",
|
||||
"font_style": "italic",
|
||||
"font_weight": null
|
||||
},
|
||||
"comment.doc": {
|
||||
"color": "#8d8578",
|
||||
"font_style": "italic",
|
||||
"font_weight": null
|
||||
},
|
||||
"constant": {
|
||||
"color": "#96392a",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"constructor": {
|
||||
"color": "#96392a",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"emphasis": {
|
||||
"color": "#96392a",
|
||||
"font_style": "italic",
|
||||
"font_weight": null
|
||||
},
|
||||
"emphasis.strong": {
|
||||
"color": "#96392a",
|
||||
"font_style": null,
|
||||
"font_weight": 700
|
||||
},
|
||||
"function": {
|
||||
"color": "#a85f1d",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"keyword": {
|
||||
"color": "#6a4c72",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"label": {
|
||||
"color": "#c56a2b",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"link_text": {
|
||||
"color": "#96392a",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"link_uri": {
|
||||
"color": "#96392a",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"number": {
|
||||
"color": "#96392a",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "#2a2822",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"punctuation.bracket": {
|
||||
"color": "#2a2822",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"punctuation.delimiter": {
|
||||
"color": "#2a2822",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"punctuation.list_marker": {
|
||||
"color": "#2a2822",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"punctuation.special": {
|
||||
"color": "#2a2822",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"string": {
|
||||
"color": "#5c6631",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"string.escape": {
|
||||
"color": "#96392a",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"string.regex": {
|
||||
"color": "#5c6631",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"string.special": {
|
||||
"color": "#5c6631",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"string.special.symbol": {
|
||||
"color": "#5c6631",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"tag": {
|
||||
"color": "#96392a",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"text.literal": {
|
||||
"color": "#5c6631",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"title": {
|
||||
"color": "#c56a2b",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"type": {
|
||||
"color": "#c56a2b",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"variable": {
|
||||
"color": "#96392a",
|
||||
"font_style": null,
|
||||
"font_weight": null
|
||||
},
|
||||
"variable.special": {
|
||||
"color": "#96392a",
|
||||
"font_style": "italic",
|
||||
"font_weight": null
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
[colors]
|
||||
[colors.primary]
|
||||
background = "#e9e3d5"
|
||||
foreground = "#2a2822"
|
||||
|
||||
[colors.normal]
|
||||
black = "#e9e3d5"
|
||||
red = "#96392a"
|
||||
green = "#5c6631"
|
||||
yellow = "#c56a2b"
|
||||
blue = "#3d6b72"
|
||||
magenta = "#6a4c72"
|
||||
cyan = "#3d6b72"
|
||||
white = "#5b5449"
|
||||
|
||||
[colors.bright]
|
||||
black = "#8d8578"
|
||||
red = "#96392a"
|
||||
green = "#5c6631"
|
||||
yellow = "#c56a2b"
|
||||
blue = "#3d6b72"
|
||||
magenta = "#6a4c72"
|
||||
cyan = "#3d6b72"
|
||||
white = "#2a2822"
|
||||
|
||||
[colors.cursor]
|
||||
text = "#e9e3d5"
|
||||
cursor = "#2a2822"
|
||||
@@ -0,0 +1,70 @@
|
||||
# Main background, empty for terminal default, need to be empty if you want transparent background
|
||||
theme[main_bg]="#e9e3d5"
|
||||
|
||||
# Main text color
|
||||
theme[main_fg]="#2a2822"
|
||||
|
||||
# Title color for boxes
|
||||
theme[title]="#6a4c72"
|
||||
|
||||
# Highlight color for keyboard shortcuts
|
||||
theme[hi_fg]="#3d6b72"
|
||||
|
||||
# Background color of selected item in processes box
|
||||
theme[selected_bg]="#3d6b72"
|
||||
|
||||
# Foreground color of selected item in processes box
|
||||
theme[selected_fg]="#e9e3d5"
|
||||
|
||||
# Color of inactive/disabled text
|
||||
theme[inactive_fg]="#c9c1ad"
|
||||
|
||||
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
|
||||
theme[proc_misc]="#6a4c72"
|
||||
|
||||
# Box outline and divider line color
|
||||
theme[cpu_box]="#6a4c72"
|
||||
theme[mem_box]="#a85f1d"
|
||||
theme[net_box]="#a85f1d"
|
||||
theme[proc_box]="#3d6b72"
|
||||
theme[div_line]="#5c6631"
|
||||
|
||||
# Gradient for all meters and graphs
|
||||
theme[temp_start]="#3d6b72"
|
||||
theme[temp_mid]="#a85f1d"
|
||||
theme[temp_end]="#5c6631"
|
||||
|
||||
|
||||
theme[cpu_start]="#3d6b72"
|
||||
theme[cpu_mid]="#a85f1d"
|
||||
theme[cpu_end]="#5c6631"
|
||||
|
||||
|
||||
theme[free_start]="#3d6b72"
|
||||
theme[free_mid]="#a85f1d"
|
||||
theme[free_end]="#c56a2b"
|
||||
|
||||
|
||||
theme[cached_start]="#3d6b72"
|
||||
theme[cached_mid]="#a85f1d"
|
||||
theme[cached_end]="#c56a2b"
|
||||
|
||||
|
||||
theme[available_start]="#3d6b72"
|
||||
theme[available_mid]="#3d6b72"
|
||||
theme[available_end]="#3d6b72"
|
||||
|
||||
|
||||
theme[used_start]="#5c6631"
|
||||
theme[used_mid]="#5c6631"
|
||||
theme[used_end]="#5c6631"
|
||||
|
||||
|
||||
theme[download_start]="#c56a2b"
|
||||
theme[download_mid]="#3d6b72"
|
||||
theme[download_end]="#a85f1d"
|
||||
|
||||
|
||||
theme[upload_start]="#c56a2b"
|
||||
theme[upload_mid]="#3d6b72"
|
||||
theme[upload_end]="#a85f1d"
|
||||
@@ -0,0 +1,11 @@
|
||||
[color]
|
||||
gradient = 1
|
||||
gradient_count = 8
|
||||
gradient_color_1 = '#3d6b72'
|
||||
gradient_color_2 = '#a85f1d'
|
||||
gradient_color_3 = '#a85f1d'
|
||||
gradient_color_4 = '#6a4c72'
|
||||
gradient_color_5 = '#6a4c72'
|
||||
gradient_color_6 = '#3d6b72'
|
||||
gradient_color_7 = '#6a4c72'
|
||||
gradient_color_8 = '#3d6b72'
|
||||
@@ -0,0 +1 @@
|
||||
95,129,112
|
||||
@@ -0,0 +1,27 @@
|
||||
set -U background '#e9e3d5'
|
||||
set -U foreground '#2a2822'
|
||||
set -U cursor '#2a2822'
|
||||
set -U color0 '#e9e3d5'
|
||||
set -U color1 '#96392a'
|
||||
set -U color2 '#5c6631'
|
||||
set -U color3 '#c56a2b'
|
||||
set -U color4 '#3d6b72'
|
||||
set -U color5 '#6a4c72'
|
||||
set -U color6 '#3d6b72'
|
||||
set -U color7 '#5b5449'
|
||||
set -U color8 '#8d8578'
|
||||
set -U color9 '#96392a'
|
||||
set -U color10 '#5c6631'
|
||||
set -U color11 '#c56a2b'
|
||||
set -U color12 '#3d6b72'
|
||||
set -U color13 '#6a4c72'
|
||||
set -U color14 '#3d6b72'
|
||||
set -U color15 '#2a2822'
|
||||
|
||||
set -U fish_color_normal normal
|
||||
set -U fish_color_command green
|
||||
set -U fish_color_param cyan
|
||||
set -U fish_pager_color_completion
|
||||
set -U fish_pager_color_description $fish_color_quote yellow
|
||||
set -U fish_pager_color_progress brwhite --background=cyan
|
||||
set -U fish_color_history_current --bold
|
||||
@@ -0,0 +1,23 @@
|
||||
accent = "#a85f1d"
|
||||
cursor = "#2a2822"
|
||||
foreground = "#2a2822"
|
||||
background = "#e9e3d5"
|
||||
selection_foreground = "#2a2822"
|
||||
selection_background = "#a85f1d"
|
||||
|
||||
color0 = "#e9e3d5"
|
||||
color1 = "#96392a"
|
||||
color2 = "#5c6631"
|
||||
color3 = "#c56a2b"
|
||||
color4 = "#3d6b72"
|
||||
color5 = "#6a4c72"
|
||||
color6 = "#3d6b72"
|
||||
color7 = "#5b5449"
|
||||
color8 = "#8d8578"
|
||||
color9 = "#96392a"
|
||||
color10 = "#5c6631"
|
||||
color11 = "#c56a2b"
|
||||
color12 = "#3d6b72"
|
||||
color13 = "#6a4c72"
|
||||
color14 = "#3d6b72"
|
||||
color15 = "#2a2822"
|
||||
@@ -0,0 +1,26 @@
|
||||
set -l color00 '#e9e3d5'
|
||||
set -l color01 '#96392a'
|
||||
set -l color02 '#5c6631'
|
||||
set -l color03 '#c56a2b'
|
||||
set -l color04 '#3d6b72'
|
||||
set -l color05 '#6a4c72'
|
||||
set -l color06 '#3d6b72'
|
||||
set -l color07 '#5b5449'
|
||||
set -l color08 '#8d8578'
|
||||
set -l color09 '#96392a'
|
||||
set -l color0A '#5c6631'
|
||||
set -l color0B '#c56a2b'
|
||||
set -l color0C '#3d6b72'
|
||||
set -l color0D '#6a4c72'
|
||||
set -l color0E '#3d6b72'
|
||||
set -l color0F '#2a2822'
|
||||
|
||||
set -l FZF_NON_COLOR_OPTS
|
||||
|
||||
for arg in (echo $FZF_DEFAULT_OPTS | tr " " "\n")
|
||||
if not string match -q -- "--color*" $arg
|
||||
set -a FZF_NON_COLOR_OPTS $arg
|
||||
end
|
||||
end
|
||||
|
||||
set -Ux FZF_DEFAULT_OPTS "$FZF_NON_COLOR_OPTS"" --color=bg+:$color00,bg:$color00,spinner:$color0E,hl:$color0D"" --color=fg:$color07,header:$color0D,info:$color0A,pointer:$color0E"" --color=marker:$color0E,fg+:$color06,prompt:$color0A,hl+:$color0D"
|
||||
@@ -0,0 +1,23 @@
|
||||
# Background and foreground colors
|
||||
background = #e9e3d5
|
||||
foreground = #2a2822
|
||||
|
||||
# Standard colors
|
||||
palette = 0=#e9e3d5
|
||||
palette = 1=#96392a
|
||||
palette = 2=#5c6631
|
||||
palette = 3=#c56a2b
|
||||
palette = 4=#3d6b72
|
||||
palette = 5=#6a4c72
|
||||
palette = 6=#3d6b72
|
||||
palette = 7=#5b5449
|
||||
|
||||
# Bright colors
|
||||
palette = 8=#8d8578
|
||||
palette = 9=#96392a
|
||||
palette = 10=#5c6631
|
||||
palette = 11=#c56a2b
|
||||
palette = 12=#3d6b72
|
||||
palette = 13=#6a4c72
|
||||
palette = 14=#3d6b72
|
||||
palette = 15=#2a2822
|
||||
@@ -0,0 +1,166 @@
|
||||
@define-color background #e9e3d5;
|
||||
@define-color foreground #2a2822;
|
||||
@define-color black #e9e3d5;
|
||||
@define-color red #96392a;
|
||||
@define-color green #5c6631;
|
||||
@define-color yellow #c56a2b;
|
||||
@define-color blue #3d6b72;
|
||||
@define-color magenta #6a4c72;
|
||||
@define-color cyan #3d6b72;
|
||||
@define-color white #5b5449;
|
||||
@define-color bright_black #8d8578;
|
||||
@define-color bright_red #96392a;
|
||||
@define-color bright_green #5c6631;
|
||||
@define-color bright_yellow #c56a2b;
|
||||
@define-color bright_blue #3d6b72;
|
||||
@define-color bright_magenta #6a4c72;
|
||||
@define-color bright_cyan #3d6b72;
|
||||
@define-color bright_white #2a2822;
|
||||
|
||||
@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,33 @@
|
||||
# This file is not a full hyprland configuration.
|
||||
# It is intended to be included in your main hyprland.conf.
|
||||
|
||||
general {
|
||||
col.active_border = rgba(141310ee)
|
||||
col.inactive_border = rgb(8d8578)
|
||||
gaps_in = 4
|
||||
gaps_out = 5
|
||||
border_size = 2
|
||||
}
|
||||
|
||||
group {
|
||||
col.border_active = rgba(141310ee)
|
||||
col.border_inactive = rgb(8d8578)
|
||||
|
||||
groupbar {
|
||||
col.active = rgba(14131099)
|
||||
col.inactive = rgba(8d857888)
|
||||
text_color = rgb(c56a2b)
|
||||
text_color_inactive = rgba(2a2822ee)
|
||||
}
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 3
|
||||
rounding_power = 3
|
||||
shadow {
|
||||
enabled = yes
|
||||
render_power = 8
|
||||
range = 16
|
||||
color = rgba(0, 0, 0, 0.3)
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
-- Generated by scripts/hypr2lua.
|
||||
-- Source: /home/hancore/.config/omarchy/themes/ash/hyprland.conf
|
||||
|
||||
hl.config({
|
||||
general = {
|
||||
col = {
|
||||
active_border = "rgba(141310ee)",
|
||||
inactive_border = "rgb(8d8578)",
|
||||
},
|
||||
gaps_in = 4,
|
||||
gaps_out = 5,
|
||||
border_size = 2,
|
||||
},
|
||||
group = {
|
||||
col = {
|
||||
border_active = "rgba(141310ee)",
|
||||
border_inactive = "rgb(8d8578)",
|
||||
},
|
||||
groupbar = {
|
||||
col = {
|
||||
active = "rgba(14131099)",
|
||||
inactive = "rgba(8d857888)",
|
||||
},
|
||||
text_color = "rgb(c56a2b)",
|
||||
text_color_inactive = "rgba(2a2822ee)",
|
||||
},
|
||||
},
|
||||
decoration = {
|
||||
rounding = 3,
|
||||
rounding_power = 3,
|
||||
shadow = {
|
||||
enabled = true,
|
||||
render_power = 8,
|
||||
range = 16,
|
||||
color = "rgba(0, 0, 0, 0.3)",
|
||||
},
|
||||
},
|
||||
})
|
||||
@@ -0,0 +1,6 @@
|
||||
$color = rgba(233, 227, 213, 1)
|
||||
$inner_color = rgba(233, 227, 213, 0.66)
|
||||
$outer_color = rgba(141,133,120, 1)
|
||||
$font_color = rgba(20, 19, 16, 1)
|
||||
$placeholder_color = rgba(42, 40, 34, 0.7)
|
||||
$check_color = rgba(61, 107, 114, 1)
|
||||
@@ -0,0 +1 @@
|
||||
Yaru
|
||||
@@ -0,0 +1,36 @@
|
||||
background #e9e3d5
|
||||
foreground #2a2822
|
||||
|
||||
# black
|
||||
color0 #e9e3d5
|
||||
color8 #8d8578
|
||||
|
||||
# red
|
||||
color1 #96392a
|
||||
color9 #96392a
|
||||
|
||||
# green
|
||||
color2 #5c6631
|
||||
color10 #5c6631
|
||||
|
||||
# yellow
|
||||
color3 #c56a2b
|
||||
color11 #c56a2b
|
||||
|
||||
# blue
|
||||
color4 #3d6b72
|
||||
color12 #3d6b72
|
||||
|
||||
# magenta
|
||||
color5 #6a4c72
|
||||
color13 #6a4c72
|
||||
|
||||
#cyan
|
||||
color6 #3d6b72
|
||||
color14 #3d6b72
|
||||
|
||||
#white
|
||||
color7 #5b5449
|
||||
color15 #2a2822
|
||||
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
text-color=#141310
|
||||
border-color=#141310
|
||||
background-color=#e9e3d5
|
||||
width=420
|
||||
height=110
|
||||
padding=10
|
||||
border-size=2
|
||||
border-radius=4
|
||||
font=Liberation Sans 11
|
||||
anchor=top-right
|
||||
outer-margin=20
|
||||
default-timeout=5000
|
||||
max-icon-size=32
|
||||
|
||||
[app-name=Spotify]
|
||||
invisible=1
|
||||
|
||||
[mode=do-not-disturb]
|
||||
invisible=true
|
||||
|
||||
[mode=do-not-disturb app-name=notify-send]
|
||||
invisible=false
|
||||
@@ -0,0 +1,88 @@
|
||||
return {
|
||||
{
|
||||
"bjarneo/aether.nvim",
|
||||
branch = "v3",
|
||||
name = "aether",
|
||||
priority = 1000,
|
||||
opts = {
|
||||
colors = {
|
||||
bg = "#e9e3d5",
|
||||
dark_bg = "#e9e3d5",
|
||||
darker_bg = "#dcd5c3", -- slightly darker for statusline, etc.
|
||||
lighter_bg = "#f2ecdf",
|
||||
|
||||
fg = "#2a2822",
|
||||
dark_fg = "#141310",
|
||||
light_fg = "#8d8578",
|
||||
bright_fg = "#a89e85",
|
||||
muted = "#6f685c",
|
||||
|
||||
-- === Stronger syntax colors for light bg ===
|
||||
red = "#7a2f24", -- deeper red (errors, vars)
|
||||
orange = "#7d4a2c", -- better orange (numbers, constants)
|
||||
yellow = "#7d4a2c", -- warm class/type yellow
|
||||
green = "#5c6631", -- deeper forest green (strings)
|
||||
cyan = "#3d6b72", -- stronger cyan
|
||||
blue = "#3d6b72", -- richer function/keyword blue
|
||||
purple = "#6a4c72", -- deeper purple
|
||||
brown = "#7c4a66", -- warm deprecated
|
||||
|
||||
bright_red = "#96392a",
|
||||
bright_yellow = "#7d4a2c",
|
||||
bright_green = "#5c6631",
|
||||
bright_cyan = "#3d6b72",
|
||||
bright_blue = "#3d6b72",
|
||||
bright_purple = "#6a4c72",
|
||||
|
||||
accent = "#3d6b72",
|
||||
cursor = "#2a2822",
|
||||
foreground = "#2a2822",
|
||||
background = "#e9e3d5",
|
||||
selection = "#dcd5c3", -- soft selection bg
|
||||
selection_foreground = "#2a2822",
|
||||
selection_background = "#a85f1d",
|
||||
},
|
||||
on_highlights = function(hl, c)
|
||||
-- If it's "too dark", use a lighter grey like #2a2822
|
||||
hl.CursorLine = { bg = "#f2ecdf" }
|
||||
hl.CursorLineNr = { fg = c.orange, bold = true }
|
||||
-- clean, solid word-occurrence + selection highlights (no muddy computed bg)
|
||||
hl.Visual = { bg = "#dcd5c3" }
|
||||
hl.LspReferenceText = { bg = "#dcd5c3" }
|
||||
hl.LspReferenceRead = { bg = "#dcd5c3" }
|
||||
hl.LspReferenceWrite = { bg = "#dcd5c3" }
|
||||
hl.IlluminatedWordText = { bg = "#dcd5c3" }
|
||||
hl.IlluminatedWordRead = { bg = "#dcd5c3" }
|
||||
hl.IlluminatedWordWrite = { bg = "#dcd5c3" }
|
||||
hl.MatchParen = { bg = "#dcd5c3", bold = true }
|
||||
-- brackets/parens/braces: lift from aether's muted tone to a saturated warm tone
|
||||
hl["@punctuation.bracket"] = { fg = "#7d4a2c" }
|
||||
hl["@punctuation.special"] = { fg = "#7d4a2c" }
|
||||
-- keywords: aether renders these lilac internally -> force to palette.
|
||||
-- general keywords -> blue; exceptions (try/except/raise) -> purple slot
|
||||
local kw_blue = { fg = "#3d6b72" }
|
||||
for _, g in ipairs({
|
||||
"Keyword", "Conditional", "Repeat", "Statement", "Include", "StorageClass",
|
||||
"@keyword", "@keyword.function", "@keyword.operator", "@keyword.return",
|
||||
"@keyword.conditional", "@keyword.repeat", "@keyword.import",
|
||||
"@keyword.coroutine", "@conditional", "@repeat", "@include",
|
||||
}) do
|
||||
hl[g] = kw_blue
|
||||
end
|
||||
local kw_exc = { fg = "#6a4c72" }
|
||||
for _, g in ipairs({ "Exception", "@keyword.exception", "@exception" }) do
|
||||
hl[g] = kw_exc
|
||||
end
|
||||
end,
|
||||
},
|
||||
config = function(_, opts)
|
||||
require("aether").setup(opts)
|
||||
vim.cmd.colorscheme("aether")
|
||||
require("aether.hotreload").setup()
|
||||
end,
|
||||
},
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = { colorscheme = "aether" },
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,148 @@
|
||||
# Omarchy Quattro surfaces for Ash.
|
||||
# The light maritime palette carries the existing Waybar, Walker, Mako,
|
||||
# SwayOSD, and Hyprlock roles into the Quattro shell.
|
||||
|
||||
[bar]
|
||||
background = "#E9E3D5"
|
||||
background-alpha = 1.0
|
||||
text = "#2A2822"
|
||||
active = "#96392A"
|
||||
scale-with-font = true
|
||||
size-horizontal = 26
|
||||
size-vertical = 28
|
||||
|
||||
[hyprland]
|
||||
active-border = "#141310"
|
||||
active-border-foreground = "#141310"
|
||||
|
||||
[controls]
|
||||
normal-color = "#2A2822"
|
||||
normal-fill-alpha = 0.04
|
||||
normal-border-width = 1
|
||||
normal-border-alpha = 0.36
|
||||
|
||||
hover-cursor-color = "#A85F1D"
|
||||
hover-cursor-fill-alpha = 0.12
|
||||
hover-cursor-border-width = 1
|
||||
hover-cursor-border-alpha = 0.52
|
||||
|
||||
focus-color = "#6A4C72"
|
||||
focus-fill-alpha = 0.12
|
||||
focus-border-width = 1
|
||||
focus-border-alpha = 0.74
|
||||
|
||||
selected-color = "#5c6631"
|
||||
selected-fill-alpha = 0.20
|
||||
selected-border-width = 1
|
||||
selected-border-alpha = 0.58
|
||||
|
||||
pressed-color = "#C56A2B"
|
||||
pressed-fill-alpha = 0.24
|
||||
selection-color = "#A85F1D"
|
||||
selection-fill-alpha = 0.30
|
||||
|
||||
[spacing]
|
||||
scale = 1.0
|
||||
scale-with-font = true
|
||||
xs = 2
|
||||
md = 4
|
||||
control-padding-y = 5
|
||||
panel-padding = 10
|
||||
|
||||
[font]
|
||||
base-size = 12
|
||||
heading = 16
|
||||
icon-large = 18
|
||||
|
||||
[popups]
|
||||
background = "#E9E3D5"
|
||||
background-alpha = 1.0
|
||||
text = "#A85F1D"
|
||||
border = "hyprland.active-border"
|
||||
border-alpha = 1.0
|
||||
border-width = 2
|
||||
|
||||
[tooltip]
|
||||
background = "#E9E3D5"
|
||||
background-alpha = 0.98
|
||||
text = "#2A2822"
|
||||
border = "#8D8578"
|
||||
border-alpha = 1.0
|
||||
border-width = 1
|
||||
|
||||
[notifications]
|
||||
background = "#E9E3D5"
|
||||
background-alpha = 1.0
|
||||
text = "#141310"
|
||||
border = "hyprland.active-border"
|
||||
border-alpha = 1.0
|
||||
border-width = 2
|
||||
countdown = "#A85F1D"
|
||||
|
||||
[launcher]
|
||||
background = "#E9E3D5"
|
||||
background-alpha = 0.98
|
||||
text = "#2A2822"
|
||||
border = "hyprland.active-border"
|
||||
border-alpha = 1.0
|
||||
border-width = 2
|
||||
scrim = "#E9E3D5"
|
||||
scrim-alpha = 0.0
|
||||
selected-background = "#5c6631"
|
||||
selected-background-alpha = 0.15
|
||||
selected-text = "#5B5449"
|
||||
selected-border = "#141310"
|
||||
selected-border-alpha = 0.40
|
||||
selected-border-width = 2
|
||||
|
||||
[menu]
|
||||
background = "#E9E3D5"
|
||||
background-alpha = 0.98
|
||||
text = "#2A2822"
|
||||
border = "hyprland.active-border"
|
||||
border-alpha = 1.0
|
||||
border-width = 2
|
||||
scrim = "#E9E3D5"
|
||||
scrim-alpha = 0.0
|
||||
selected-background = "#5c6631"
|
||||
selected-background-alpha = 0.15
|
||||
selected-text = "#5B5449"
|
||||
selected-border = "#141310"
|
||||
selected-border-alpha = 0.40
|
||||
selected-border-width = 2
|
||||
|
||||
[polkit]
|
||||
background = "#E9E3D5"
|
||||
background-alpha = 1.0
|
||||
text = "#141310"
|
||||
text-error = "#96392A"
|
||||
border = "hyprland.active-border"
|
||||
border-error = "#96392A"
|
||||
border-alpha = 1.0
|
||||
border-width = 2
|
||||
scrim = "#2A2822"
|
||||
scrim-alpha = 0.42
|
||||
accent = "#3D6B72"
|
||||
|
||||
[lock]
|
||||
background = "#E9E3D5"
|
||||
background-alpha = 0.86
|
||||
text = "#141310"
|
||||
placeholder = "#2A2822B3"
|
||||
text-error = "#96392A"
|
||||
border = "hyprland.active-border"
|
||||
border-active = "hyprland.active-border"
|
||||
border-error = "#96392A"
|
||||
border-alpha = 1.0
|
||||
border-width = 2
|
||||
selection = "#A85F1D"
|
||||
selection-alpha = 0.40
|
||||
|
||||
[image-picker]
|
||||
scrim = "#E9E3D5"
|
||||
scrim-alpha = 0.38
|
||||
text = "#2A2822"
|
||||
selected-border = "#A85F1D"
|
||||
selected-border-alpha = 1.0
|
||||
unselected-border = "#141310"
|
||||
unselected-border-alpha = 0.34
|
||||
@@ -0,0 +1,79 @@
|
||||
:root {
|
||||
/* The main accent color and the matching text value */
|
||||
--adw-accent-bg-rgb: 76, 108, 148 !important;
|
||||
--adw-accent-fg-rgb: 223, 228, 196 !important;
|
||||
--adw-accent-rgb: 76, 108, 148 !important;
|
||||
|
||||
/* destructive-action buttons */
|
||||
--adw-destructive-bg-rgb: 177, 71, 82 !important;
|
||||
--adw-destructive-fg-rgb: 28, 45, 40 !important;
|
||||
--adw-destructive-rgb: 177, 71, 82 !important;
|
||||
|
||||
/* Levelbars, entries, labels and infobars. These don't need text colors */
|
||||
--adw-success-bg-rgb: 85, 103, 83 !important;
|
||||
--adw-success-fg-rgb: 223, 228, 196 !important;
|
||||
--adw-success-rgb: 85, 103, 83 !important;
|
||||
|
||||
--adw-warning-bg-rgb: 220, 129, 100 !important;
|
||||
--adw-warning-fg-rgb: 223, 228, 196 !important;
|
||||
--adw-warning-fg-a: 0.8 !important;
|
||||
--adw-warning-rgb: 220, 129, 100 !important;
|
||||
|
||||
--adw-error-bg-rgb: 177, 71, 82 !important;
|
||||
--adw-error-fg-rgb: 223, 228, 196 !important;
|
||||
--adw-error-rgb: 177, 71, 82 !important;
|
||||
|
||||
/* Window */
|
||||
--adw-window-bg-rgb: 223, 228, 196 !important;
|
||||
--adw-window-fg-rgb: 28, 45, 40 !important;
|
||||
|
||||
/* Views - e.g. text view or tree view */
|
||||
--adw-view-bg-rgb: 223, 228, 196 !important;
|
||||
--adw-view-fg-rgb: 28, 45, 40 !important;
|
||||
|
||||
/* Header bar, search bar, tab bar */
|
||||
--adw-headerbar-bg-rgb: 223, 228, 196 !important;
|
||||
--adw-headerbar-fg-rgb: 28, 45, 40 !important;
|
||||
--adw-headerbar-border-rgb: 125, 135, 148 !important;
|
||||
--adw-headerbar-backdrop-rgb: 223, 228, 196 !important;
|
||||
--adw-headerbar-shade-rgb: 0, 0, 0 !important;
|
||||
--adw-headerbar-shade-a: 0.36 !important;
|
||||
--adw-headerbar-darker-shade-rgb: 0, 0, 0 !important;
|
||||
--adw-headerbar-darker-shade-a: 0.9 !important;
|
||||
|
||||
/* Split pane views */
|
||||
--adw-sidebar-bg-rgb: 223, 228, 196 !important;
|
||||
--adw-sidebar-fg-rgb: 28, 45, 40 !important;
|
||||
--adw-sidebar-backdrop-rgb: 125, 135, 148 !important;
|
||||
--adw-sidebar-shade-rgb: 0, 0, 0 !important;
|
||||
--adw-sidebar-shade-a: 0.36 !important;
|
||||
--adw-secondary-sidebar-bg-rgb: 223, 228, 196 !important;
|
||||
--adw-secondary-sidebar-fg-rgb: 28, 45, 40 !important;
|
||||
--adw-secondary-sidebar-backdrop-rgb: 125, 135, 148 !important;
|
||||
--adw-secondary-sidebar-shade-rgb: 0, 0, 0 !important;
|
||||
--adw-secondary-sidebar-shade-a: 0.36 !important;
|
||||
|
||||
/* Cards, boxed lists */
|
||||
--adw-card-bg-rgb: 255, 255, 255 !important;
|
||||
--adw-card-bg-a: 0.08 !important;
|
||||
--adw-card-fg-rgb: 255, 255, 255 !important;
|
||||
--adw-card-shade-rgb: 0, 0, 0 !important;
|
||||
--adw-card-shade-a: 0.36 !important;
|
||||
|
||||
/* Dialogs */
|
||||
--adw-dialog-bg-rgb: 223, 228, 196 !important;
|
||||
--adw-dialog-fg-rgb: 28, 45, 40 !important;
|
||||
|
||||
/* Popovers */
|
||||
--adw-popover-bg-rgb: 223, 228, 196 !important;
|
||||
--adw-popover-fg-rgb: 28, 45, 40 !important;
|
||||
--adw-popover-shade-rgb: 0, 0, 0 !important;
|
||||
--adw-popover-shade-a: 0.36 !important;
|
||||
|
||||
/* Thumbnails */
|
||||
--adw-thumbnail-bg-rgb: 223, 228, 196 !important;
|
||||
|
||||
/* Miscellaneous */
|
||||
--adw-shade-rgb: 0, 0, 0 !important;
|
||||
--adw-shade-a: 0.36 !important;
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
|
||||
# ========= Border =========
|
||||
file_panel_border = '#5b5449'
|
||||
sidebar_border = '#5b5449'
|
||||
footer_border = '#5b5449'
|
||||
|
||||
# ========= Border Active =========
|
||||
file_panel_border_active = '#a85f1d'
|
||||
sidebar_border_active = '#a85f1d'
|
||||
footer_border_active = '#a85f1d'
|
||||
modal_border_active = '#a85f1d'
|
||||
|
||||
# ========= Background (bg) =========
|
||||
full_screen_bg = '#e9e3d5'
|
||||
file_panel_bg = '#e9e3d5'
|
||||
sidebar_bg = '#e9e3d5'
|
||||
footer_bg = '#e9e3d5'
|
||||
modal_bg = '#e9e3d5'
|
||||
|
||||
# ========= Foreground (fg) =========
|
||||
full_screen_fg = '#2a2822'
|
||||
file_panel_fg = '#2a2822'
|
||||
sidebar_fg = '#2a2822'
|
||||
footer_fg = '#2a2822'
|
||||
modal_fg = '#2a2822'
|
||||
|
||||
# ========= Special Color =========
|
||||
cursor = '#2a2822'
|
||||
correct = '#5c6631'
|
||||
error = '#96392a'
|
||||
hint = '#3d6b72'
|
||||
cancel = '#96392a'
|
||||
gradient_color = ['#e9e3d5', "#8d8578"]
|
||||
|
||||
# ========= File Panel Special Items =========
|
||||
file_panel_top_directory_icon = '#e9e3d5'
|
||||
file_panel_top_path = '#8d8578'
|
||||
file_panel_item_selected_fg = '#8d8578'
|
||||
file_panel_item_selected_bg = '#e9e3d5'
|
||||
|
||||
# ========= Sidebar Special Items =========
|
||||
sidebar_title = '#2a2822'
|
||||
sidebar_item_selected_fg = '#8d8578'
|
||||
sidebar_item_selected_bg = '#e9e3d5'
|
||||
sidebar_divider = '#5b5449'
|
||||
|
||||
# ========= Modal Special Items =========
|
||||
modal_cancel_fg = "#2a2822"
|
||||
modal_cancel_bg = '#96392a'
|
||||
modal_confirm_fg = "#2a2822"
|
||||
modal_confirm_bg = '#5c6631'
|
||||
@@ -0,0 +1,41 @@
|
||||
@define-color base #e9e3d5;
|
||||
@define-color text #2a2822;
|
||||
@define-color border #8d8578;
|
||||
@define-color image #a85f1d;
|
||||
@define-color label #a85f1d;
|
||||
@define-color progress #6a4c72;
|
||||
|
||||
|
||||
/* Cancel out Omarchy settings */
|
||||
window:not(:backdrop),
|
||||
window:backdrop {
|
||||
border: none;
|
||||
border-width: 0;
|
||||
border-radius: 6px;
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
|
||||
/* Draw a new background (solid — like moodpeak, no blur) */
|
||||
window:not(:backdrop) #container,
|
||||
window:backdrop #container {
|
||||
border: 2px solid @border;
|
||||
border-radius: 6px;
|
||||
background-color: @base;
|
||||
padding: 12px;
|
||||
background-clip: padding-box;
|
||||
box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
||||
/* Volume / brightness bar: subtle track + accent edge */
|
||||
progressbar trough {
|
||||
background-color: rgba(141, 133, 120, 0.6);
|
||||
border: 1px solid rgba(168, 95, 29, 0.22);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
progress {
|
||||
border-radius: 3px;
|
||||
}
|
||||
@@ -0,0 +1,663 @@
|
||||
/**
|
||||
* @name base16 Discord
|
||||
* @author @bypass_
|
||||
* @version 0.1.0
|
||||
* @description Built using Aether and Pywal
|
||||
* @source https://github.com/imbypass/base16-Discord
|
||||
**/
|
||||
|
||||
:root {
|
||||
--color00: #e9e3d5;
|
||||
--color01: #e9e3d5;
|
||||
--color02: #e9e3d5;
|
||||
--color03: #c56a2b;
|
||||
--color04: #3d6b72;
|
||||
--color05: #5b5449;
|
||||
--color06: #3d6b72;
|
||||
--color07: #c56a2b;
|
||||
--color08: #7a2f24;
|
||||
--color09: #c56a2b;
|
||||
--color10: #c56a2b;
|
||||
--color11: #5c6631;
|
||||
--color12: #3d6b72;
|
||||
--color13: #3d6b72;
|
||||
--color14: #7c4a66;
|
||||
--color15: #2a2822;
|
||||
--base00: var(--color00);
|
||||
--base01: var(--color01);
|
||||
--base02: var(--color02);
|
||||
--base03: var(--color03);
|
||||
--base04: var(--color04);
|
||||
--base05: var(--color05);
|
||||
--base06: var(--color06);
|
||||
--base07: var(--color07);
|
||||
--base08: var(--color08);
|
||||
--base09: var(--color09);
|
||||
--base0A: var(--color10);
|
||||
--base0B: var(--color11);
|
||||
--base0C: var(--color12);
|
||||
--base0D: var(--color13);
|
||||
--base0E: var(--color14);
|
||||
--base0F: var(--color15);
|
||||
}
|
||||
|
||||
.theme-light,
|
||||
.theme-dark,
|
||||
.theme-darker,
|
||||
.theme-midnight,
|
||||
.visual-refresh {
|
||||
--activity-card-background: var(--base01) !important;
|
||||
--background-accent: var(--base03) !important;
|
||||
--background-floating: var(--base02) !important;
|
||||
--background-mentioned-hover: color-mix(in srgb, var(--base0B) 35%, var(--base01)) !important;
|
||||
--background-mentioned: color-mix(in srgb, var(--base0B) 25%, var(--base01)) !important;
|
||||
--background-message-highlight: var(--base02) !important;
|
||||
--background-message-hover: var(--base02) !important;
|
||||
--background-mod-strong: var(--base02) !important;
|
||||
--background-modifier-accent: var(--base02) !important;
|
||||
--background-modifier-active: var(--base02) !important;
|
||||
--background-modifier-hover: var(--base01) !important;
|
||||
--background-modifier-selected: var(--base01) !important;
|
||||
--background-primary: var(--base01) !important;
|
||||
--background-secondary-alt: var(--base01) !important;
|
||||
--background-secondary: var(--base00) !important;
|
||||
--background-surface-highest: var(--base02) !important;
|
||||
--background-surface-higher: var(--base02) !important;
|
||||
--background-surface-high: var(--base02) !important;
|
||||
--background-tertiary: var(--base00) !important;
|
||||
--background-base-low: var(--base01) !important;
|
||||
--background-base-lower: var(--base00) !important;
|
||||
--background-base-lowest: var(--base00) !important;
|
||||
--background-base-tertiary: var(--base00) !important;
|
||||
--background-code: var(--base02) !important;
|
||||
--background-mod-subtle: var(--base01) !important;
|
||||
--bg-base-secondary: var(--base00) !important;
|
||||
--bg-base-tertiary: var(--base00) !important;
|
||||
--bg-brand: var(--base0B) !important;
|
||||
--bg-mod-faint: var(--base01) !important;
|
||||
--bg-overlay-2: var(--base01) !important;
|
||||
--bg-overlay-3: var(--base01) !important;
|
||||
--bg-overlay-color-inverse: var(--base03) !important;
|
||||
--bg-surface-raised: var(--base02) !important;
|
||||
--bg-surface-overlay: var(--base00) !important;
|
||||
--black: var(--base00) !important;
|
||||
--blurple-50: var(--base03) !important;
|
||||
--border-faint: var(--base02) !important;
|
||||
--border-subtle: var(--border-faint) !important;
|
||||
--brand-05a: var(--base01) !important;
|
||||
--brand-10a: var(--base01) !important;
|
||||
--brand-15a: var(--base01) !important;
|
||||
--brand-260: var(--base0B) !important;
|
||||
--brand-360: var(--base0B) !important;
|
||||
--brand-500: var(--base0B) !important;
|
||||
--brand-560: var(--base01) !important;
|
||||
--button-danger-background: var(--base08) !important;
|
||||
--button-danger-background-disabled: var(--base03) !important;
|
||||
--button-filled-brand-background: var(--base0B) !important;
|
||||
--button-filled-brand-background-hover: var(--base08) !important;
|
||||
--button-filled-brand-text: var(--base0F) !important;
|
||||
--button-filled-brand-text-hover: var(--base05) !important;
|
||||
--button-outline-positive-border: var(--base0B) !important;
|
||||
--button-outline-danger-background-hover: var(--base08) !important;
|
||||
--button-outline-danger-border-hover: var(--base08) !important;
|
||||
--button-positive-background: var(--base0B) !important;
|
||||
--button-positive-background-disabled: var(--base03) !important;
|
||||
--button-positive-background-hover: var(--base03) !important;
|
||||
--button-secondary-background: color-mix(in srgb, var(--base04) 14%, var(--base00)) !important;
|
||||
--button-secondary-background-disabled: var(--base03) !important;
|
||||
--button-secondary-background-hover: var(--base03) !important;
|
||||
--button-secondary-text: var(--base05) !important;
|
||||
--card-primary-bg: var(--base02) !important;
|
||||
--card-background-default: var(--base02) !important;
|
||||
--channel-icon: var(--base0B) !important;
|
||||
--channels-default: var(--base05) !important;
|
||||
--channel-text-area-placeholder: var(--base03) !important;
|
||||
--channeltextarea-background: var(--base01) !important;
|
||||
--chat-background-default: var(--base01) !important;
|
||||
--chat-text-muted: var(--base03) !important;
|
||||
--checkbox-background-checked: var(--base0D) !important;
|
||||
--checkbox-border-checked: var(--base0D) !important;
|
||||
--checkbox-background-default: var(--base02) !important;
|
||||
--checkbox-border-default: var(--base03) !important;
|
||||
--control-brand-foreground-new: var(--base0D) !important;
|
||||
--control-brand-foreground: var(--base04) !important;
|
||||
--control-text-primary-default: var(--base00) !important;
|
||||
--control-background-primary-default: var(--color05) !important;
|
||||
--custom-notice-text: var(--base01) !important;
|
||||
--custom-poll-style-vote-percentage: var(--base04) !important;
|
||||
--deprecated-text-input-bg: var(--base01) !important;
|
||||
--deprecated-text-input-border: var(--base02) !important;
|
||||
/*--font-display: var(--font, "gg sans") !important;
|
||||
--font-headline: var(--font, "gg sans") !important;
|
||||
--font-primary: var(--font, "gg sans") !important;*/
|
||||
--green-330: var(--base0B) !important;
|
||||
--green-360: var(--base0B) !important;
|
||||
--green-300: var(--base0B) !important;
|
||||
--header-primary: var(--base0B) !important;
|
||||
--header-secondary: var(--base0B) !important;
|
||||
--home-background: var(--base00) !important;
|
||||
--info-warning-foreground: var(--base0A) !important;
|
||||
--input-background: var(--base02) !important;
|
||||
--input-border: var(--base03) !important;
|
||||
--input-placeholder-text: var(--base03) !important;
|
||||
--interactive-active: var(--base0F) !important;
|
||||
--interactive-hover: var(--base0F) !important;
|
||||
--interactive-muted: var(--base03) !important;
|
||||
--interactive-normal: var(--base05) !important;
|
||||
--mention-background: color-mix(in srgb, var(--base0B) 30%, var(--base01)) !important;
|
||||
--mention-foreground: var(--base05) !important;
|
||||
--menu-item-danger-active-bg: var(--base08) !important;
|
||||
--menu-item-danger-hover-bg: var(--base08) !important;
|
||||
--menu-item-default-hover-bg: var(--base03) !important;
|
||||
--message-reacted-background: color-mix(in srgb, var(--base0D) 20%, var(--base00)) !important;
|
||||
--message-reacted-text: var(--base0F) !important;
|
||||
--modal-background: var(--base01) !important;
|
||||
--modal-footer-background: var(--base00) !important;
|
||||
--notice-background-positive: var(--base0B) !important;
|
||||
--notice-text-positive: var(--base01) !important;
|
||||
--notice-background-warning: var(--base0A) !important;
|
||||
--notice-text-warning: var(--base01) !important;
|
||||
--notice-background-negative: var(--base08) !important;
|
||||
--notice-text-negative: var(--base01) !important;
|
||||
--opacity-blurple-24: var(--base02) !important;
|
||||
--plum-23: var(--base02) !important;
|
||||
--polls-victor-fill: var(--base0B) !important;
|
||||
--profile-gradient-button-color: var(--base02) !important;
|
||||
--primary-130: var(--base05) !important;
|
||||
--primary-300: var(--base05) !important;
|
||||
--primary-500: var(--base02) !important;
|
||||
--primary-600: var(--base00) !important;
|
||||
--primary-630: var(--base01) !important;
|
||||
--primary-660: var(--base00) !important;
|
||||
--primary-700: var(--base01) !important;
|
||||
--primary-800: var(--base00) !important;
|
||||
--red-400: var(--base08) !important;
|
||||
--red-460: var(--base08) !important;
|
||||
--red-500: var(--base08) !important;
|
||||
--red-630: var(--base08) !important;
|
||||
--red: var(--base08) !important;
|
||||
--red-new-22: var(--base08) !important;
|
||||
--redesign-input-control-selected: var(--base0B) !important;
|
||||
--scrollbar-auto-thumb: var(--base07) !important;
|
||||
--scrollbar-auto-track: transparent;
|
||||
--scrollbar-thin-thumb: var(--base07) !important;
|
||||
--scrollbar-thin-track: transparent;
|
||||
--search-popout-option-fade: none;
|
||||
--search-popout-option-non-text-color: var(--base07) !important;
|
||||
--status-danger-background: var(--base08) !important;
|
||||
--status-danger: var(--base08) !important;
|
||||
--status-negative: var(--base08) !important;
|
||||
--status-positive-background: var(--base0B) !important;
|
||||
--status-positive-text: var(--base0B) !important;
|
||||
--status-positive: var(--base0B) !important;
|
||||
--status-success: var(--base0B) !important;
|
||||
--status-warning-background: var(--base03) !important;
|
||||
--status-warning: var(--base09) !important;
|
||||
--teal-430: var(--base0C) !important;
|
||||
--text-brand: var(--base0D) !important;
|
||||
--text-default: var(--base05) !important;
|
||||
--text-feedback-positive: var(--base0B) !important;
|
||||
--text-feedback-negative: var(--base08) !important;
|
||||
--text-feedback-warning: var(--base09) !important;
|
||||
--text-feedback-success: var(--base0B) !important;
|
||||
--text-link: var(--base0D) !important;
|
||||
--text-muted: var(--base03) !important;
|
||||
--text-negative: var(--base08) !important;
|
||||
--text-normal: var(--base05) !important;
|
||||
--text-positive: var(--base0B) !important;
|
||||
--text-primary: var(--base05) !important;
|
||||
--text-secondary: var(--base04) !important;
|
||||
--text-tertiary: var(--base03) !important;
|
||||
--text-warning: var(--base09) !important;
|
||||
--textbox-markdown-syntax: var(--base05) !important;
|
||||
--theme-base-color: var(--base00) !important;
|
||||
--user-profile-overlay-background: var(--base01) !important;
|
||||
--white-100: var(--base05) !important;
|
||||
--white-200: var(--base05) !important;
|
||||
--white-500: var(--base05) !important;
|
||||
--white: var(--color05) !important;
|
||||
--yellow-360: var(--base0A) !important;
|
||||
--yellow-300: var(--base0A) !important;
|
||||
--__lottieIconColor: var(--base03) !important;
|
||||
--card-background-default: var(--base02) !important;
|
||||
--redesign-button-secondary-background: var(--base03) !important;
|
||||
}
|
||||
|
||||
/*--- Default Color Swap ---*/
|
||||
path[fill^="currentColor"],
|
||||
svg[fill^="currentColor"],
|
||||
rect[fill^="currentColor"] {
|
||||
fill: var(--color07) !important;
|
||||
}
|
||||
|
||||
/*--- Channel Icon Recolor ---*/
|
||||
a[data-list-item-id^="channels___"] svg,
|
||||
a[data-list-item-id^="channels___"] svg path {
|
||||
fill: var(--channel-icon) !important;
|
||||
}
|
||||
|
||||
/*--- Unread Bar + Badges ---*/
|
||||
div[class*="unreadBar"],
|
||||
span[class*="unreadBar"],
|
||||
div[class*="unreadPill"] {
|
||||
background-color: var(--base0B) !important;
|
||||
color: var(--base00) !important;
|
||||
}
|
||||
div[class*="numberBadge"],
|
||||
span[class*="numberBadge"],
|
||||
div[class*="textBadge"],
|
||||
span[class*="textBadge"] {
|
||||
background-color: var(--base08) !important;
|
||||
color: var(--base00) !important;
|
||||
}
|
||||
|
||||
/*--- Selected Text Recolor ---*/
|
||||
::selection {
|
||||
color: var(--base00);
|
||||
background: var(--base03);
|
||||
}
|
||||
|
||||
/*--- Mention Interactive Hover Color ---*/
|
||||
.mention.interactive:hover {
|
||||
background-color: var(--base04) !important;
|
||||
}
|
||||
|
||||
/*--- Followed Posts Tree/Spine Icon ---*/
|
||||
svg._5b40bdd67543ba35-spine._5b40bdd67543ba35-invertedSpine,
|
||||
svg._5b40bdd67543ba35-spine._5b40bdd67543ba35-invertedSpine path {
|
||||
fill: var(--base0A) !important;
|
||||
color: var(--base0A) !important;
|
||||
}
|
||||
#channels > ul > li > ul > li > svg._5b40bdd67543ba35-spine._5b40bdd67543ba35-invertedSpine > path:nth-child(1) {
|
||||
fill: var(--base0A) !important;
|
||||
}
|
||||
#channels > ul > li > ul > li > svg._5b40bdd67543ba35-spine._5b40bdd67543ba35-invertedSpine > path:nth-child(1),
|
||||
#channels > ul > li > ul > li > svg:nth-child(1),
|
||||
#channels > ul > li > ul > li > svg:nth-child(1) > path:nth-child(1) {
|
||||
fill: var(--base0A) !important;
|
||||
color: var(--base0A) !important;
|
||||
}
|
||||
#channels > ul > li > ul > div {
|
||||
background-color: var(--base0A) !important;
|
||||
color: var(--base0A) !important;
|
||||
border-color: var(--base0A) !important;
|
||||
}
|
||||
|
||||
/*--- Followed Posts Header Link ---*/
|
||||
div._5e434347c823b592-page div._9a337c84ff86a914-header span a span span span {
|
||||
color: var(--base0B) !important;
|
||||
}
|
||||
|
||||
/*--- Followed Posts Header Title ---*/
|
||||
div._5e434347c823b592-page div._9a337c84ff86a914-header h3 span {
|
||||
color: var(--base0A) !important;
|
||||
}
|
||||
|
||||
/*--- Followed Posts Subtitle H2 ---*/
|
||||
div._5e434347c823b592-page div.f75fb00fb7356cbe-subtitleContainer h2 {
|
||||
color: var(--base0B) !important;
|
||||
}
|
||||
|
||||
/*--- Followed Posts Title H1 ---*/
|
||||
div._5e434347c823b592-page div._9293f6b2fc12398a-titleWrapper h1 {
|
||||
color: var(--base0B) !important;
|
||||
}
|
||||
li._5b40bdd67543ba35-container svg,
|
||||
li._5b40bdd67543ba35-container svg path {
|
||||
fill: var(--base0A) !important;
|
||||
color: var(--base0A) !important;
|
||||
}
|
||||
|
||||
/*--- Mention Highlight + Gradient Recolor ---*/
|
||||
div[class*="mentioned"],
|
||||
li[class*="mentioned"] {
|
||||
background: linear-gradient(
|
||||
90deg,
|
||||
color-mix(in srgb, var(--base0A) 35%, var(--base01)) 0%,
|
||||
var(--base01) 75%
|
||||
) !important;
|
||||
}
|
||||
div[class*="mentioned"]:hover,
|
||||
li[class*="mentioned"]:hover {
|
||||
background: linear-gradient(
|
||||
90deg,
|
||||
color-mix(in srgb, var(--base0A) 45%, var(--base01)) 0%,
|
||||
var(--base01) 75%
|
||||
) !important;
|
||||
}
|
||||
div[class*="mentioned"]::before,
|
||||
li[class*="mentioned"]::before {
|
||||
background: var(--base0B) !important;
|
||||
}
|
||||
|
||||
/*--- Default Folder Color Recolor ---*/
|
||||
.default__459fb {
|
||||
background-color: var(--base07) !important;
|
||||
}
|
||||
|
||||
/*--- Discord Icon (Top Right) Recolor ---*/
|
||||
.childWrapper__6e9f8 {
|
||||
background-color: var(--base02) !important;
|
||||
}
|
||||
|
||||
/*--- Close Icon Path Recolor ---*/
|
||||
svg[class^="closeIcon__"] path {
|
||||
fill: var(--base04) !important;
|
||||
}
|
||||
|
||||
/*--- Listen Along Invite Recolor ---*/
|
||||
.invite__4d3fa {
|
||||
background: var(--base01) !important;
|
||||
border-color: var(--base0A) !important;
|
||||
}
|
||||
|
||||
/*--- Activity Card Background Recolor ---*/
|
||||
.card__73069 {
|
||||
background-color: var(--base01);
|
||||
}
|
||||
|
||||
div[class^="bar__"] {
|
||||
background-color: var(--base01) !important;
|
||||
border-color: var(--base0A) !important;
|
||||
}
|
||||
/*--- Voice Bar Text Recolor ---*/
|
||||
.barText__7aaec {
|
||||
color: var(--base0B) !important;
|
||||
}
|
||||
.unreadIcon__7aaec {
|
||||
color: var(--base0B) !important;
|
||||
}
|
||||
|
||||
/*--- New Messages Indicator Text Recolor ---*/
|
||||
.unreadPull__908e2 {
|
||||
color: var(--base02) !important;
|
||||
}
|
||||
|
||||
/*--- Mentions Bar Text Recolor ---*/
|
||||
.mentionsBar__7aaec .barText__7aaec {
|
||||
color: var(--base05) !important;
|
||||
}
|
||||
|
||||
/*--- Forum Background Recolor ---*/
|
||||
.container_f369db {
|
||||
background-color: var(--bg-overlay-2);
|
||||
}
|
||||
|
||||
/*--- Sidebar Icon Recolor ---*/
|
||||
.circleIconButton__5bc7e {
|
||||
color: var(--base04);
|
||||
}
|
||||
|
||||
/*--- Summaries Tag Icon Recolor ---*/
|
||||
.summariesBetaTag_cf58b5 {
|
||||
color: var(--base03);
|
||||
}
|
||||
|
||||
/*--- Folder Icon Recolor ---*/
|
||||
div.folderIconWrapper__48112 {
|
||||
background-color: var(--base01) !important;
|
||||
}
|
||||
|
||||
/*--- Unread Message Badge Text Color ---*/
|
||||
.numberBadge__2b1f5,
|
||||
.textBadge__2b1f5 {
|
||||
color: var(--base02) !important;
|
||||
}
|
||||
|
||||
/*--- Typing Indicator Recolor ---*/
|
||||
.dots__5ad89 {
|
||||
color: var(--base02) !important;
|
||||
}
|
||||
|
||||
/*--- Other Voice Channel Background Recolor ---*/
|
||||
.iconBadge__650eb {
|
||||
background-color: var(--base03);
|
||||
}
|
||||
|
||||
/*--- Server Booster Icon Recolor ---*/
|
||||
.premiumIcon__5d473 {
|
||||
color: var(--base0F);
|
||||
}
|
||||
|
||||
/*--- Server Boost Progress Bar Recolor ---*/
|
||||
.progress__0d0f9 {
|
||||
background: var(--base0F) !important;
|
||||
}
|
||||
|
||||
/*--- Call Container Recolor ---*/
|
||||
.callContainer_cb9592 {
|
||||
background-color: var(--base00);
|
||||
}
|
||||
.gradientContainer_bfe55a {
|
||||
background-image: var(--base00);
|
||||
}
|
||||
|
||||
/*--- Store Gradient Recolors ---*/
|
||||
.gradient_e9ef78 {
|
||||
background: var(--base01) !important;
|
||||
}
|
||||
.bannerGradient__955a3 {
|
||||
background: var(--base00) !important;
|
||||
}
|
||||
|
||||
/*--- New Messages Summary Bar Recolor -J--*/
|
||||
.newMessagesBar__0f481 {
|
||||
background-color: var(--base03);
|
||||
|
||||
button.barButtonAlt__0f481 {
|
||||
background-color: var(--base02) !important;
|
||||
}
|
||||
}
|
||||
|
||||
/*--- Unread Messages Indicator Recolor ---*/
|
||||
.unreadPill__908e2 {
|
||||
color: var(--base01);
|
||||
}
|
||||
|
||||
/*--- Number Badge Recolor ---*/
|
||||
div[class*="numberBadge"] {
|
||||
color: var(--base00) !important;
|
||||
}
|
||||
|
||||
/*--- Button Text Recolor ---*/
|
||||
.lookFilled__201d5.colorGreen__201d5,
|
||||
.lookFilled__201d5.colorRed__201d5 {
|
||||
color: var(--base00) !important;
|
||||
}
|
||||
|
||||
/*--- Remove Folder Group Borders ---*/
|
||||
.folderGroupBackground__48112 {
|
||||
border: none;
|
||||
}
|
||||
|
||||
/*--- Increase Text Legibility ---*/
|
||||
* {
|
||||
text-rendering: optimizeLegibility !important;
|
||||
}
|
||||
|
||||
/*--- Codeblock Syntax Highlighting Recolor ---*/
|
||||
|
||||
.hljs-ansi-foreground-red {
|
||||
color: var(--base08) !important;
|
||||
}
|
||||
.hljs-ansi-foreground-green {
|
||||
color: var(--base0B) !important;
|
||||
}
|
||||
.hljs-ansi-foreground-yellow {
|
||||
color: var(--base0A) !important;
|
||||
}
|
||||
.hljs-ansi-foreground-blue {
|
||||
color: var(--base0D) !important;
|
||||
}
|
||||
.hljs-ansi-foreground-magenta {
|
||||
color: var(--base0E) !important;
|
||||
}
|
||||
.hljs-attr {
|
||||
color: var(--base06) !important;
|
||||
}
|
||||
.hljs-attribute {
|
||||
color: var(--base06) !important;
|
||||
}
|
||||
.hljs-number {
|
||||
color: var(--base06) !important;
|
||||
}
|
||||
.hljs-selector-class {
|
||||
color: var(--base06) !important;
|
||||
}
|
||||
.hljs-comment {
|
||||
color: var(--base03) !important;
|
||||
}
|
||||
.hljs-subst {
|
||||
color: var(--base0D) !important;
|
||||
}
|
||||
.hljs-selector-pseudo {
|
||||
color: var(--base0B) !important;
|
||||
}
|
||||
.hljs-section {
|
||||
color: var(--base0B) !important;
|
||||
}
|
||||
.hljs-keyword {
|
||||
color: var(--base08) !important;
|
||||
}
|
||||
.hljs-variable {
|
||||
color: var(--base08) !important;
|
||||
}
|
||||
.hljs-meta {
|
||||
color: var(--base03) !important;
|
||||
}
|
||||
.hljs-built_in {
|
||||
color: var(--base09) !important;
|
||||
}
|
||||
.hljs-string {
|
||||
color: var(--base0B) !important;
|
||||
}
|
||||
.hljs-title {
|
||||
color: var(--base0E) !important;
|
||||
}
|
||||
|
||||
/*--- Visual Refresh Recolor ---*/
|
||||
/*--- BIG WORK IN PROGRESS. DISCORD MADE SOME BIG CHANGES. ---*/
|
||||
.visual-refresh {
|
||||
div[class^="autocomplete__"] {
|
||||
background-color: var(--base02) !important;
|
||||
}
|
||||
path[fill^="rgba(88, 101, 242, 1)"] {
|
||||
fill: var(--base0B) !important;
|
||||
}
|
||||
div[class^="topicsPillContainer"] {
|
||||
--bg-overlay-2: var(--base02) !important;
|
||||
}
|
||||
.tagPill__9a337 {
|
||||
background-color: var(--base00) !important;
|
||||
}
|
||||
.bg__960e4 {
|
||||
background: var(--base00) !important;
|
||||
}
|
||||
.header_f37cb1 {
|
||||
/* background-color: var(--base01) !important; */
|
||||
}
|
||||
.wrapper_ef3116 {
|
||||
background-color: var(--base00) !important;
|
||||
}
|
||||
.sidebar_c48ade {
|
||||
background-color: var(--base00) !important;
|
||||
}
|
||||
.searchBar__97492 {
|
||||
background-color: var(--base02) !important;
|
||||
}
|
||||
.channelTextArea_f75fb0 {
|
||||
background: var(--base01) !important;
|
||||
}
|
||||
.chatContent_f75fb0 {
|
||||
background-color: var(--base00) !important;
|
||||
}
|
||||
.members_c8ffbb,
|
||||
.member_c8ffbb {
|
||||
background: var(--base00) !important;
|
||||
}
|
||||
.voiceBar__7aaec {
|
||||
background-color: var(--base02) !important;
|
||||
}
|
||||
button.button__67645.redGlow__67645,
|
||||
span.button__67645.redGlow__67645 {
|
||||
background-color: var(--base02) !important;
|
||||
}
|
||||
|
||||
.experimentButton_e131a9.buttonColor_e131a9.buttonActive_e131a9 {
|
||||
background-color: var(--base0B) !important;
|
||||
color: var(--base00) !important;
|
||||
}
|
||||
|
||||
.selectedBackground_e681d1 {
|
||||
background-color: color-mix(in srgb, var(--base0D) 20%, var(--base00)) !important;
|
||||
color: var(--base0F) !important;
|
||||
}
|
||||
|
||||
/*--- Status Icon Recolor (DO NOT DISTURB) ---*/
|
||||
svg[fill^="#b04331"],
|
||||
rect[fill^="#b04331"],
|
||||
path[fill^="#b04331"],
|
||||
svg[fill^="#b04331"],
|
||||
rect[fill^="#b04331"],
|
||||
path[fill^="#b04331"] {
|
||||
fill: var(--status-danger) !important;
|
||||
}
|
||||
/*--- Status Icon Recolor (IDLE) ---*/
|
||||
svg[fill^="#8a6a24"],
|
||||
rect[fill^="#8a6a24"],
|
||||
path[fill^="#8a6a24"],
|
||||
svg[fill^="#8a6a24"],
|
||||
rect[fill^="#8a6a24"],
|
||||
path[fill^="#8a6a24"] {
|
||||
fill: var(--status-warning) !important;
|
||||
}
|
||||
/*--- Status Icon Recolor (ONLINE) ---*/
|
||||
path[fill^="#5c6631"],
|
||||
svg[fill^="#5c6631"],
|
||||
rect[fill^="#5c6631"],
|
||||
path[fill^="#5c6631"],
|
||||
svg[fill^="#5c6631"],
|
||||
rect[fill^="#5c6631"] {
|
||||
fill: var(--status-positive) !important;
|
||||
}
|
||||
/*--- Status Icon Recolor (OFFLINE) ---*/
|
||||
svg[fill^="#8d8578"],
|
||||
rect[fill^="#8d8578"],
|
||||
path[fill^="#8d8578"],
|
||||
svg[fill^="#8d8578"],
|
||||
rect[fill^="#8d8578"],
|
||||
path[fill^="#8d8578"] {
|
||||
fill: var(--base03) !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* --- Light Theme Fix? --- */
|
||||
.theme-light {
|
||||
--base01: color-mix(in srgb, var(--color00) 95%, black) !important;
|
||||
--base02: color-mix(in srgb, var(--color00) 85%, black) !important;
|
||||
--base03: color-mix(in srgb, var(--color00) 50%, black) !important;
|
||||
--base04: color-mix(in srgb, var(--color00) 70%, black) !important;
|
||||
--base06: color-mix(in srgb, var(--color05) 95%, white) !important;
|
||||
--base07: color-mix(in srgb, var(--color05) 90%, white) !important;
|
||||
}
|
||||
|
||||
[class*="sidebar"]::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 1px;
|
||||
background: rgba(255,255,255,0.05);
|
||||
transform: scaleX(0.5);
|
||||
transform-origin: right;
|
||||
pointer-events: none;
|
||||
}
|
||||
/* me-reacted reaction button — robust (class-substring, version-independent) */
|
||||
[class*="reactionMe"] {
|
||||
background-color: color-mix(in srgb, var(--base0D) 22%, var(--base00)) !important;
|
||||
border: 1px solid var(--base0D) !important;
|
||||
}
|
||||
[class*="reactionMe"] * {
|
||||
color: var(--base0F) !important;
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "theme-ash",
|
||||
"displayName": "Ash Theme",
|
||||
"description": "Ash color theme",
|
||||
"publisher": "local",
|
||||
"version": "1.0.0",
|
||||
"engines": {
|
||||
"vscode": "^1.70.0"
|
||||
},
|
||||
"categories": [
|
||||
"Themes"
|
||||
],
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"label": "Ash",
|
||||
"uiTheme": "vs",
|
||||
"path": "./themes/ash-color-theme.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "Ash",
|
||||
"extension": "local.theme-ash"
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
@define-color selected-text #5b5449;
|
||||
@define-color text #2a2822;
|
||||
@define-color base #e9e3d5;
|
||||
@define-color border #8d8578;
|
||||
@define-color foreground #2a2822;
|
||||
@define-color background #e9e3d5;
|
||||
@define-color border2 #141310;
|
||||
|
||||
@keyframes open {
|
||||
from {
|
||||
opacity: 0;
|
||||
transform: scaleY(0.3);
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
transform: scaleY(1);
|
||||
}
|
||||
}
|
||||
|
||||
window * {
|
||||
all: unset;
|
||||
color: @text;
|
||||
background: none;
|
||||
border: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
/* flat translucent panel (no gradient masking the alpha); !important beats omarchy-default style.css */
|
||||
window .box-wrapper {
|
||||
background: alpha(@base, 0.80) !important;
|
||||
background-image: none !important;
|
||||
border-radius: 5px;
|
||||
padding: 10px;
|
||||
margin: 0;
|
||||
min-width: 230px;
|
||||
max-width: 230px;
|
||||
border: 2px solid alpha(@border2, 0.65);
|
||||
animation: open 200ms cubic-bezier(0.34, 1.2, 0.64, 1) forwards;
|
||||
transform-origin: top center;
|
||||
box-shadow: 0 2px 12px alpha(black, 0.85);
|
||||
}
|
||||
|
||||
window .search-container {
|
||||
border: 2px solid alpha(@border2, 0.4);
|
||||
border-radius: 4px;
|
||||
padding: 5px 8px;
|
||||
margin-bottom: 4px;
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
window .keybind-hints {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
window .input {
|
||||
background: transparent;
|
||||
color: @text;
|
||||
}
|
||||
|
||||
window .item-text-box {
|
||||
padding: 7px 0;
|
||||
}
|
||||
|
||||
window .item-box {
|
||||
padding: 0 8px;
|
||||
border-radius: 5px;
|
||||
transition: background 150ms ease;
|
||||
}
|
||||
|
||||
window .item-image {
|
||||
-gtk-icon-size: 18px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
window .normal-icons { -gtk-icon-size: 18px; }
|
||||
window .large-icons { -gtk-icon-size: 18px; }
|
||||
|
||||
window child:selected {
|
||||
border: 2px solid alpha(@border2, 0.4);
|
||||
border-radius: 4px;
|
||||
background: mix(#5c6631, @background, 0.85);
|
||||
}
|
||||
|
||||
window child:selected .item-box * {
|
||||
color: @selected-text;
|
||||
transition: color 150ms ease;
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
name: Aether
|
||||
accent: "#a85f1d"
|
||||
cursor: "#a85f1d"
|
||||
background: "#e9e3d5"
|
||||
foreground: "#2a2822"
|
||||
details: darker
|
||||
|
||||
terminal_colors:
|
||||
normal:
|
||||
black: "#e9e3d5"
|
||||
red: "#96392a"
|
||||
green: "#5c6631"
|
||||
yellow: "#c56a2b"
|
||||
blue: "#3d6b72"
|
||||
magenta: "#6a4c72"
|
||||
cyan: "#3d6b72"
|
||||
white: "#5b5449"
|
||||
bright:
|
||||
black: "#8d8578"
|
||||
red: "#96392a"
|
||||
green: "#5c6631"
|
||||
yellow: "#c56a2b"
|
||||
blue: "#3d6b72"
|
||||
magenta: "#6a4c72"
|
||||
cyan: "#3d6b72"
|
||||
white: "#2a2822"
|
||||
@@ -0,0 +1,2 @@
|
||||
@define-color background #e9e3d5;
|
||||
@define-color foreground #2a2822;
|
||||
@@ -0,0 +1,49 @@
|
||||
@define-color bg #e9e3d5;
|
||||
@define-color fg #2a2822;
|
||||
@define-color gray1 #5c6631;
|
||||
@define-color gray2 #8d8578;
|
||||
@define-color gray3 #a85f1d;
|
||||
@define-color gray4 #c56a2b;
|
||||
@define-color gray5 #6a4c72;
|
||||
@define-color fg_bright #2a2822;
|
||||
|
||||
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;
|
||||
}
|
||||
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
|
||||
"name": "Omarchy",
|
||||
"author": "@bypass_",
|
||||
"themes": [
|
||||
{
|
||||
"name": "Omarchy",
|
||||
"appearance": "dark",
|
||||
"style": {
|
||||
"background": "#e9e3d590",
|
||||
"editor.background": "#e9e3d590",
|
||||
"editor.foreground": "#2a2822",
|
||||
"text": "#2a2822",
|
||||
"text.muted": "#2a282270",
|
||||
"text.ignored": "#2a282240",
|
||||
"text.placeholder": "#2a282250",
|
||||
"ignored": "#2a282230",
|
||||
"element.hover": "#2a282230",
|
||||
"ghost_element.hover": "#8d857830",
|
||||
"ghost_element.selected": "#8d857830",
|
||||
"ghost_element.active": "#8d857860",
|
||||
"border": "#e9e3d5",
|
||||
"editor.highlighted_line.background": "#8d857810",
|
||||
"editor.active_line.background": "#8d857810",
|
||||
"panel.background": "#e9e3d590",
|
||||
"title_bar.background": "#e9e3d590",
|
||||
"title_bar.inactive_background": "#e9e3d590",
|
||||
"status_bar.background": "#e9e3d590",
|
||||
"drop_target.background": "#e9e3d590",
|
||||
"elevated_surface.background": "#e9e3d5",
|
||||
"toolbar.background": "#e9e3d590",
|
||||
"tab_bar.background": "#e9e3d590",
|
||||
"tab.inactive_background": "#e9e3d590",
|
||||
"tab.active_background": "#8d857830",
|
||||
"scrollbar.track.background": "transparent",
|
||||
"scrollbar.track.border": "#e9e3d5",
|
||||
"scrollbar.thumb.background": "#2a2822",
|
||||
"editor.gutter.background": "#e9e3d590",
|
||||
"terminal.background": "#e9e3d510",
|
||||
"terminal.foreground": "#2a2822",
|
||||
"terminal.dim_foreground": "#2a2822",
|
||||
"terminal.bright_foreground": "#2a2822",
|
||||
"terminal.ansi.black": "#e9e3d5",
|
||||
"terminal.ansi.red": "#96392a",
|
||||
"terminal.ansi.green": "#5c6631",
|
||||
"terminal.ansi.yellow": "#c56a2b",
|
||||
"terminal.ansi.blue": "#3d6b72",
|
||||
"terminal.ansi.magenta": "#6a4c72",
|
||||
"terminal.ansi.cyan": "#3d6b72",
|
||||
"terminal.ansi.white": "#5b5449",
|
||||
"terminal.ansi.bright_black": "#8d8578",
|
||||
"terminal.ansi.bright_red": "#96392a",
|
||||
"terminal.ansi.bright_green": "#5c6631",
|
||||
"terminal.ansi.bright_yellow": "#c56a2b",
|
||||
"terminal.ansi.bright_blue": "#3d6b72",
|
||||
"terminal.ansi.bright_magenta": "#6a4c72",
|
||||
"terminal.ansi.bright_cyan": "#3d6b72",
|
||||
"terminal.ansi.bright_white": "#2a2822",
|
||||
"modified": "#96392a",
|
||||
"syntax": {
|
||||
"attribute": {
|
||||
"color": "#5b5449"
|
||||
},
|
||||
"boolean": {
|
||||
"color": "#5c6631"
|
||||
},
|
||||
"comment": {
|
||||
"color": "#8d8578"
|
||||
},
|
||||
"comment.doc": {
|
||||
"color": "#8d8578"
|
||||
},
|
||||
"constant": {
|
||||
"color": "#5c6631"
|
||||
},
|
||||
"function": {
|
||||
"color": "#3d6b72"
|
||||
},
|
||||
"keyword": {
|
||||
"color": "#a85f1d"
|
||||
},
|
||||
"number": {
|
||||
"color": "#6a4c72"
|
||||
},
|
||||
"operator": {
|
||||
"color": "#a85f1d"
|
||||
},
|
||||
"string": {
|
||||
"color": "#96392a"
|
||||
},
|
||||
"variable": {
|
||||
"color": "#5c6631"
|
||||
}
|
||||
},
|
||||
"players": [
|
||||
{
|
||||
"cursor": "#2a2822",
|
||||
"background": "#e9e3d5",
|
||||
"selection": "#2a282230"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
:root {
|
||||
--color00: #e9e3d5;
|
||||
--color01: #e9e3d5;
|
||||
--color02: #e9e3d5;
|
||||
--color03: #5b5449;
|
||||
--color04: #2a2822;
|
||||
--color05: #2a2822;
|
||||
--color06: #2a2822;
|
||||
--color07: #2a2822;
|
||||
--color08: #96392a;
|
||||
--color09: #c56a2b;
|
||||
--color0A: #c56a2b;
|
||||
--color0B: #5c6631;
|
||||
--color0C: #3d6b72;
|
||||
--color0D: #3d6b72;
|
||||
--color0E: #6a4c72;
|
||||
--color0F: #96392a;
|
||||
}
|
||||
Reference in New Issue
Block a user