13 Commits

Author SHA1 Message Date
Victoria Drake a74b4c1f19 Update package.json 2021-05-17 06:14:47 -04:00
Victoria Drake 4632078332 Merge pull request #10 from Kwonunn/fix-9
Make git change colours consistent
2021-05-17 05:50:42 -04:00
Kwonunn 77ac9da78e Make git change colours consistent 2021-05-11 11:16:20 +02:00
Victoria Drake 8447a8d790 Merge pull request #8 from Kwonunn/fix-5
Brighten scrollbar slider
2021-05-09 16:35:27 -04:00
Kwonunn dcfc9af7da Brighten scrollbar slider 2021-05-08 19:20:11 +02:00
Victoria Drake 00abe9bf20 Merge pull request #7 from Kwonunn/fix-6
Fix illegible contrast on foreground coloru
2021-05-08 05:39:35 -04:00
Kwonunn e1fe43225f Fix illegible contrast on foreground coloru 2021-05-07 22:47:16 +02:00
Victoria Drake 9dd381589c Add publishing Action 2020-07-03 21:46:10 -04:00
Victoria Drake 8fec65c174 🖍️ Make colors slightly less burn-y on retinas 2020-07-02 20:51:22 -04:00
Victoria Drake 075cba6bf4 Merge pull request #4 from victoriadrake/3-fix-powershell
Fix invisible ansiBlack characters
2020-06-21 11:34:01 -04:00
Victoria Drake c2b06c0cbf Fix invisible ansiBlack characters 2020-06-08 08:52:45 -04:00
Victoria Drake 83c65e19db 🌱 Add file path examples
- Adds examples to help with file paths for different OS (#2)
- Adds link to full instructions
2020-03-04 08:47:43 -05:00
Victoria Drake fea5500b99 Update colors, fix #1 2020-02-03 10:35:44 -05:00
8 changed files with 340 additions and 160 deletions
+17
View File
@@ -0,0 +1,17 @@
name: Publish to VSC Marketplace
on:
release:
types: [published]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- uses: lannonbr/vsce-action@master
with:
args: "publish -p $VSCE_TOKEN"
env:
VSCE_TOKEN: ${{ secrets.PAT }}
+14 -1
View File
@@ -5,7 +5,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
🍍
📻
## [0.0.2] - 2020-02-03 🍍
### Fixed
- #1: Invisible line numbers and scrollbar in no-glow mode.
- High contrast in no-glow mode.
- Mismatched colors in glow mode.
### Changed
- Background for better long-term coding.
- Screenshot.
## [0.0.1] - 2020-02-02 🤯
+7 -1
View File
@@ -29,7 +29,13 @@ Optionally, activate the custom CSS for a Robot-Restaurant-style party session:
}
```
Use the correct full path to the CSS file in your VS Code extensions directory, or wherever you choose to store it in your filesystem.
Be sure to use the correct full file path URL to the CSS file for your operating system. This may be in your VS Code extensions directory, or wherever you choose to store the file it in your filesystem.
Windows example: `file:///C:/Users/username/.vscode/extensions/name-of-extension/lights-on.css`
MacOS and Linux example: `file:///home/user/.vscode/extensions/name-of-extension/lights-on.css`
For troubleshooting, see [full set up instructions for Custom CSS and JS here](https://github.com/be5invis/vscode-custom-css#getting-started).
3. From the command palette (`Ctrl + Shift + P` or `Shift + ⌘ + P`), select **Reload Custom CSS and JS**. You can also **Disable** and **Enable** the custom CSS from here.
Binary file not shown.
+12 -7
View File
@@ -1,19 +1,24 @@
.mtk3,
.mtk6 {
.mtk5 {
color: #61e2ff;
text-shadow: 0 0 2px #001716, 0 0 5px #03edf933, 0 0 10px #ffff6633;
}
.mtk3.mtki {
color: #6071cc;
}
.mtk4 {
color: #ffffffee;
}
.mtk6 ,
.mtk14 {
color: #9963ff;
}
.mtk8 {
color: #61ff96;
color: #ffcc00;
}
.mtk9,
@@ -24,10 +29,10 @@
}
.mtk7 {
color: #9963ff;
color: #61ff96;
}
.mtk5 {
.mtk4 {
color: #fc199a;
text-shadow: 0 0 2px #393a33, 0 0 6px #ffffff44, 0 0 8px #fc199a, 0 0 2px #fc199a;
}
@@ -47,7 +52,7 @@
.editor .content,
.monaco-editor {
background-color: transparent !important;
background-image: linear-gradient(to bottom, #200933 65%, #3d0b43);
background-image: linear-gradient(to bottom, #130d1a 65%, #200933);
background-size: auto 100vh;
background-position: top;
background-repeat: no-repeat;
@@ -152,8 +157,8 @@
}
.monaco-editor .line-numbers {
color: #9c31da66;
text-shadow: 0 0 2px #393a33, 0 0 6px #ffffff44, 0 0 10px #9c31da66, 0 0 2px #9c31da66;
color: #495495;
text-shadow: 0 0 2px #393a33, 0 0 6px #ffffff44, 0 0 10px #495495, 0 0 2px #495495;
}
.monaco-editor .editor-group-container.empty {}
+2 -2
View File
@@ -2,7 +2,7 @@
"name": "kabukicho",
"displayName": "Kabukichō",
"description": "Neon vaporwave dark theme with dreamy nostalgia and hints of hazy liquid synth.",
"version": "0.0.1",
"version": "0.0.6",
"publisher":"victoriadrake",
"icon": "icon.png",
"license": "SEE LICENSE IN LICENSE",
@@ -39,4 +39,4 @@
}
]
}
}
}
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 120 KiB

+288 -149
View File
@@ -1,149 +1,288 @@
{
"name": "Kabukichō",
"type": "dark",
"colors": {
"focusBorder": "#100c0f",
"foreground": "#ffffff",
"name": "Kabukichō",
"type": "dark",
"colors": {
"selection.background": "#34294f",
"descriptionForeground": "#495495",
"errorForeground": "#b141f1",
"widget.shadow": "#2a2139",
"selection.background": "#34294f59",
"errorForeground": "#9c31da",
"textLink.activeForeground": "#61e2ff",
"textLink.foreground": "#9c31da",
"button.background": "#2a2139",
"dropdown.background": "#200933",
"dropdown.listBackground": "#2a2139",
"input.background": "#2a2139",
"inputOption.activeBorder": "#61e2ff99",
"inputValidation.errorBackground": "#9c31da80",
"inputValidation.errorBorder": "#9c31da00",
"scrollbar.shadow": "#2a2139",
"scrollbarSlider.activeBackground": "#34294f88",
"scrollbarSlider.background": "#34294f1a",
"scrollbarSlider.hoverBackground": "#34294f59",
"badge.foreground": "#ffffff",
"badge.background": "#2a2139",
"progressBar.background": "#9c31da",
"list.activeSelectionBackground": "#2a213980",
"list.activeSelectionForeground": "#ffffff",
"list.dropBackground": "#34294f66",
"list.focusBackground": "#2a213999",
"list.focusForeground": "#ffffff",
"list.highlightForeground": "#9c31da",
"list.hoverBackground": "#2a213999",
"list.hoverForeground": "#ffffff",
"list.inactiveSelectionBackground": "#34294f66",
"list.inactiveSelectionForeground": "#ffffff",
"list.inactiveFocusBackground": "#2a213999",
"list.errorForeground": "#9c31daE6",
"list.warningForeground": "#9c31dabb",
"activityBar.background": "#200933",
"activityBar.dropBackground": "#34294f66",
"activityBar.foreground": "#ffffffCC",
"activityBarBadge.background": "#9c31da",
"editor.background": "#1f1529",
"editor.foreground": "#d4cdde",
"editorLineNumber.foreground": "#495495",
"editorLineNumber.activeForeground": "#495495",
"editorCursor.foreground": "#b141f1",
"badge.background": "#b141f1",
"badge.foreground": "#2a2139",
"activityBar.background": "#1f1529",
"activityBar.dropBackground": "#49549565",
"activityBar.border": "#2a2139",
"activityBar.foreground": "#ffffff",
"activityBar.inactiveForeground": "#ffffff77",
"activityBarBadge.background": "#b141f1",
"activityBarBadge.foreground": "#2a2139",
"sideBar.background": "#100c0f",
"activityBar.activeBackground": "#b141f133",
"activityBar.activeBorder": "#b141f1",
"sideBar.background": "#130e11",
"sideBar.dropBackground": "#130e11",
"sideBar.border": "#2a2139",
"sideBar.foreground": "#ffffff99",
"sideBar.dropBackground": "#34294f4c",
"sideBarSectionHeader.background": "#200933",
"sideBarSectionHeader.foreground": "#ffffffca",
"editorGroup.border": "#495495",
"editorGroup.dropBackground": "#34294f4a",
"tab.border": "#20093300",
"tab.activeBorder": "#880088",
"tab.activeBackground": "#100c0f",
"tab.inactiveBackground": "#200933",
"editor.background": "#200933",
"editorPane.background": "#200933",
"editorLineNumber.foreground": "#ffffff10",
"editorLineNumber.activeForeground": "#ffffff73",
"editorCursor.background": "#200933",
"editorCursor.foreground": "#9c31da",
"editor.selectionBackground": "#46346588",
"editor.selectionHighlightBackground": "#34294f59",
"editor.wordHighlightBackground": "#34294f88",
"editor.wordHighlightStrongBackground": "#34294f88",
"editor.findMatchBackground": "#34294f59",
"editor.findMatchHighlightBackground": "#34294f33",
"editor.findRangeHighlightBackground": "#34294f1a",
"editor.hoverHighlightBackground": "#34294f4d",
"editorHoverWidget.background": "#100c0f",
"editorHoverWidget.border": "#03edf9",
"editor.lineHighlightBackground": "#34294f66",
"editor.rangeHighlightBackground": "#49549539",
"editorIndentGuide.background": "#49549539",
"editorIndentGuide.activeBackground": "#2a2139",
"editorGroupHeader.tabsBorder": "#100c0f",
"editorGroupHeader.tabsBackground": "#200933",
"editorRuler.foreground": "#34294f33",
"editorCodeLens.foreground": "#ffffffcc",
"editorBracketMatch.background": "#34294f66",
"editorBracketMatch.border": "#495495",
"editorOverviewRuler.border": "#34294fb3",
"editorOverviewRuler.findMatchForeground": "#34294f",
"editorOverviewRuler.modifiedForeground": "#49549599",
"editorOverviewRuler.addedForeground": "#09f7a099",
"editorOverviewRuler.deletedForeground": "#9c31da99",
"editorOverviewRuler.errorForeground": "#9c31dadd",
"editorOverviewRuler.warningForeground": "#9c31dacc",
"editorError.foreground": "#9c31da",
"editorWarning.foreground": "#9c31dacc",
"editorGutter.modifiedBackground": "#495495af",
"editorGutter.addedBackground": "#206d4bd6",
"editorGutter.deletedBackground": "#fa2e46a4",
"diffEditor.insertedTextBackground": "#0beb9916",
"diffEditor.removedTextBackground": "#9c31da16",
"editorWidget.background": "#200933",
"editorWidget.border": "#200933",
"editorSuggestWidget.highlightForeground": "#9c31da",
"peekView.border": "#495495",
"peekViewEditor.background": "#200933",
"peekViewEditor.matchHighlightBackground": "#34294f59",
"peekViewResult.background": "#200933",
"peekViewResult.matchHighlightBackground": "#34294f59",
"peekViewResult.selectionBackground": "#2a213980",
"peekViewTitle.background": "#200933",
"panelTitle.activeBorder": "#9c31da",
"statusBar.background": "#200933",
"statusBar.foreground": "#ffffff80",
"statusBar.debuggingBackground": "#9c31da",
"statusBar.debuggingForeground": "#08080f",
"statusBar.noFolderBackground": "#200933",
"sideBarSectionHeader.background": "#1f1529",
"sideBarSectionHeader.foreground": "#ffffff99",
"sideBarTitle.foreground": "#ffffff99",
"sideBarSectionHeader.border": "#2a2139",
"statusBar.foreground": "#ffffff",
"statusBar.background": "#130e11",
"statusBar.border": "#2a2139",
"statusBar.debuggingBackground": "#1f1529",
"statusBar.debuggingForeground": "#b141f1",
"statusBar.debuggingBorder": "#08080faf",
"statusBar.noFolderForeground": "#ffffff",
"statusBar.noFolderBackground": "#1f1529",
"statusBar.noFolderBorder": "#1f1529",
"statusBarItem.activeBackground": "#1f152966",
"statusBarItem.hoverBackground": "#2a2139",
"statusBarItem.prominentBackground": "#2a2139",
"statusBarItem.prominentHoverBackground": "#34294f",
"titleBar.activeBackground": "#200933",
"titleBar.inactiveBackground": "#200933",
"extensionButton.prominentBackground": "#9c31da",
"extensionButton.prominentHoverBackground": "#61e2ff",
"pickerGroup.foreground": "#9c31daea",
"panel.background": "#200933",
"terminal.background": "#100c0f",
"terminal.foreground": "#ffffff",
"terminal.ansiBlue": "#03edf9",
"terminal.ansiBrightBlue": "#03edf9",
"terminal.ansiBrightCyan": "#03edf9",
"terminal.ansiBrightGreen": "#9c31da",
"terminal.ansiBrightMagenta": "#61e2ff",
"terminal.ansiBrightRed": "#9c31da",
"terminal.ansiBrightYellow": "#f92aad",
"terminal.ansiCyan": "#03edf9",
"terminal.ansiGreen": "#9c31da",
"terminal.ansiMagenta": "#61e2ff",
"terminal.ansiRed": "#9c31da",
"terminal.ansiYellow": "#9c31da",
"terminal.selectionBackground": "#34294f4d",
"terminalCursor.background": "#ffffff",
"terminalCursor.foreground": "#03edf9",
"debugToolBar.background": "#200933",
"walkThrough.embeddedEditorBackground": "#200933",
"button.background": "#b141f121",
"button.foreground": "#ffffff",
"button.hoverBackground": "#495495",
"dropdown.background": "#1f1529",
"dropdown.border": "#1f1529",
"dropdown.foreground": "#495495",
"editorMarkerNavigation.background": "#43435629",
"editorMarkerNavigationError.background": "#b141f1",
"editorMarkerNavigationWarning.background": "#e0b401",
"editorError.border": "#1f1529",
"editorError.foreground": "#b141f1",
"editorWarning.border": "#1f1529",
"editorWarning.foreground": "#e0b401",
"editorInfo.border": "#1f1529",
"editorInfo.foreground": "#b141f1",
"editorHint.border": "#54e48400",
"editorHint.foreground": "#54e484",
"editorGroup.emptyBackground": "#49549533",
"editorGroup.border": "#2a2139",
"editorGroup.dropBackground": "#49549533",
"editorGroupHeader.noTabsBackground": "#1f1529",
"editorGroupHeader.tabsBackground": "#1f1529",
"editorGroupHeader.tabsBorder": "#130e11",
"tab.activeBackground": "#1f1529",
"tab.unfocusedActiveBackground": "#180627",
"tab.activeForeground": "#d4cdde",
"tab.border": "#2a2139",
"tab.inactiveBackground": "#1f1529",
"tab.inactiveForeground": "#ffffff99",
"tab.unfocusedActiveForeground": "#ffffff99",
"tab.unfocusedInactiveForeground": "#ffffff99",
"tab.activeBorder": "#f92aad",
"tab.activeModifiedBorder": "#54e484",
"tab.activeBorderTop": "#1f1529",
"tab.unfocusedActiveBorder": "#1f1529",
"tab.unfocusedHoverBackground": "#b141f121",
"textBlockQuote.background": "#1f1529",
"textBlockQuote.border": "#d4cdde",
"textCodeBlock.background": "#1f1529",
"textLink.activeForeground": "#b141f1",
"textLink.foreground": "#b141f1",
"textPreformat.foreground": "#e0b401",
"textSeparator.foreground": "#1f1529",
"walkThrough.embeddedEditorBackground": "#1f1529",
"welcomePage.buttonBackground": "#130e11",
"welcomePage.buttonHoverBackground": "#1f1529",
"input.background": "#130e11",
"input.border": "#130e11",
"input.foreground": "#d4cdde",
"input.placeholderForeground": "#d4cdde",
"inputOption.activeBorder": "#d4cdde",
"inputValidation.errorForeground": "#b141f1",
"inputValidation.errorBackground": "#b141f180",
"inputValidation.errorBorder": "#b141f100",
"inputValidation.infoForeground": "#b141f1",
"inputValidation.infoBackground": "#1f1529",
"inputValidation.infoBorder": "#58c7e0",
"inputValidation.warningForeground": "#e0b401",
"inputValidation.warningBackground": "#1f1529",
"inputValidation.warningBorder": "#e0b401",
"editorWidget.background": "#1f1529",
"editorWidget.border": "#2a2139",
"editorHoverWidget.background": "#130e11",
"editorHoverWidget.border": "#2a2139",
"editorSuggestWidget.background": "#130e11",
"editorSuggestWidget.border": "#2a2139",
"editorSuggestWidget.foreground": "#ffffff99",
"editorSuggestWidget.highlightForeground": "#b141f1",
"editorSuggestWidget.selectedBackground": "#1f1529",
"editorGutter.background": "#1f1529",
"editorGutter.addedBackground": "#58c7e0",
"editorGutter.deletedBackground": "#b141f1",
"editorGutter.modifiedBackground": "#54e484",
"editor.selectionBackground": "#46346588",
"editor.selectionHighlightBackground": "#b141f133",
"editor.inactiveSelectionBackground": "#ffffff33",
"editor.wordHighlightStrongBackground": "#34294f88",
"editor.wordHighlightBackground": "#34294f88",
"editor.findMatchBackground": "#34294f",
"editor.findMatchHighlightBackground": "#34294f88",
"editor.findRangeHighlightBackground": "#34294f1a",
"editor.hoverHighlightBackground": "#34294f4d",
"editor.lineHighlightBackground": "#34294f66",
"editor.lineHighlightBorder": "#34294f66",
"editor.rangeHighlightBackground": "#49549539",
"editorLink.activeForeground": "#649fc4",
"editorWhitespace.foreground": "#ffffff21",
"editorIndentGuide.background": "#49549539",
"editorIndentGuide.activeBackground": "#2a2139",
"editorBracketMatch.background": "#34294f66",
"editorBracketMatch.border": "#495495",
"editorRuler.foreground": "#34294f33",
"editorOverviewRuler.findMatchForeground": "#34294f",
"editorOverviewRuler.modifiedForeground": "#54e484",
"editorOverviewRuler.addedForeground": "#58c7e0",
"editorOverviewRuler.deletedForeground": "#b141f1",
"editorOverviewRuler.errorForeground": "#b141f1dd",
"editorOverviewRuler.warningForeground": "#b141f1cc",
"editorCodeLens.foreground": "#ffffffcc",
"terminal.ansiBlack": "#34294f",
"terminal.ansiRed": "#f92aad",
"terminal.ansiGreen": "#54e484",
"terminal.ansiYellow": "#e0b401",
"terminal.ansiBlue": "#58c7e0",
"terminal.ansiMagenta": "#b141f1",
"terminal.ansiCyan": "#53c8e2",
"terminal.ansiWhite": "#495495",
"terminal.ansiBrightBlack": "#34294f",
"terminal.ansiBrightRed": "#f92aad",
"terminal.ansiBrightGreen": "#54e484",
"terminal.ansiBrightYellow": "#e0b401",
"terminal.ansiBrightBlue": "#53c8e2",
"terminal.ansiBrightMagenta": "#b141f1",
"terminal.ansiBrightCyan": "#53c8e2",
"terminal.ansiBrightWhite": "#ffffff",
"terminal.background": "#130e11",
"terminal.foreground": "#d4cdde",
"terminalCursor.background": "#130e11",
"terminalCursor.foreground": "#b141f1",
"merge.border": "#1f152900",
"merge.currentContentBackground": "#2a213922",
"merge.currentHeaderBackground": "#2a213944",
"merge.incomingContentBackground": "#aea8dc22",
"merge.incomingHeaderBackground": "#aea8dc44",
"merge.commonContentBackground": "#e0b40122",
"merge.commonHeaderBackground": "#e0b40144",
"editorOverviewRuler.currentContentForeground": "#2a213944",
"editorOverviewRuler.incomingContentForeground": "#cac4f544",
"editorOverviewRuler.commonContentForeground": "#e0b40144",
"editorOverviewRuler.border": "#1f1529",
"notificationCenter.border": "#1f1529",
"notificationCenterHeader.foreground": "#d4cdde",
"notificationCenterHeader.background": "#1f1529",
"notificationToast.border": "#1f1529",
"notifications.foreground": "#d4cdde",
"notifications.background": "#1f1529",
"notifications.border": "#1f1529",
"notificationLink.foreground": "#ffffff",
"diffEditor.insertedTextBackground": "#54e48425",
"diffEditor.removedTextBackground": "#b141f116",
"debugToolBar.background": "#1f1529",
"debugExceptionWidget.background": "#1f1529",
"debugExceptionWidget.border": "#ffffff",
"extensionButton.prominentBackground": "#b141f1",
"extensionButton.prominentForeground": "#e5f5f5",
"extensionButton.prominentHoverBackground": "#58c7e0",
"focusBorder": "#1f1529",
"foreground": "#495495",
"panel.background": "#130e11",
"panel.border": "#2a2139",
"panelTitle.activeBorder": "#495495",
"panelTitle.activeForeground": "#b141f1",
"panelTitle.inactiveForeground": "#ffffff",
"peekView.border": "#495495",
"peekViewEditor.background": "#1f1529",
"peekViewEditor.matchHighlightBackground": "#34294f",
"peekViewEditor.matchHighlightBorder": "#1f1529",
"peekViewEditorGutter.background": "#1f1529",
"peekViewResult.background": "#1f1529",
"peekViewResult.fileForeground": "#e0b401",
"peekViewResult.lineForeground": "#ffffff",
"peekViewResult.matchHighlightBackground": "#1f1529",
"peekViewResult.selectionBackground": "#1f1529",
"peekViewResult.selectionForeground": "#ffffff",
"peekViewTitle.background": "#1f1529",
"peekViewTitleDescription.foreground": "#ffffff",
"peekViewTitleLabel.foreground": "#b141f1",
"progressBar.background": "#b141f1",
"scrollbar.shadow": "#2a2139",
"scrollbarSlider.activeBackground": "#b141f177",
"scrollbarSlider.background": "#b141f133",
"scrollbarSlider.hoverBackground": "#b141f155",
"gitDecoration.addedResourceForeground": "#b141f1cc",
"gitDecoration.modifiedResourceForeground": "#b893ceee",
"gitDecoration.deletedResourceForeground": "#9c31da",
"gitDecoration.addedResourceForeground": "#9c31dacc",
"gitDecoration.untrackedResourceForeground": "#9c31da",
"gitDecoration.deletedResourceForeground": "#b141f1",
"gitDecoration.untrackedResourceForeground": "#b141f1",
"gitDecoration.ignoredResourceForeground": "#ffffff59",
"breadcrumb.background": "#100c0f",
"breadcrumbPicker.background": "#100c0f",
"welcomePage.background": "#100c0f"
"gitDecoration.conflictingResourceForeground": "#e0b401",
"pickerGroup.border": "#58c7e0",
"pickerGroup.foreground": "#d4cdde",
"list.activeSelectionBackground": "#2a213980",
"list.activeSelectionForeground": "#ffffff",
"list.dropBackground": "#34294f66",
"list.focusBackground": "#1f1529",
"list.focusForeground": "#ffffff",
"list.highlightForeground": "#b141f1",
"list.hoverBackground": "#1f1529",
"list.hoverForeground": "#ffffff",
"list.inactiveSelectionBackground": "#34294f66",
"list.inactiveSelectionForeground": "#ffffff",
"list.inactiveFocusBackground": "#1f1529",
"list.errorForeground": "#b141f1E6",
"list.warningForeground": "#e0b401",
"listFilterWidget.background": "#130e11",
"listFilterWidget.outline": "#54e484",
"listFilterWidget.noMatchesOutline": "#b141f1",
"tree.indentGuidesStroke": "#495495",
"settings.headerForeground": "#b141f1",
"settings.modifiedItemIndicator": "#58c7e0",
"settings.dropdownListBorder": "#34294f",
"settings.dropdownBackground": "#1f1529",
"settings.dropdownForeground": "#495495",
"settings.dropdownBorder": "#1f1529",
"settings.checkboxBackground": "#1f1529",
"settings.checkboxForeground": "#495495",
"settings.checkboxBorder": "#1f1529",
"settings.textInputBackground": "#1f1529",
"settings.textInputForeground": "#495495",
"settings.textInputBorder": "#1f1529",
"settings.numberInputBackground": "#130e11",
"settings.numberInputForeground": "#7068b1",
"settings.numberInputBorder": "#130e11",
"breadcrumb.foreground": "#ffffff99",
"breadcrumb.background": "#1f1529",
"breadcrumb.focusForeground": "#b141f1",
"breadcrumb.activeSelectionForeground": "#ffffff",
"breadcrumbPicker.background": "#1f1529",
"titleBar.activeBackground": "#1f1529",
"titleBar.activeForeground": "#b141f1",
"titleBar.inactiveBackground": "#1f1529",
"titleBar.inactiveForeground": "#ffffff99",
"menu.background": "#1f1529",
"menu.foreground": "#ffffff99",
"menu.selectionBackground": "#1f1529",
"menu.selectionForeground": "#b141f1",
"menu.selectionBorder": "#1f1529",
"menu.separatorBackground": "#b141f1",
"menubar.selectionBackground": "#1f1529",
"menubar.selectionForeground": "#b141f1",
"menubar.selectionBorder": "#1f1529",
"editor.snippetTabstopHighlightBackground": "#130e11",
"editor.snippetTabstopHighlightBorder": "#130e11",
"editor.snippetFinalTabstopHighlightBackground": "#130e11",
"editor.snippetFinalTabstopHighlightBorder": "#130e11",
"minimap.findMatchHighlight": "#b141f1ee",
"minimap.errorHighlight": "#b141f1ee",
"minimap.warningHighlight": "#e0b401ee",
"minimapGutter.addedBackground": "#58c7e0",
"minimapGutter.modifiedBackground": "#54e484",
"minimapGutter.deletedBackground": "#b141f1"
},
"tokenColors": [{
"name": "COMMENT",
@@ -193,7 +332,7 @@
"meta.attribute-selector punctuation.definition.entity"
],
"settings": {
"foreground": "#ffffff"
"foreground": "#d4cdde"
}
},
{
@@ -318,7 +457,7 @@
"source.css entity.name.tag.custom"
],
"settings": {
"foreground": "#61e2ff"
"foreground": "#58c7e0"
}
},
{
@@ -383,7 +522,7 @@
"source.scala entity.name.class"
],
"settings": {
"foreground": "#61e2ff"
"foreground": "#58c7e0"
}
},
{
@@ -421,7 +560,7 @@
"constant.other.placeholder"
],
"settings": {
"foreground": "#9c31da"
"foreground": "#b141f1"
}
},
{
@@ -480,7 +619,7 @@
"source.tf support.class.variable"
],
"settings": {
"foreground": "#61ff96"
"foreground": "#54e484"
}
},
{
@@ -497,7 +636,7 @@
"source.tf entity.name"
],
"settings": {
"foreground": "#9c31da"
"foreground": "#b141f1"
}
},
{
@@ -517,7 +656,7 @@
"text.tex markup.raw"
],
"settings": {
"foreground": "#9c31da"
"foreground": "#b141f1"
}
},
{
@@ -537,7 +676,7 @@
"source.toml constant"
],
"settings": {
"foreground": "#9c31da"
"foreground": "#b141f1"
}
},
{
@@ -566,7 +705,7 @@
"source.tf support.class"
],
"settings": {
"foreground": "#ffcc00"
"foreground": "#e0b401"
}
},
{
@@ -602,7 +741,7 @@
"entity.name.scope-resolution.function.call"
],
"settings": {
"foreground": "#36f9f6"
"foreground": "#58c7e0"
}
},
{
@@ -657,7 +796,7 @@
"source.tf meta.keyword.map"
],
"settings": {
"foreground": "#36f9f6"
"foreground": "#58c7e0"
}
},
{
@@ -923,4 +1062,4 @@
}
}
]
}
}