Spaces:
Runtime error
Runtime error
Trickshotblaster
commited on
Commit
•
037befa
1
Parent(s):
d45d2e5
Make searchbar text more readable in solarized themes
Browse files
public/static/colorschemes/solarized-dark.css
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
:root {
|
2 |
--background-color: #002b36;
|
3 |
-
--foreground-color: #
|
4 |
--color-one: #073642;
|
5 |
--color-two: #2AA198ff;
|
6 |
--color-three: #2AA198ff;
|
|
|
1 |
:root {
|
2 |
--background-color: #002b36;
|
3 |
+
--foreground-color: #c9e0e6;
|
4 |
--color-one: #073642;
|
5 |
--color-two: #2AA198ff;
|
6 |
--color-three: #2AA198ff;
|
public/static/colorschemes/solarized-light.css
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
:root {
|
2 |
--background-color: #EEE8D5ff;
|
3 |
-
--foreground-color: #
|
4 |
--color-one: #fdf6e3;
|
5 |
--color-two: #DC322Fff;
|
6 |
--color-three: #586E75ff;
|
|
|
1 |
:root {
|
2 |
--background-color: #EEE8D5ff;
|
3 |
+
--foreground-color: #b1ab97;
|
4 |
--color-one: #fdf6e3;
|
5 |
--color-two: #DC322Fff;
|
6 |
--color-three: #586E75ff;
|