Skip to content

Commit

Permalink
VSCode consistency (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Unthrottled authored Oct 26, 2020
1 parent 8299992 commit b66e357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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": "6.1.0",
"version": "6.1.1",
"description": "The Doki Theme",
"main": "build/index.js",
"repository": "https://github.com/doki-theme/doki-master-theme.git",
Expand Down
2 changes: 1 addition & 1 deletion templates/base.colors.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "COLOR",
"name": "base",
"colors": {
"constantColor":"#BD93F9",
"constantColor":"#86dbfd",
"parameterColor":"#FFB86C",
"commentColor": "#6272A4",
"terminal.ansiRed": "#E356A7",
Expand Down

0 comments on commit b66e357

Please sign in to comment.