Skip to content

Commit

Permalink
Merge pull request #109 from echoriiku/update-solarized-dark
Browse files Browse the repository at this point in the history
Updated colors in List View and Highlights
  • Loading branch information
echoriiku authored Aug 31, 2024
2 parents 5c66752 + 6a2d738 commit 7e9765b
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 7e9765b

Please sign in to comment.