Skip to content

Commit

Permalink
updated colors in list view and highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
echoriiku committed Aug 31, 2024
1 parent 5c66752 commit 6a2d738
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions themes/solarized-dark/v1/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,14 @@
"primary": {
"paragraph": "#839496",
"background": "#073642",
"hover": "#002b36"
"hover": "#05252e"
},
"secondary": {
"paragraph": "#839496"
},
"selected": {
"background": "#002b36",
"hover": "#05252e"
}
},
"editor": {
Expand All @@ -120,6 +124,9 @@
"secondary": {
"paragraph": "#586e75",
"border": "#002b36"
},
"selected": {
"background": "#307530"
}
},
"editorToolbar": {
Expand All @@ -133,7 +140,11 @@
},
"navigationMenu": {
"primary": {
"background": "#002b36"
"background": "#002b36",
"hover": "#29404f"
},
"selected": {
"hover": "#29404f"
}
},
"sheet": {
Expand All @@ -142,4 +153,4 @@
}
}
}
}
}

0 comments on commit 6a2d738

Please # to comment.