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/1763626772.sh
Original file line number Diff line number Diff line change
@@ -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 changes: 28 additions & 0 deletions themes/hackerman/alacritty.toml
Original file line number Diff line number Diff line change
@@ -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"
Binary file added themes/hackerman/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.
Binary file added themes/hackerman/backgrounds/2.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/hackerman/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]="#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 change: 1 addition & 0 deletions themes/hackerman/chromium.theme
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
11,12,22
23 changes: 23 additions & 0 deletions themes/hackerman/ghostty.conf
Original file line number Diff line number Diff line change
@@ -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 changes: 12 additions & 0 deletions themes/hackerman/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 = rgba(26a269ee) rgba(2ec27eee) 45deg

general {
col.active_border = $activeBorderColor
}

group {
col.border_active = $activeBorderColor
}
6 changes: 6 additions & 0 deletions themes/hackerman/hyprlock.conf
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions themes/hackerman/icons.theme
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Yaru-blue
34 changes: 34 additions & 0 deletions themes/hackerman/kitty.conf
Original file line number Diff line number Diff line change
@@ -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 changes: 21 additions & 0 deletions themes/hackerman/mako.ini
Original file line number Diff line number Diff line change
@@ -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 changes: 13 additions & 0 deletions themes/hackerman/neovim.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
return {
{
"bjarneo/hackerman.nvim",
dependencies = { "bjarneo/aether.nvim" }, -- Ensure aether is loaded first
priority = 1000,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "hackerman",
},
},
}
Binary file added themes/hackerman/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/hackerman/swayosd.css
Original file line number Diff line number Diff line change
@@ -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 changes: 4 additions & 0 deletions themes/hackerman/vscode.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Hackerman",
"extension": "Bjarne.hackerman-omarchy"
}
6 changes: 6 additions & 0 deletions themes/hackerman/walker.css
Original file line number Diff line number Diff line change
@@ -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 changes: 2 additions & 0 deletions themes/hackerman/waybar.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@define-color background #0B0C16;
@define-color foreground #ddf7ff;