Skip to content

Commit

Permalink
Merge pull request #40 from doki-theme/smallTweaks
Browse files Browse the repository at this point in the history
Jetbrains Support
  • Loading branch information
Unthrottled authored Dec 31, 2020
2 parents a1b73f4 + 037601b commit 297f763
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
"keyColor": "#BD84DD",
"keywordColor": "#58b7ff",
"diff.inserted": "#192f24",
"diff.deleted": "#2D2A36"
"diff.deleted": "#212140"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"htmlTagColor": "#bca3aa",
"stringColor": "#FDEFA2",
"keyColor": "#a475ef",
"keywordColor": "#E03FA4",
"keywordColor": "#e049b0",
"diff.deleted": "#4E4151",
"diff.inserted": "#204b21"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"stringColor": "#f5cc5a",
"keyColor": "#3B82BD",
"keywordColor": "#988F9A",
"diff.deleted": "#404245",
"diff.deleted": "#242426",
"diff.inserted": "#1B3B1C"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doki-master-theme",
"version": "7.0.1",
"version": "7.1.0",
"description": "The Doki Theme",
"main": "build/index.js",
"repository": "https://github.com/doki-theme/doki-master-theme.git",
Expand Down

0 comments on commit 297f763

Please sign in to comment.