Skip to content

Commit

Permalink
Merge pull request #92 from doki-theme/v16Support
Browse files Browse the repository at this point in the history
JetBrains v16 Support
  • Loading branch information
Unthrottled authored Jun 13, 2021
2 parents ecd7025 + 76b6e99 commit 596bbe7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"keywordColor": "#275AB3",
"constantColor": "#4C94D6",
"diff.modified": "#B1CCE2",
"diff.deleted": "#d1d0dc"
"diff.deleted": "#d1d0dc",
"terminal.ansiCyan": "#27AACA"
}
}
5 changes: 3 additions & 2 deletions definitions/reZero/ram/ram.master.definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"identifierHighlight": "#3e3741",
"selectionBackground": "#7a546f",
"selectionBackgroundTransparent": "#7a546fAA",
"buttonFont": "#6b8b99",
"buttonFont": "#b895c9",
"foregroundColor": "#bbbbbb",
"startColor": "#595959",
"highlightColor": "#3c353b",
"disabledColor": "#585F6F",
"disabledColor": "#6c586f",
"accentColorTransparent": "#e594bf5A",
"accentColorLessTransparent": "#e594bf9A",
"accentColorMoreTransparent": "#e594bf2A",
Expand All @@ -55,6 +55,7 @@
"codeBlock": "#322a32",
"textEditorBackground": "#342f36",
"foldedTextBackground": "#322634",
"comments": "#987fa5",
"classNameColor": "#EF9FD8",
"htmlTagColor": "#a28a92",
"stringColor": "#f4fa8c",
Expand Down
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": "11.0.0",
"version": "11.0.1",
"description": "The Doki Theme",
"main": "build/index.js",
"repository": "https://github.com/doki-theme/doki-master-theme.git",
Expand Down

0 comments on commit 596bbe7

Please sign in to comment.