mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
* 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>
7 lines
226 B
Plaintext
7 lines
226 B
Plaintext
$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)
|