Skip to content

Commit

Permalink
themes: Improved colors for better feel (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
echoriiku authored Aug 8, 2024
1 parent 4510c25 commit 8e4a874
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions themes/nanab-berry/v1/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"icon": "#333333",
"separator": "#AD88C6",
"placeholder": "#999999",
"hover": "#e1afd1",
"hover": "#ffcdcd",
"accentForeground": "#FFE6E6",
"backdrop": "#FFE6E699"
},
Expand Down Expand Up @@ -59,13 +59,13 @@
"selected": {
"accent": "#E1AFD1",
"paragraph": "#5b5b5b",
"background": "#E6E6F2",
"background": "#FFE6E6",
"border": "#E1AFD1",
"heading": "#333333",
"icon": "#E1AFD1",
"separator": "#AD88C6",
"placeholder": "#999999",
"hover": "#e1afd1",
"hover": "#ffcdcd",
"accentForeground": "#FFE6E6",
"backdrop": "#FFE6E699"
},
Expand Down Expand Up @@ -107,7 +107,7 @@
"primary": {
"paragraph": "#5b5b5b",
"background": "#FFDFD6",
"hover": "#FFE6E6"
"hover": "#ffcdcd"
},
"secondary": {
"paragraph": "#333333"
Expand All @@ -126,7 +126,7 @@
"editorToolbar": {
"primary": {
"background": "#FFDFD6",
"hover": "#AD88C633"
"hover": "#ffcdcd"
},
"secondary": {
"background": "#AD88C633"
Expand Down

0 comments on commit 8e4a874

Please sign in to comment.