This commit is contained in:
@@ -18,6 +18,7 @@ $themes: (
|
||||
button-active: #202020cc,
|
||||
|
||||
toast-background: #202020,
|
||||
tooltip-background: #2a2a2a,
|
||||
|
||||
note-border: #202324,
|
||||
|
||||
@@ -33,7 +34,11 @@ $themes: (
|
||||
green: #98c379,
|
||||
gray: #cccccc,
|
||||
|
||||
icon-invert: 100%
|
||||
icon-invert: 100%,
|
||||
|
||||
search-background: #20202077,
|
||||
search-background-container: #202020ee,
|
||||
search-hover: #2a2a2a,
|
||||
),
|
||||
light: (
|
||||
background: #ffffff,
|
||||
@@ -51,6 +56,7 @@ $themes: (
|
||||
button-active: #d4d4d4,
|
||||
|
||||
toast-background: #f0f0f0,
|
||||
tooltip-background: #f5f5f5,
|
||||
|
||||
note-border: #e0e0e0,
|
||||
|
||||
@@ -66,7 +72,11 @@ $themes: (
|
||||
green: #98c379,
|
||||
gray: #cccccc,
|
||||
|
||||
icon-invert: 0%
|
||||
icon-invert: 0%,
|
||||
|
||||
search-background: #f0f0f0aa,
|
||||
search-background-container: #ffffffee,
|
||||
search-hover: #e8e8e8,
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user