mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Fix missing colors
This commit is contained in:
@@ -6,6 +6,7 @@ cursor = "#ffcead"
|
||||
foreground = "#ffcead"
|
||||
background = "#060B1E"
|
||||
selection_foreground = "#060B1E"
|
||||
selection_background = "#ffcead"
|
||||
|
||||
color0 = "#060B1E"
|
||||
color1 = "#ED5B5A"
|
||||
|
||||
@@ -2,9 +2,11 @@ accent = "#7fbbb3"
|
||||
active_border_color = "#7fbbb3"
|
||||
active_tab_background = "#2d353b"
|
||||
|
||||
cursor = "#d3c6aa"
|
||||
foreground = "#d3c6aa"
|
||||
background = "#2d353b"
|
||||
selection_foreground = "#2d353b"
|
||||
selection_background = "#d3c6aa"
|
||||
|
||||
color0 = "#475258"
|
||||
color1 = "#e67e80"
|
||||
|
||||
@@ -6,6 +6,7 @@ cursor = "#ddf7ff"
|
||||
foreground = "#ddf7ff"
|
||||
background = "#0B0C16"
|
||||
selection_foreground = "#0B0C16"
|
||||
selection_background = "#ddf7ff"
|
||||
|
||||
color0 = "#0B0C16"
|
||||
color1 = "#50f872"
|
||||
|
||||
Reference in New Issue
Block a user