Skip to content

Commit

Permalink
Update orange-theme
Browse files Browse the repository at this point in the history
Changed sidebar highlight colour to be more neutral.
  • Loading branch information
prestr authored Sep 27, 2023
1 parent 71ab633 commit 957fda8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/light-orange/v1/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json",
"name": "Light Orange",
"id": "light-orange",
"version": 1.02,
"version": 1.03,
"license": "GPL-3.0-or-later",
"homepage": "https://notesnook.com",
"description": "A light orange theme with a dark sidebar.",
Expand Down Expand Up @@ -126,8 +126,8 @@
},
"selected": {
"paragraph": "#ebebeb",
"background": "#f58700",
"icon": "#59565a",
"background": "#6e6b6f",
"icon": "#2d2b2d",
"hover": "#707070"
}
},
Expand Down

0 comments on commit 957fda8

Please sign in to comment.