Fork the desktop off Omarchy as a self-contained system
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
mode = "dark"
|
||||
|
||||
accent = "#7fbbb3"
|
||||
selection = "#3d484d"
|
||||
muted = "#475258"
|
||||
|
||||
background = "#2d353b"
|
||||
dark_background = "#21272c"
|
||||
darker_background = "#181d20"
|
||||
lighter_background = "#343f44"
|
||||
|
||||
foreground = "#d3c6aa"
|
||||
dark_foreground = "#4f585e"
|
||||
light_foreground = "#9da9a0"
|
||||
bright_foreground = "#d3c6aa"
|
||||
|
||||
red = "#e67e80"
|
||||
yellow = "#dbbc7f"
|
||||
orange = "#e09d7f"
|
||||
green = "#a7c080"
|
||||
cyan = "#83c092"
|
||||
blue = "#7fbbb3"
|
||||
magenta = "#d699b6"
|
||||
brown = "#704e3f"
|
||||
|
||||
bright_red = "#e67e80"
|
||||
bright_yellow = "#dbbc7f"
|
||||
bright_green = "#a7c080"
|
||||
bright_cyan = "#83c092"
|
||||
bright_blue = "#7fbbb3"
|
||||
bright_magenta = "#d699b6"
|
||||
@@ -0,0 +1 @@
|
||||
Yaru-sage
|
||||
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
{ "neanias/everforest-nvim" },
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "everforest",
|
||||
background = "soft",
|
||||
},
|
||||
},
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 365 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
Reference in New Issue
Block a user