Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions migrations/1763583093.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
echo "Make ethereal available as new theme"

if [[ ! -L ~/.config/omarchy/themes/ethereal ]]; then
rm -rf ~/.config/omarchy/themes/ethereal
ln -nfs ~/.local/share/omarchy/themes/ethereal ~/.config/omarchy/themes/
fi
28 changes: 28 additions & 0 deletions themes/ethereal/alacritty.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[colors]
[colors.primary]
background = "#060B1E"
foreground = "#ffcead"

[colors.normal]
black = "#060B1E"
red = "#ED5B5A"
green = "#92a593"
yellow = "#E9BB4F"
blue = "#7d82d9"
magenta = "#c89dc1"
cyan = "#a3bfd1"
white = "#F99957"

[colors.bright]
black = "#6d7db6"
red = "#faaaa9"
green = "#c4cfc4"
yellow = "#f7dc9c"
blue = "#c2c4f0"
magenta = "#ead7e7"
cyan = "#dfeaf0"
white = "#ffcead"

[colors.cursor]
text = "#060B1E"
cursor = "#ffcead"
Binary file added themes/ethereal/backgrounds/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
70 changes: 70 additions & 0 deletions themes/ethereal/btop.theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# Main background, empty for terminal default, need to be empty if you want transparent background
theme[main_bg]="#060B1E"

# Main text color
theme[main_fg]="#ffcead"

# Title color for boxes
theme[title]="#c89dc1"

# Highlight color for keyboard shortcuts
theme[hi_fg]="#a3bfd1"

# Background color of selected item in processes box
theme[selected_bg]="#6d7db6"

# Foreground color of selected item in processes box
theme[selected_fg]="#ffcead"

# Color of inactive/disabled text
theme[inactive_fg]="#6d7db6"

# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
theme[proc_misc]="#c89dc1"

# Box outline and divider line color
theme[cpu_box]="#92a593"
theme[mem_box]="#92a593"
theme[net_box]="#92a593"
theme[proc_box]="#92a593"
theme[div_line]="#6d7db6"

# Gradient for all meters and graphs
theme[temp_start]="#a3bfd1"
theme[temp_mid]="#7d82d9"
theme[temp_end]="#92a593"


theme[cpu_start]="#a3bfd1"
theme[cpu_mid]="#7d82d9"
theme[cpu_end]="#92a593"


theme[free_start]="#7d82d9"
theme[free_mid]="#E9BB4F"
theme[free_end]="#E9BB4F"


theme[cached_start]="#E9BB4F"
theme[cached_mid]="#E9BB4F"
theme[cached_end]="#E9BB4F"


theme[available_start]="#a3bfd1"
theme[available_mid]="#a3bfd1"
theme[available_end]="#a3bfd1"


theme[used_start]="#92a593"
theme[used_mid]="#92a593"
theme[used_end]="#92a593"


theme[download_start]="#E9BB4F"
theme[download_mid]="#a3bfd1"
theme[download_end]="#7d82d9"


theme[upload_start]="#E9BB4F"
theme[upload_mid]="#a3bfd1"
theme[upload_end]="#7d82d9"
1 change: 1 addition & 0 deletions themes/ethereal/chromium.theme
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6,11,30
23 changes: 23 additions & 0 deletions themes/ethereal/ghostty.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Background and foreground colors
background = #060B1E
foreground = #ffcead

# Standard colors
palette = 0=#060B1E
palette = 1=#ED5B5A
palette = 2=#92a593
palette = 3=#E9BB4F
palette = 4=#7d82d9
palette = 5=#c89dc1
palette = 6=#a3bfd1
palette = 7=#F99957

# Bright colors
palette = 8=#6d7db6
palette = 9=#faaaa9
palette = 10=#c4cfc4
palette = 11=#f7dc9c
palette = 12=#c2c4f0
palette = 13=#ead7e7
palette = 14=#dfeaf0
palette = 15=#ffcead
12 changes: 12 additions & 0 deletions themes/ethereal/hyprland.conf
Original file line number Diff line number Diff line change
@@ -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(4E85D8)

general {
col.active_border = $activeBorderColor
}

group {
col.border_active = $activeBorderColor
}
6 changes: 6 additions & 0 deletions themes/ethereal/hyprlock.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
$color = rgba(6, 11, 30, 1)
$inner_color = rgba(6, 11, 30, 0.66)
$outer_color = rgba(200, 157, 193, 1)
$font_color = rgba(255, 206, 173, 1)
$placeholder_color = rgba(255, 206, 173, 0.7)
$check_color = rgba(163, 191, 209, 1)
1 change: 1 addition & 0 deletions themes/ethereal/icons.theme
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Yaru-magenta
34 changes: 34 additions & 0 deletions themes/ethereal/kitty.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
background #060B1E
foreground #ffcead

# black
color0 #060B1E
color8 #6d7db6

# red
color1 #ED5B5A
color9 #faaaa9

# green
color2 #92a593
color10 #c4cfc4

# yellow
color3 #E9BB4F
color11 #f7dc9c

# blue
color4 #7d82d9
color12 #c2c4f0

# magenta
color5 #c89dc1
color13 #ead7e7

#cyan
color6 #a3bfd1
color14 #dfeaf0

#white
color7 #F99957
color15 #ffcead
21 changes: 21 additions & 0 deletions themes/ethereal/mako.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
text-color=#ffcead
border-color=#c89dc1
background-color=#060B1E
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
13 changes: 13 additions & 0 deletions themes/ethereal/neovim.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
return {
{
"bjarneo/ethereal.nvim",
dependencies = { "bjarneo/aether.nvim" }, -- Ensure aether is loaded first
priority = 1000,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "ethereal",
},
},
}
Binary file added themes/ethereal/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions themes/ethereal/swayosd.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@define-color background-color #060B1E;
@define-color border-color #6d7db6;
@define-color label #ffcead;
@define-color image #ffcead;
@define-color progress #E9BB4F;
4 changes: 4 additions & 0 deletions themes/ethereal/vscode.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Ethereal",
"extension": "Bjarne.ethereal-omarchy"
}
6 changes: 6 additions & 0 deletions themes/ethereal/walker.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@define-color selected-text #7d82d9;
@define-color text #ffcead;
@define-color base #060B1E;
@define-color border #6d7db6;
@define-color foreground #ffcead;
@define-color background #060B1E;
2 changes: 2 additions & 0 deletions themes/ethereal/waybar.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@define-color background #060B1E;
@define-color foreground #ffcead;