Fork the desktop off Omarchy as a self-contained system
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
mode = "light"
|
||||
|
||||
accent = "#6e6e6e"
|
||||
selection = "#c0c0c0"
|
||||
muted = "#808080"
|
||||
|
||||
background = "#ffffff"
|
||||
dark_background = "#f5f5f5"
|
||||
darker_background = "#e8e8e8"
|
||||
lighter_background = "#c0c0c0"
|
||||
|
||||
foreground = "#000000"
|
||||
dark_foreground = "#c0c0c0"
|
||||
light_foreground = "#000000"
|
||||
bright_foreground = "#000000"
|
||||
|
||||
red = "#2a2a2a"
|
||||
yellow = "#4a4a4a"
|
||||
green = "#3a3a3a"
|
||||
cyan = "#3e3e3e"
|
||||
blue = "#1a1a1a"
|
||||
magenta = "#2e2e2e"
|
||||
|
||||
bright_red = "#2a2a2a"
|
||||
bright_yellow = "#4a4a4a"
|
||||
bright_green = "#3a3a3a"
|
||||
bright_cyan = "#3e3e3e"
|
||||
bright_blue = "#1a1a1a"
|
||||
bright_magenta = "#2e2e2e"
|
||||
Reference in New Issue
Block a user