Skip to content

Commit

Permalink
Merge pull request #76 from revsuine/main
Browse files Browse the repository at this point in the history
Minor Catppuccin Mocha Blue Update
  • Loading branch information
revsuine authored Mar 21, 2024
2 parents 7b04c91 + 572ea8f commit 885f014
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions themes/catppuccin-mocha-blue/v1/code-block.css
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ pre[class*="language-"] {

.token.function {
color: var(--blue);
font-style: italic;
}

.token.url {
Expand Down
10 changes: 7 additions & 3 deletions themes/catppuccin-mocha-blue/v1/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json",
"name": "Catppuccin Mocha Blue",
"id": "catppuccin-mocha-blue",
"version": 1.21,
"version": 1.22,
"license": "GPL-3.0-or-later",
"homepage": "https://notesnook.com",
"description": "Catppuccin Mocha with a blue highlight",
"description": "Catppuccin Mocha with a blue accent",
"colorScheme": "dark",
"compatibilityVersion": 1,
"authors": [
Expand Down Expand Up @@ -122,8 +122,12 @@
}
},
"editorToolbar": {
"primary": {
"background": "#181825",
"hover": "#45475a"
},
"secondary": {
"background": "#585b70"
"background": "#313244"
}
},
"navigationMenu": {
Expand Down

0 comments on commit 885f014

Please sign in to comment.