Skip to content

Commit

Permalink
updated colors in list view and highlighted words
Browse files Browse the repository at this point in the history
  • Loading branch information
echoriiku committed Sep 1, 2024
1 parent 7e9765b commit 4599e86
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions themes/solarized-light/v1/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
"scopes": {
"base": {
"primary": {
"accent": "#b48800",
"accent": "#b58900",
"paragraph": "#586e75",
"background": "#fdf6e3",
"border": "#fdf6e3",
"heading": "#586e75",
"icon": "#b48800",
"icon": "#b58900",
"separator": "#eee8d5",
"placeholder": "#93a1a1",
"hover": "#eee8d5",
"accentForeground": "#fdf6e3",
"backdrop": "#fdf6e399"
},
"secondary": {
"accent": "#b48800",
"accent": "#b58900",
"paragraph": "#586e75",
"background": "#eee8d5",
"border": "#93a1a1",
Expand All @@ -43,7 +43,7 @@
"backdrop": "#fdf6e399"
},
"disabled": {
"accent": "#b48800",
"accent": "#b58900",
"paragraph": "#586e75",
"background": "#93a1a1",
"border": "#93a1a1",
Expand All @@ -56,12 +56,12 @@
"backdrop": "#fdf6e399"
},
"selected": {
"accent": "#b48800",
"accent": "#b58900",
"paragraph": "#586e75",
"background": "#eee8d5",
"border": "#b48800",
"background": "#fdf6e3",
"border": "#b58900",
"heading": "#586e75",
"icon": "#b48800",
"icon": "#b58900",
"separator": "#93a1a1",
"placeholder": "#93a1a1",
"hover": "#eee8d5",
Expand Down Expand Up @@ -106,10 +106,14 @@
"primary": {
"paragraph": "#586e75",
"background": "#eee8d5",
"hover": "#fdf6e3"
"hover": "#f5efdb"
},
"secondary": {
"paragraph": "#586e75"
},
"selected": {
"background": "#fdf6e3",
"hover": "#f5efdb"
}
},
"editor": {
Expand All @@ -120,6 +124,9 @@
"secondary": {
"paragraph": "#93a1a1",
"border": "#fdf6e3"
},
"selected": {
"background": "#c4ddc4"
}
},
"editorToolbar": {
Expand All @@ -133,7 +140,11 @@
},
"navigationMenu": {
"primary": {
"background": "#fdf6e3"
"background": "#fdf6e3",
"hover": "#e8e1c8"
},
"selected": {
"hover": "#e8e1c8"
}
},
"sheet": {
Expand Down

0 comments on commit 4599e86

Please # to comment.