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>
29 lines
481 B
TOML
29 lines
481 B
TOML
[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"
|