Fork the desktop off Omarchy as a self-contained system
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
mode = "dark"
|
||||
|
||||
accent = "#7daea3"
|
||||
selection = "#504945"
|
||||
muted = "#665c54"
|
||||
|
||||
background = "#282828"
|
||||
dark_background = "#1e1e1e"
|
||||
darker_background = "#161616"
|
||||
lighter_background = "#3c3836"
|
||||
|
||||
foreground = "#d4be98"
|
||||
dark_foreground = "#7c6f64"
|
||||
light_foreground = "#bdae93"
|
||||
bright_foreground = "#d4be98"
|
||||
|
||||
red = "#ea6962"
|
||||
yellow = "#d8a657"
|
||||
orange = "#e1875c"
|
||||
green = "#a9b665"
|
||||
cyan = "#89b482"
|
||||
blue = "#7daea3"
|
||||
magenta = "#d3869b"
|
||||
brown = "#70432e"
|
||||
|
||||
bright_red = "#ea6962"
|
||||
bright_yellow = "#d8a657"
|
||||
bright_green = "#a9b665"
|
||||
bright_cyan = "#89b482"
|
||||
bright_blue = "#7daea3"
|
||||
bright_magenta = "#d3869b"
|
||||
@@ -0,0 +1 @@
|
||||
Yaru-olive
|
||||
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
{ "ellisonleao/gruvbox.nvim" },
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "gruvbox",
|
||||
},
|
||||
},
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 561 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
Reference in New Issue
Block a user