mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Add a new theme called Hackerman (#3317)
* Add a new theme called hackerman * Update to follow the Omarchy hot reload * Add high res wallpapers * Add an initial vscode color scheme * Excess CR * Set the colorscheme name to aether * Change the nvim plugin name back to aether * Add hot reload * Use a variant of aether * Swap the starting background * Add migration * Add preview.png --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
6
migrations/1763626772.sh
Normal file
6
migrations/1763626772.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
echo "Make hackerman available as new theme"
|
||||
|
||||
if [[ ! -L ~/.config/omarchy/themes/hackerman ]]; then
|
||||
rm -rf ~/.config/omarchy/themes/hackerman
|
||||
ln -nfs ~/.local/share/omarchy/themes/hackerman ~/.config/omarchy/themes/
|
||||
fi
|
||||
28
themes/hackerman/alacritty.toml
Normal file
28
themes/hackerman/alacritty.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
[colors]
|
||||
[colors.primary]
|
||||
background = "#0B0C16"
|
||||
foreground = "#ddf7ff"
|
||||
|
||||
[colors.normal]
|
||||
black = "#0B0C16"
|
||||
red = "#50f872"
|
||||
green = "#4fe88f"
|
||||
yellow = "#50f7d4"
|
||||
blue = "#829dd4"
|
||||
magenta = "#86a7df"
|
||||
cyan = "#7cf8f7"
|
||||
white = "#85E1FB"
|
||||
|
||||
[colors.bright]
|
||||
black = "#6a6e95"
|
||||
red = "#85ff9d"
|
||||
green = "#9cf7c2"
|
||||
yellow = "#a4ffec"
|
||||
blue = "#c4d2ed"
|
||||
magenta = "#cddbf4"
|
||||
cyan = "#d1fffe"
|
||||
white = "#ddf7ff"
|
||||
|
||||
[colors.cursor]
|
||||
text = "#0B0C16"
|
||||
cursor = "#ddf7ff"
|
||||
BIN
themes/hackerman/backgrounds/1.jpg
Normal file
BIN
themes/hackerman/backgrounds/1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 MiB |
BIN
themes/hackerman/backgrounds/2.jpg
Normal file
BIN
themes/hackerman/backgrounds/2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 MiB |
70
themes/hackerman/btop.theme
Normal file
70
themes/hackerman/btop.theme
Normal file
@@ -0,0 +1,70 @@
|
||||
# Main background, empty for terminal default, need to be empty if you want transparent background
|
||||
theme[main_bg]="#0B0C16"
|
||||
|
||||
# Main text color
|
||||
theme[main_fg]="#ddf7ff"
|
||||
|
||||
# Title color for boxes
|
||||
theme[title]="#86a7df"
|
||||
|
||||
# Highlight color for keyboard shortcuts
|
||||
theme[hi_fg]="#7cf8f7"
|
||||
|
||||
# Background color of selected item in processes box
|
||||
theme[selected_bg]="#6a6e95"
|
||||
|
||||
# Foreground color of selected item in processes box
|
||||
theme[selected_fg]="#ddf7ff"
|
||||
|
||||
# Color of inactive/disabled text
|
||||
theme[inactive_fg]="#6a6e95"
|
||||
|
||||
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
|
||||
theme[proc_misc]="#86a7df"
|
||||
|
||||
# Box outline and divider line color
|
||||
theme[cpu_box]="#4fe88f"
|
||||
theme[mem_box]="#4fe88f"
|
||||
theme[net_box]="#4fe88f"
|
||||
theme[proc_box]="#4fe88f"
|
||||
theme[div_line]="#6a6e95"
|
||||
|
||||
# Gradient for all meters and graphs
|
||||
theme[temp_start]="#7cf8f7"
|
||||
theme[temp_mid]="#829dd4"
|
||||
theme[temp_end]="#4fe88f"
|
||||
|
||||
|
||||
theme[cpu_start]="#7cf8f7"
|
||||
theme[cpu_mid]="#829dd4"
|
||||
theme[cpu_end]="#4fe88f"
|
||||
|
||||
|
||||
theme[free_start]="#829dd4"
|
||||
theme[free_mid]="#50f7d4"
|
||||
theme[free_end]="#50f7d4"
|
||||
|
||||
|
||||
theme[cached_start]="#50f7d4"
|
||||
theme[cached_mid]="#50f7d4"
|
||||
theme[cached_end]="#50f7d4"
|
||||
|
||||
|
||||
theme[available_start]="#7cf8f7"
|
||||
theme[available_mid]="#7cf8f7"
|
||||
theme[available_end]="#7cf8f7"
|
||||
|
||||
|
||||
theme[used_start]="#4fe88f"
|
||||
theme[used_mid]="#4fe88f"
|
||||
theme[used_end]="#4fe88f"
|
||||
|
||||
|
||||
theme[download_start]="#50f7d4"
|
||||
theme[download_mid]="#7cf8f7"
|
||||
theme[download_end]="#829dd4"
|
||||
|
||||
|
||||
theme[upload_start]="#50f7d4"
|
||||
theme[upload_mid]="#7cf8f7"
|
||||
theme[upload_end]="#829dd4"
|
||||
1
themes/hackerman/chromium.theme
Normal file
1
themes/hackerman/chromium.theme
Normal file
@@ -0,0 +1 @@
|
||||
11,12,22
|
||||
23
themes/hackerman/ghostty.conf
Normal file
23
themes/hackerman/ghostty.conf
Normal file
@@ -0,0 +1,23 @@
|
||||
# Background and foreground colors
|
||||
background = #0B0C16
|
||||
foreground = #ddf7ff
|
||||
|
||||
# Standard colors
|
||||
palette = 0=#0B0C16
|
||||
palette = 1=#50f872
|
||||
palette = 2=#4fe88f
|
||||
palette = 3=#50f7d4
|
||||
palette = 4=#829dd4
|
||||
palette = 5=#86a7df
|
||||
palette = 6=#7cf8f7
|
||||
palette = 7=#85E1FB
|
||||
|
||||
# Bright colors
|
||||
palette = 8=#6a6e95
|
||||
palette = 9=#85ff9d
|
||||
palette = 10=#9cf7c2
|
||||
palette = 11=#a4ffec
|
||||
palette = 12=#c4d2ed
|
||||
palette = 13=#cddbf4
|
||||
palette = 14=#d1fffe
|
||||
palette = 15=#ddf7ff
|
||||
12
themes/hackerman/hyprland.conf
Normal file
12
themes/hackerman/hyprland.conf
Normal 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 = rgba(26a269ee) rgba(2ec27eee) 45deg
|
||||
|
||||
general {
|
||||
col.active_border = $activeBorderColor
|
||||
}
|
||||
|
||||
group {
|
||||
col.border_active = $activeBorderColor
|
||||
}
|
||||
6
themes/hackerman/hyprlock.conf
Normal file
6
themes/hackerman/hyprlock.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
$color = rgba(11, 12, 22, 1)
|
||||
$inner_color = rgba(11, 12, 22, 0.66)
|
||||
$outer_color = rgba(134, 167, 223, 1)
|
||||
$font_color = rgba(221, 247, 255, 1)
|
||||
$placeholder_color = rgba(221, 247, 255, 0.7)
|
||||
$check_color = rgba(124, 248, 247, 1)
|
||||
1
themes/hackerman/icons.theme
Normal file
1
themes/hackerman/icons.theme
Normal file
@@ -0,0 +1 @@
|
||||
Yaru-blue
|
||||
34
themes/hackerman/kitty.conf
Normal file
34
themes/hackerman/kitty.conf
Normal file
@@ -0,0 +1,34 @@
|
||||
background #0B0C16
|
||||
foreground #ddf7ff
|
||||
|
||||
# black
|
||||
color0 #0B0C16
|
||||
color8 #6a6e95
|
||||
|
||||
# red
|
||||
color1 #50f872
|
||||
color9 #85ff9d
|
||||
|
||||
# green
|
||||
color2 #4fe88f
|
||||
color10 #9cf7c2
|
||||
|
||||
# yellow
|
||||
color3 #50f7d4
|
||||
color11 #a4ffec
|
||||
|
||||
# blue
|
||||
color4 #829dd4
|
||||
color12 #c4d2ed
|
||||
|
||||
# magenta
|
||||
color5 #86a7df
|
||||
color13 #cddbf4
|
||||
|
||||
#cyan
|
||||
color6 #7cf8f7
|
||||
color14 #d1fffe
|
||||
|
||||
#white
|
||||
color7 #85E1FB
|
||||
color15 #ddf7ff
|
||||
21
themes/hackerman/mako.ini
Normal file
21
themes/hackerman/mako.ini
Normal file
@@ -0,0 +1,21 @@
|
||||
text-color=#ddf7ff
|
||||
border-color=#86a7df
|
||||
background-color=#0B0C16
|
||||
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
themes/hackerman/neovim.lua
Normal file
13
themes/hackerman/neovim.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
return {
|
||||
{
|
||||
"bjarneo/hackerman.nvim",
|
||||
dependencies = { "bjarneo/aether.nvim" }, -- Ensure aether is loaded first
|
||||
priority = 1000,
|
||||
},
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "hackerman",
|
||||
},
|
||||
},
|
||||
}
|
||||
BIN
themes/hackerman/preview.png
Normal file
BIN
themes/hackerman/preview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 525 KiB |
5
themes/hackerman/swayosd.css
Normal file
5
themes/hackerman/swayosd.css
Normal file
@@ -0,0 +1,5 @@
|
||||
@define-color background-color #0B0C16;
|
||||
@define-color border-color #6a6e95;
|
||||
@define-color label #ddf7ff;
|
||||
@define-color image #ddf7ff;
|
||||
@define-color progress #50f7d4;
|
||||
4
themes/hackerman/vscode.json
Normal file
4
themes/hackerman/vscode.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "Hackerman",
|
||||
"extension": "Bjarne.hackerman-omarchy"
|
||||
}
|
||||
6
themes/hackerman/walker.css
Normal file
6
themes/hackerman/walker.css
Normal file
@@ -0,0 +1,6 @@
|
||||
@define-color selected-text #829dd4;
|
||||
@define-color text #ddf7ff;
|
||||
@define-color base #0B0C16;
|
||||
@define-color border #6a6e95;
|
||||
@define-color foreground #ddf7ff;
|
||||
@define-color background #0B0C16;
|
||||
2
themes/hackerman/waybar.css
Normal file
2
themes/hackerman/waybar.css
Normal file
@@ -0,0 +1,2 @@
|
||||
@define-color background #0B0C16;
|
||||
@define-color foreground #ddf7ff;
|
||||
Reference in New Issue
Block a user