Fork the desktop off Omarchy as a self-contained system
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
mode = "light"
|
||||
|
||||
accent = "#1e66f5"
|
||||
selection = "#ccd0da"
|
||||
muted = "#acb0be"
|
||||
|
||||
background = "#eff1f5"
|
||||
dark_background = "#e3e4e8"
|
||||
darker_background = "#d7d8dc"
|
||||
lighter_background = "#dce0e8"
|
||||
|
||||
foreground = "#4c4f69"
|
||||
dark_foreground = "#9ca0b0"
|
||||
light_foreground = "#5c5f77"
|
||||
bright_foreground = "#4c4f69"
|
||||
|
||||
red = "#d20f39"
|
||||
yellow = "#df8e1d"
|
||||
orange = "#d84e2b"
|
||||
green = "#40a02b"
|
||||
cyan = "#179299"
|
||||
blue = "#1e66f5"
|
||||
magenta = "#ea76cb"
|
||||
brown = "#6c2715"
|
||||
|
||||
bright_red = "#d20f39"
|
||||
bright_yellow = "#df8e1d"
|
||||
bright_green = "#40a02b"
|
||||
bright_cyan = "#179299"
|
||||
bright_blue = "#1e66f5"
|
||||
bright_magenta = "#ea76cb"
|
||||
@@ -0,0 +1 @@
|
||||
Yaru-blue
|
||||
@@ -0,0 +1,16 @@
|
||||
return {
|
||||
{
|
||||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
priority = 1000,
|
||||
opts = {
|
||||
flavour = "latte",
|
||||
},
|
||||
},
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "catppuccin-latte",
|
||||
},
|
||||
},
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 308 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
Reference in New Issue
Block a user