Fork the desktop off Omarchy as a self-contained system
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
mode = "dark"
|
||||
|
||||
accent = "#8bc9eb"
|
||||
selection = "#243d56"
|
||||
muted = "#304860"
|
||||
|
||||
background = "#16242d"
|
||||
dark_background = "#101b21"
|
||||
darker_background = "#0b1216"
|
||||
lighter_background = "#1b2d40"
|
||||
|
||||
foreground = "#d6e2ee"
|
||||
dark_foreground = "#4d86b0"
|
||||
light_foreground = "#d6e2ee"
|
||||
bright_foreground = "#f2fcff"
|
||||
|
||||
active_border_color = "#f2fcff"
|
||||
active_tab_background = "#6fb8e3"
|
||||
|
||||
red = "#4d86b0"
|
||||
yellow = "#6fa4c9"
|
||||
orange = "#8bc9eb"
|
||||
green = "#5e95bc"
|
||||
cyan = "#b4e4f6"
|
||||
blue = "#6fb8e3"
|
||||
magenta = "#8bc9eb"
|
||||
brown = "#456475"
|
||||
|
||||
bright_red = "#73a6cb"
|
||||
bright_yellow = "#9dcae5"
|
||||
bright_green = "#86b7d8"
|
||||
bright_cyan = "#d1eef8"
|
||||
bright_blue = "#f2fcff"
|
||||
bright_magenta = "#b1d8ee"
|
||||
@@ -0,0 +1 @@
|
||||
Yaru-blue
|
||||
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
{
|
||||
"omacom-io/lumon.nvim",
|
||||
priority = 1000,
|
||||
},
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "lumon",
|
||||
},
|
||||
},
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 148 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 278 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
Reference in New Issue
Block a user