Skip to content

Commit

Permalink
1.0.7 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
surfinzap authored Mar 14, 2024
1 parent 98b04e9 commit 7b00cc7
Show file tree
Hide file tree
Showing 15 changed files with 1,425 additions and 564 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ Removed
Fixed
Security

## [1.0.7] — 2024


### Added
- Styles for [Welcome Page](https://code.visualstudio.com/api/references/theme-color#welcome-page-colors)
- Additional styles for [Editor Suggest Widget](https://code.visualstudio.com/api/references/theme-color#editor-widget-colors)
- Assorted bits of Editor Styles
- Inline completion (e.g. GitHub’s Co-pilot) styles
- Styles for [Snippets](https://code.visualstudio.com/api/references/theme-color#snippets-colors)


## [1.0.6] — 2024-03-06

### Added
Expand Down
164 changes: 127 additions & 37 deletions dist/bikkuri-dark-coal-lively.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,13 @@
"input.border": "#393939",
"input.foreground": "#e0e0e0",
"input.placeholderForeground": "#6f6f6f",
"inputOption.activeBackground": "#8d8d8d", // bg for active icons in inputs
/* inputOption.* for
- active icons in inputs
- checkboxes in "Profiles: Show Profile Contents"
*/
"inputOption.activeBackground": "#8d8d8d",
"inputOption.hoverBackground": "#52525280",
"inputOption.activeForeground": "#1b1b1b",
// Border color of activated options in input fields.
"inputOption.activeBorder": "#1b1b1b00", //cannot be null
"inputValidation.errorBackground": "#262626",
"inputValidation.errorForeground": "#e06578",
Expand Down Expand Up @@ -163,7 +166,20 @@
"breadcrumb.activeSelectionForeground": "#e0e0e0",
"breadcrumbPicker.background": "#1b1b1b",



/* Snippets

when you use, e.g. "for" and press tab, the snippet placeholders are highlighted

https://code.visualstudio.com/api/references/theme-color#snippets-colors
*/
"editor.snippetTabstopHighlightBackground": "#5252521f",
"editor.snippetTabstopHighlightBorder": "#1b1b1b00",
"editor.snippetFinalTabstopHighlightBackground": "#1b1b1b00",
"editor.snippetFinalTabstopHighlightBorder": "#525252",



/* Lists & Trees
https://code.visualstudio.com/api/references/theme-color#lists-and-trees
*/
Expand Down Expand Up @@ -378,18 +394,20 @@
/* Editor Groups & Tabs
https://code.visualstudio.com/api/references/theme-color#editor-groups-tabs
*/
"editorGroup.emptyBackground": "#1b1b1b",
"editorGroupHeader.noTabsBackground": "#1b1b1b",
"editorGroupHeader.tabsBackground": "#1b1b1b",
"editorGroupHeader.border": "#1b1b1b00",
"editorGroup.dropBackground": "#5252524d",
"editorGroup.border": "#393939",
"editorGroupHeader.tabsBorder": "#393939",
"editorGroup.focusedEmptyBorder": "#525252",

"editorGroup.emptyBackground": "#1b1b1b",
"editorGroupHeader.noTabsBackground": "#1b1b1b",
"editorGroupHeader.tabsBackground": "#1b1b1b",
"editorGroupHeader.border": "#1b1b1b00",
"editorGroup.dropBackground": "#5252524d",
"editorGroup.border": "#393939",
"editorGroupHeader.tabsBorder": "#393939",
"editorGroup.focusedEmptyBorder": "#525252",
"editorGroup.dropIntoPromptForeground": "#8d8d8d",
"editorGroup.dropIntoPromptBackground": "#262626",
"editorGroup.dropIntoPromptBorder": "#393939",
"editorPane.background": "#1b1b1b",
"sideBySideEditor.horizontalBorder": "#393939",
"sideBySideEditor.verticalBorder": "#393939",

"tab.activeBackground": "#5252524d",
"tab.activeForeground": "#e0e0e0",
Expand Down Expand Up @@ -437,20 +455,20 @@
e.g. Output, Debug Console, Terminal
*/

"panel.background": "#1b1b1b",
"panel.border": "#393939",
"panel.dropBorder": "#525252",
"panelTitle.activeBorder": "#8d8d8d",
"panelTitle.activeForeground": "#e0e0e0",
"panelTitle.inactiveForeground": "#6f6f6f",
"panelInput.border": "#525252",
"panelSection.border": "#393939",
"panelSection.dropBackground": "#5252524d",
"panelSectionHeader.background": "#1b1b1b",
"panelSectionHeader.foreground": "#e0e0e0",
"panelSectionHeader.border": "#393939",
"outputView.background": "#1b1b1b",
"outputViewStickyScroll.background": "#1b1b1b",
"panel.background": "#1b1b1b",
"panel.border": "#393939",
"panel.dropBorder": "#525252",
"panelTitle.activeBorder": "#8d8d8d",
"panelTitle.activeForeground": "#e0e0e0",
"panelTitle.inactiveForeground": "#6f6f6f",
"panelInput.border": "#525252",
"panelSection.border": "#393939",
"panelSection.dropBackground": "#5252524d",
"panelSectionHeader.background": "#1b1b1b",
"panelSectionHeader.foreground": "#e0e0e0",
"panelSectionHeader.border": "#393939",
"outputView.background": "#1b1b1b",
"outputViewStickyScroll.background": "#1b1b1b",


/* Editor
Expand Down Expand Up @@ -567,12 +585,14 @@
"editorIndentGuide.activeBackground5": "#525252",
"editorIndentGuide.activeBackground6": "#525252",
"editorRuler.foreground": "#525252",
"editor.linkedEditingBackground": "#52525280", // Turn Linked Editing on; works for HTML tag pairs
"editorCodeLens.foreground": "#5252524d",
"editorHoverWidget.background": "#1b1b1b",
"editorHoverWidget.border": "#393939",

"editorStickyScroll.background": "#1b1b1b",
"editorStickyScrollHover.background": "#5252524d",
"editorStickyScroll.border": "#1b1b1b00",
"editorStickyScroll.shadow": "#111111",
"search.resultsInfoForeground": "#8d8d8d",


Expand Down Expand Up @@ -602,6 +622,9 @@
"editorBracketPairGuide.background1": "#e0e0e000",
"editorBracketPairGuide.background2": "#e0e0e000",
"editorBracketPairGuide.background3": "#e0e0e000",
"editorBracketPairGuide.background4": "#e0e0e000",
"editorBracketPairGuide.background5": "#e0e0e000",
"editorBracketPairGuide.background6": "#e0e0e000",
"editor.foldBackground": "#5252521f",


Expand Down Expand Up @@ -676,6 +699,8 @@
"editorOverviewRuler.currentContentForeground": "#8e81dd4d",
"editorOverviewRuler.incomingContentForeground": "#5798964d",
"editorOverviewRuler.commonContentForeground": "#1b1b1b00",
"editorOverviewRuler.commentForeground": "#8394514d",
"editorOverviewRuler.commentUnresolvedForeground": "#caa2634d",
"mergeEditor.change.background": "#1b1b1b",
"mergeEditor.change.word.background": "#262626",
"mergeEditor.conflict.unhandledUnfocused.border": "#e06578",
Expand All @@ -699,14 +724,41 @@


/* Widget

Widget: e.g. Find/Replace dialog
Suggestion Widget: suggestion upon typing in the editor (intelisense)
https://code.visualstudio.com/api/references/theme-color#editor-widget-colors
*/
"editorWidget.background": "#262626",
"editorWidget.border": "#393939",
"editorSuggestWidget.background": "#1b1b1b",
"editorSuggestWidget.foreground": "#e0e0e0",
"editorSuggestWidget.highlightForeground": "#6192bb",
"editorSuggestWidget.selectedBackground": "#5252524d",
"editorSuggestWidget.border": "#393939",
"editorWidget.background": "#262626",
"editorWidget.foreground": "#8d8d8d",
"editorWidget.resizeBorder": "#393939",
"editorWidget.border": "#525252",
"editorSuggestWidget.background": "#1b1b1b",
"editorSuggestWidget.foreground": "#e0e0e0",
"editorSuggestWidget.highlightForeground": "#6192bb",
"editorSuggestWidget.selectedBackground": "#5252524d",
"editorSuggestWidget.border": "#393939",
"editorSuggestWidget.focusHighlightForeground": "#75aedd",
"editorSuggestWidget.selectedForeground": "#e0e0e0",
"editorSuggestWidget.selectedIconForeground": "#a8a8a8",
"editorSuggestWidgetStatus.foreground": "#6f6f6f",
"editorHoverWidget.foreground": "#e0e0e0",
"editorHoverWidget.highlightForeground": "#e0e0e0",
"editorHoverWidget.statusBarBackground": "#1b1b1b",
"editorGhostText.border": "#1b1b1b00",
"editorGhostText.background": "#1b1b1b00",
"editorGhostText.foreground": "#8d8d8d",
// Command: Go to Next Problem
"editorMarkerNavigation.background": "#1b1b1b",
"editorMarkerNavigationError.background": "#c14258",
"editorMarkerNavigationError.headerBackground": "#c142581f",
"editorMarkerNavigationWarning.background": "#caa263",
"editorMarkerNavigationWarning.headerBackground": "#caa2631f",
"editorMarkerNavigationInfo.background": "#6192bb",
"editorMarkerNavigationInfo.headerBackground": "#6192bb1f",




/* Peek view

Expand Down Expand Up @@ -897,7 +949,7 @@
"terminal.findMatchBorder": "#e06578",
"terminal.findMatchHighlightBorder": "#a9a0e6",
"terminal.hoverHighlightBackground": "#5252524d",
"terminalOverviewRuler.cursorForeground": "",
"terminalOverviewRuler.cursorForeground": "#52525280",
"terminalOverviewRuler.findMatchForeground": "#caa263",
"terminalStickyScroll.background": "#1b1b1b",
"terminalStickyScrollHover.background": "#5252524d",
Expand Down Expand Up @@ -1007,7 +1059,7 @@
"notebook.inactiveSelectedCellBorder": "#393939",
"notebook.outputContainerBackgroundColor": "#1b1b1b00",
"notebook.outputContainerBorderColor": "#393939",
"notebook.selectedCellBackground": "#ff0000",
"notebook.selectedCellBackground": "#1b1b1b00",
"notebook.selectedCellBorder": "#525252",
"notebook.symbolHighlightBackground": "#1b1b1b00",
"notebookScrollbarSlider.background": "#5252524d",
Expand All @@ -1016,10 +1068,23 @@
"notebookStatusErrorIcon.foreground": "#e06578",
"notebookStatusRunningIcon.foreground": "#e9c07d",
"notebookStatusSuccessIcon.foreground": "#9cb062",
"notebookEditorOverviewRuler.runningCellForeground": "",
"notebookEditorOverviewRuler.runningCellForeground": "#caa263",
"interactive.activeCodeBorder": "#525252",
"interactive.inactiveCodeBorder": "#393939",

/* Welcome Page
https://code.visualstudio.com/api/references/theme-color#welcome-page-colors
*/
"welcomePage.background": "#1b1b1b",
"welcomePage.progress.background": "#5252524d",
"welcomePage.progress.foreground": "#75aedd",
"welcomePage.tileBackground": "#5252524d",
"welcomePage.tileHoverBackground": "#52525280",
"welcomePage.tileBorder": "#1b1b1b00",
"walkThrough.embeddedEditorBackground": "#1b1b1b",
"walkthrough.stepTitle.foreground": "#e0e0e0",


/* Chart colors

Missing an example of aplication
Expand All @@ -1035,6 +1100,31 @@
"charts.blue": " #75aedd",
"charts.purple": " #a9a0e6",


/* Ports Colors
https://code.visualstudio.com/api/references/theme-color#ports-colors
*/
"ports.iconRunningProcessForeground": "#e9c07d",


/* Comments View colors
https://code.visualstudio.com/api/references/theme-color#action-bar-colors
*/
"commentsView.resolvedIcon": "#9cb062",
"commentsView.unresolvedIcon": "#e9c07d",


/* Action Bar colors
https://code.visualstudio.com/api/references/theme-color#action-bar-colors
*/
"actionBar.toggledBackground": "#52525280",


/* Simple Find Widget
https://code.visualstudio.com/api/references/theme-color#simple-find-widget
*/
"simpleFindWidget.sashBorder": "#393939",


},
"tokenColors": [
Expand Down
Loading

0 comments on commit 7b00cc7

Please sign in to comment.