Make searchbar text more readable in solarized themes
This commit is contained in:
parent
d45d2e5c63
commit
037befaaac
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
:root {
|
||||
--background-color: #002b36;
|
||||
--foreground-color: #667A7Fff;
|
||||
--foreground-color: #c9e0e6;
|
||||
--color-one: #073642;
|
||||
--color-two: #2AA198ff;
|
||||
--color-three: #2AA198ff;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
:root {
|
||||
--background-color: #EEE8D5ff;
|
||||
--foreground-color: #B58900ff;
|
||||
--foreground-color: #b1ab97;
|
||||
--color-one: #fdf6e3;
|
||||
--color-two: #DC322Fff;
|
||||
--color-three: #586E75ff;
|
||||
|
|
Loading…
Add table
Reference in a new issue