Skip to content

Commit

Permalink
themes: update limitless, dark & light, milky way, light & dark theme (
Browse files Browse the repository at this point in the history
…#62)

* Update for Limitless theme.json

* Update for dark & light theme.json

* Update for light and dark theme.json

* Update for milkyway theme.json
  • Loading branch information
Starship-Headlight authored Dec 8, 2023
1 parent bdce37c commit 3185aa8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions themes/dark-and-light/v1/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@
"primary": {
"accent": "#008837",
"paragraph": "#D3D3D3"
},
"selected": {
"background": "#5b5b5b"
}
},
"navigationMenu": {
Expand Down
3 changes: 3 additions & 0 deletions themes/light-and-dark/v1/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@
"primary": {
"paragraph": "#5E5E5E",
"icon": "#5E5E5E"
},
"selected": {
"background": "#d1d1d1"
}
},
"navigationMenu": {
Expand Down
3 changes: 3 additions & 0 deletions themes/limitless/v1/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@
"dialog": {
"primary": {
"paragraph": "#b1b1b1"
},
"selected": {
"background": "#5b5b5b"
}
},
"navigationMenu": {
Expand Down
3 changes: 3 additions & 0 deletions themes/milky-way/v1/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@
"dialog": {
"primary": {
"paragraph": "#b1b1b1"
},
"selected": {
"background": "#5b5b5b"
}
},
"navigationMenu": {
Expand Down

0 comments on commit 3185aa8

Please sign in to comment.