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:
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
|
||||
Reference in New Issue
Block a user