first commit

This commit is contained in:
2026-02-28 21:33:05 +01:00
commit adf7aef479
19 changed files with 568 additions and 0 deletions

190
aether.override.css Normal file
View File

@@ -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 #050202;
@define-color foreground #fdf6f6;
@define-color black #050202;
@define-color red #f53353;
@define-color green #ff3858;
@define-color yellow #fa4c6a;
@define-color blue #ff2649;
@define-color magenta #f84764;
@define-color cyan #fe5b75;
@define-color white #f3ced4;
@define-color bright_black #e4677c;
@define-color bright_red #fc889c;
@define-color bright_green #ff94a6;
@define-color bright_yellow #fea3b3;
@define-color bright_blue #ff4f6c;
@define-color bright_magenta #ff6880;
@define-color bright_cyan #ff8297;
@define-color bright_white #fdf6f6;
/* 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;
}

28
alacritty.toml Normal file
View File

@@ -0,0 +1,28 @@
[colors]
[colors.primary]
background = "#050202"
foreground = "#fdf6f6"
[colors.normal]
black = "#050202"
red = "#f53353"
green = "#ff3858"
yellow = "#fa4c6a"
blue = "#ff2649"
magenta = "#f84764"
cyan = "#fe5b75"
white = "#f3ced4"
[colors.bright]
black = "#e4677c"
red = "#fc889c"
green = "#ff94a6"
yellow = "#fea3b3"
blue = "#ff4f6c"
magenta = "#ff6880"
cyan = "#ff8297"
white = "#fdf6f6"
[colors.cursor]
text = "#050202"
cursor = "#fdf6f6"

BIN
backgrounds/1168976.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 MiB

70
btop.theme Normal file
View File

@@ -0,0 +1,70 @@
# Main background, empty for terminal default, need to be empty if you want transparent background
theme[main_bg]="#050202"
# Main text color
theme[main_fg]="#fdf6f6"
# Title color for boxes
theme[title]="#f84764"
# Highlight color for keyboard shortcuts
theme[hi_fg]="#fe5b75"
# Background color of selected item in processes box
theme[selected_bg]="#e4677c"
# Foreground color of selected item in processes box
theme[selected_fg]="#fdf6f6"
# Color of inactive/disabled text
theme[inactive_fg]="#e4677c"
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
theme[proc_misc]="#f84764"
# Box outline and divider line color
theme[cpu_box]="#ff3858"
theme[mem_box]="#ff3858"
theme[net_box]="#ff3858"
theme[proc_box]="#ff3858"
theme[div_line]="#e4677c"
# Gradient for all meters and graphs
theme[temp_start]="#fe5b75"
theme[temp_mid]="#ff2649"
theme[temp_end]="#ff3858"
theme[cpu_start]="#fe5b75"
theme[cpu_mid]="#ff2649"
theme[cpu_end]="#ff3858"
theme[free_start]="#ff2649"
theme[free_mid]="#fa4c6a"
theme[free_end]="#fa4c6a"
theme[cached_start]="#fa4c6a"
theme[cached_mid]="#fa4c6a"
theme[cached_end]="#fa4c6a"
theme[available_start]="#fe5b75"
theme[available_mid]="#fe5b75"
theme[available_end]="#fe5b75"
theme[used_start]="#ff3858"
theme[used_mid]="#ff3858"
theme[used_end]="#ff3858"
theme[download_start]="#fa4c6a"
theme[download_mid]="#fe5b75"
theme[download_end]="#ff2649"
theme[upload_start]="#fa4c6a"
theme[upload_mid]="#fe5b75"
theme[upload_end]="#ff2649"

1
chromium.theme Normal file
View File

@@ -0,0 +1 @@
5,2,2

35
colors.toml Normal file
View File

@@ -0,0 +1,35 @@
# Accent and UI colors
accent = "#ff2649"
active_border_color = "#ff4f6c"
active_tab_background = "#ff2649"
# Cursor colors
cursor = "#fdf6f6"
# Primary colors
foreground = "#fdf6f6"
background = "#050202"
# Selection colors
selection_foreground = "#050202"
selection_background = "#ff2649"
# Normal colors (ANSI 0-7)
color0 = "#050202"
color1 = "#f53353"
color2 = "#ff3858"
color3 = "#fa4c6a"
color4 = "#ff2649"
color5 = "#f84764"
color6 = "#fe5b75"
color7 = "#f3ced4"
# Bright colors (ANSI 8-15)
color8 = "#e4677c"
color9 = "#fc889c"
color10 = "#ff94a6"
color11 = "#fea3b3"
color12 = "#ff4f6c"
color13 = "#ff6880"
color14 = "#ff8297"
color15 = "#fdf6f6"

23
ghostty.conf Normal file
View File

@@ -0,0 +1,23 @@
# Background and foreground colors
background = #050202
foreground = #fdf6f6
# Standard colors
palette = 0=#050202
palette = 1=#f53353
palette = 2=#ff3858
palette = 3=#fa4c6a
palette = 4=#ff2649
palette = 5=#f84764
palette = 6=#fe5b75
palette = 7=#f3ced4
# Bright colors
palette = 8=#e4677c
palette = 9=#fc889c
palette = 10=#ff94a6
palette = 11=#fea3b3
palette = 12=#ff4f6c
palette = 13=#ff6880
palette = 14=#ff8297
palette = 15=#fdf6f6

12
hyprland.conf Normal file
View File

@@ -0,0 +1,12 @@
# This file is not a full hyprland configuration.
# It is intended to be included in your main hyprland.conf.
$activeBorderColor = rgb(ff2649)
general {
col.active_border = $activeBorderColor
}
group {
col.border_active = $activeBorderColor
}

6
hyprlock.conf Normal file
View File

@@ -0,0 +1,6 @@
$color = rgba(5, 2, 2, 1)
$inner_color = rgba(5, 2, 2, 0.66)
$outer_color = rgba(248, 71, 100, 1)
$font_color = rgba(253, 246, 246, 1)
$placeholder_color = rgba(253, 246, 246, 0.7)
$check_color = rgba(254, 91, 117, 1)

1
icons.theme Normal file
View File

@@ -0,0 +1 @@
Yaru-red

36
kitty.conf Normal file
View File

@@ -0,0 +1,36 @@
background #050202
foreground #fdf6f6
# black
color0 #050202
color8 #e4677c
# red
color1 #f53353
color9 #fc889c
# green
color2 #ff3858
color10 #ff94a6
# yellow
color3 #fa4c6a
color11 #fea3b3
# blue
color4 #ff2649
color12 #ff4f6c
# magenta
color5 #f84764
color13 #ff6880
#cyan
color6 #fe5b75
color14 #ff8297
#white
color7 #f3ced4
color15 #fdf6f6

21
mako.ini Normal file
View File

@@ -0,0 +1,21 @@
text-color=#fdf6f6
border-color=#f84764
background-color=#050202
width=420
height=110
padding=10
border-size=2
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

56
neovim.lua Normal file
View File

@@ -0,0 +1,56 @@
return {
{
"bjarneo/aether.nvim",
branch = "v2",
name = "aether",
priority = 1000,
opts = {
transparent = false,
colors = {
-- Background colors
bg = "#050202",
bg_dark = "#050202",
bg_highlight = "#e4677c",
-- Foreground colors
-- fg: Object properties, builtin types, builtin variables, member access, default text
fg = "#fdf6f6",
-- fg_dark: Inactive elements, statusline, secondary text
fg_dark = "#f3ced4",
-- comment: Line highlight, gutter elements, disabled states
comment = "#e4677c",
-- Accent colors
-- red: Errors, diagnostics, tags, deletions, breakpoints
red = "#f53353",
-- orange: Constants, numbers, current line number, git modifications
orange = "#fc889c",
-- yellow: Types, classes, constructors, warnings, numbers, booleans
yellow = "#fa4c6a",
-- green: Comments, strings, success states, git additions
green = "#ff3858",
-- cyan: Parameters, regex, preprocessor, hints, properties
cyan = "#fe5b75",
-- blue: Functions, keywords, directories, links, info diagnostics
blue = "#ff2649",
-- purple: Storage keywords, special keywords, identifiers, namespaces
purple = "#f84764",
-- magenta: Function declarations, exception handling, tags
magenta = "#ff6880",
},
},
config = function(_, opts)
require("aether").setup(opts)
vim.cmd.colorscheme("aether")
-- Enable hot reload
require("aether.hotreload").setup()
end,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "aether",
},
},
}

5
swayosd.css Normal file
View File

@@ -0,0 +1,5 @@
@define-color background-color #050202;
@define-color border-color #e4677c;
@define-color label #fdf6f6;
@define-color image #fdf6f6;
@define-color progress #fa4c6a;

1
vscode.json Normal file
View File

@@ -0,0 +1 @@
{}

6
walker.css Normal file
View File

@@ -0,0 +1,6 @@
@define-color selected-text #ff2649;
@define-color text #fdf6f6;
@define-color base #050202;
@define-color border #e4677c;
@define-color foreground #fdf6f6;
@define-color background #050202;

26
warp.yaml Normal file
View File

@@ -0,0 +1,26 @@
name: Aether
accent: "#ff2649"
cursor: "#ff2649"
background: "#050202"
foreground: "#fdf6f6"
details: darker
terminal_colors:
normal:
black: "#050202"
red: "#f53353"
green: "#ff3858"
yellow: "#fa4c6a"
blue: "#ff2649"
magenta: "#f84764"
cyan: "#fe5b75"
white: "#f3ced4"
bright:
black: "#e4677c"
red: "#fc889c"
green: "#ff94a6"
yellow: "#fea3b3"
blue: "#ff4f6c"
magenta: "#ff6880"
cyan: "#ff8297"
white: "#fdf6f6"

2
waybar.css Normal file
View File

@@ -0,0 +1,2 @@
@define-color background #050202;
@define-color foreground #fdf6f6;

49
wofi.css Normal file
View File

@@ -0,0 +1,49 @@
@define-color bg #050202;
@define-color fg #fdf6f6;
@define-color gray1 #ff3858;
@define-color gray2 #e4677c;
@define-color gray3 #ff2649;
@define-color gray4 #fa4c6a;
@define-color gray5 #f84764;
@define-color fg_bright #fdf6f6;
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;
}