Skip to content

Commit

Permalink
1.0.3 (#16)
Browse files Browse the repository at this point in the history
- Missing styles for [Editor Overview Ruler](https://code.visualstudio.com/api/references/theme-color#minimap)
- Styles for errors and warnings in the Editor
- Styles for unused code
- Styles for unchanged regions in the Diff editor
- Styles for [chart colors](https://code.visualstudio.com/api/references/theme-color#chart-colors)
  • Loading branch information
surfinzap authored Feb 15, 2024
1 parent 11e1dc1 commit f16c46c
Show file tree
Hide file tree
Showing 17 changed files with 832 additions and 50 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ Removed
Fixed
Security

## [1.0.3] — 2024-02-15

### Added
- Missing styles for [Editor Overview Ruler](https://code.visualstudio.com/api/references/theme-color#minimap)
- Styles for errors and warnings in the Editor
- Styles for unused code
- Styles for unchanged regions in the Diff editor
- Styles for [chart colors](https://code.visualstudio.com/api/references/theme-color#chart-colors)



## [1.0.2] — 2024-02-08

### Added
Expand All @@ -22,7 +33,7 @@ Security
- Missing definitions for [Status Bar item hovers](https://code.visualstudio.com/api/references/theme-color#status-bar-colors).
- Search editor “find-match” colors
- Definitions for Inlay hints

- Definitions for Pull request comments



Expand Down
71 changes: 67 additions & 4 deletions dist/bikkuri-dark-coal-lively.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@
"minimapSlider.hoverBackground": "#525252b3",

"editorOverviewRuler.border": "#1b1b1b",
"editorOverviewRuler.background": "#1b1b1b00",
"editorOverviewRuler.addedForeground": "#83945180",
"editorOverviewRuler.bracketMatchForeground": "#6f6f6f",
"editorOverviewRuler.deletedForeground": "#c1425880",
Expand All @@ -285,10 +286,14 @@
"editorOverviewRuler.infoForeground": "#6192bb",
"editorOverviewRuler.modifiedForeground": "#caa263",
"editorOverviewRuler.rangeHighlightForeground": "#6192bb",
"editorOverviewRuler.selectionHighlightForeground": "#6f6f6f",
"editorOverviewRuler.selectionHighlightForeground": "#68b5b3",
"editorOverviewRuler.warningForeground": "#caa263",
"editorOverviewRuler.wordHighlightForeground": "#6f6f6f",
"editorOverviewRuler.wordHighlightTextForeground": "#a9a0e6",
"editorOverviewRuler.wordHighlightStrongForeground": "#6f6f6f",
"editorOverviewRuler.inlineChatInserted": "#839451",
"editorOverviewRuler.inlineChatRemoved": "#c14258",

//editorOverviewRuler for merge conflicts is located within merge conflicts


Expand Down Expand Up @@ -477,12 +482,40 @@
"editorCursor.foreground": "#8d8d8d",
"editorCursor.background": "#1b1b1b",
"editorError.foreground": "#c14258",
"editorError.background": "#1b1b1b00",
"editorError.border": "#1b1b1b00",
"editorWarning.foreground": "#caa263",
"editorWarning.background": "#1b1b1b00",
"editorWarning.border": "#1b1b1b00",
"editorHint.foreground": "#839451",
"editorHint.border": "#1b1b1b00",
"editorInfo.foreground": "#6192bb",
"editorGutter.addedBackground": "#9cb062",
"editorGutter.deletedBackground": "#e06578",
"editorGutter.modifiedBackground": "#e9c07d",
"editorInfo.border": "#1b1b1b00",
"editorInfo.background": "#1b1b1b00",
/* icons in the panel view */
"problemsErrorIcon.foreground": "#e06578",
"problemsWarningIcon.foreground": "#e9c07d",
"problemsInfoIcon.foreground": "#75aedd",

"editorUnnecessaryCode.border": "#1b1b1b00",
"editorUnnecessaryCode.opacity": "#e0e0e080",

"editorGutter.background": "#1b1b1b00",
"editorGutter.addedBackground": "#9cb062",
"editorGutter.deletedBackground": "#e06578",
"editorGutter.modifiedBackground": "#e9c07d",

/* requires e.g. GitHub pull requests extension to preview these comment ranges */
"editorGutter.commentRangeForeground": "#579896",
"editorGutter.commentUnresolvedGlyphForeground": "#1b1b1b",
"editorGutter.commentGlyphForeground": "#1b1b1b",
"editorCommentsWidget.unresolvedBorder": "#caa263",
"editorCommentsWidget.resolvedBorder": "#839451",
"editorCommentsWidget.rangeBackground": "#5252521f",
"editorCommentsWidget.rangeActiveBackground": "#5252524d",
"editorCommentsWidget.replyInputBackground": "#262626",

"editorGutter.foldingControlForeground": "#8d8d8d",
"editorIndentGuide.background1": "#39393980",
"editorIndentGuide.background2": "#39393980",
"editorIndentGuide.background3": "#39393980",
Expand Down Expand Up @@ -531,6 +564,7 @@
"editorBracketPairGuide.background1": "#c6c6c600",
"editorBracketPairGuide.background2": "#c6c6c600",
"editorBracketPairGuide.background3": "#c6c6c600",
"editor.foldBackground": "#5252521f",



Expand All @@ -545,6 +579,16 @@
"diffEditor.removedTextBackground": "#65222de6",
"diffEditor.insertedLineBackground": "#353c204d",
"diffEditor.removedLineBackground": "#65222d4d",
/* "diffEditor.hideUnchangedRegions.enabled": true, to make unchaged regions visible*/
"diffEditor.unchangedRegionBackground": "#1b1b1b00",
"diffEditor.unchangedRegionForeground": "#6f6f6f",
"diffEditor.unchangedRegionShadow": "#525252",
"diffEditor.unchangedCodeBackground": "#1b1b1b00",

/* experimental in v 1.80 https://code.visualstudio.com/updates/v1_80#_move-detection */
"diffEditor.move.border": "#393939",
"diffEditor.moveActive.border": "#525252",

"diffEditorGutter.insertedLineBackground": "#353c204d",
"diffEditorGutter.removedLineBackground": "#65222d4d",
"diffEditorOverview.insertedForeground": "#353c20e6",
Expand Down Expand Up @@ -793,7 +837,26 @@

"editorLightBulb.foreground": "#e9c07d",
"editorLightBulbAutoFix.foreground": "#e9c07d",
"editorLightBulbAi.foreground": "#e9c07d",



/* Chart colors

Missing an example of aplication

https://code.visualstudio.com/api/references/theme-color#chart-colors
*/
"charts.foreground": " #e0e0e0",
"charts.lines": " #393939",
"charts.red": " #e06578",
"charts.orange": " #da9a6a",
"charts.yellow": " #e9c07d",
"charts.green": " #9cb062",
"charts.blue": " #75aedd",
"charts.purple": " #a9a0e6",


},
"tokenColors": [
{
Expand Down
71 changes: 67 additions & 4 deletions dist/bikkuri-dark-coal-serene.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@
"minimapSlider.hoverBackground": "#525252b3",

"editorOverviewRuler.border": "#1b1b1b",
"editorOverviewRuler.background": "#1b1b1b00",
"editorOverviewRuler.addedForeground": "#87917080",
"editorOverviewRuler.bracketMatchForeground": "#6f6f6f",
"editorOverviewRuler.deletedForeground": "#a25a6380",
Expand All @@ -285,10 +286,14 @@
"editorOverviewRuler.infoForeground": "#7790a8",
"editorOverviewRuler.modifiedForeground": "#bfa481",
"editorOverviewRuler.rangeHighlightForeground": "#7790a8",
"editorOverviewRuler.selectionHighlightForeground": "#6f6f6f",
"editorOverviewRuler.selectionHighlightForeground": "#8bafae",
"editorOverviewRuler.warningForeground": "#bfa481",
"editorOverviewRuler.wordHighlightForeground": "#6f6f6f",
"editorOverviewRuler.wordHighlightTextForeground": "#a8a4c8",
"editorOverviewRuler.wordHighlightStrongForeground": "#6f6f6f",
"editorOverviewRuler.inlineChatInserted": "#879170",
"editorOverviewRuler.inlineChatRemoved": "#a25a63",

//editorOverviewRuler for merge conflicts is located within merge conflicts


Expand Down Expand Up @@ -477,12 +482,40 @@
"editorCursor.foreground": "#8d8d8d",
"editorCursor.background": "#1b1b1b",
"editorError.foreground": "#a25a63",
"editorError.background": "#1b1b1b00",
"editorError.border": "#1b1b1b00",
"editorWarning.foreground": "#bfa481",
"editorWarning.background": "#1b1b1b00",
"editorWarning.border": "#1b1b1b00",
"editorHint.foreground": "#879170",
"editorHint.border": "#1b1b1b00",
"editorInfo.foreground": "#7790a8",
"editorGutter.addedBackground": "#a1ad86",
"editorGutter.deletedBackground": "#c07982",
"editorGutter.modifiedBackground": "#dfc299",
"editorInfo.border": "#1b1b1b00",
"editorInfo.background": "#1b1b1b00",
/* icons in the panel view */
"problemsErrorIcon.foreground": "#c07982",
"problemsWarningIcon.foreground": "#dfc299",
"problemsInfoIcon.foreground": "#8fabc8",

"editorUnnecessaryCode.border": "#1b1b1b00",
"editorUnnecessaryCode.opacity": "#e0e0e080",

"editorGutter.background": "#1b1b1b00",
"editorGutter.addedBackground": "#a1ad86",
"editorGutter.deletedBackground": "#c07982",
"editorGutter.modifiedBackground": "#dfc299",

/* requires e.g. GitHub pull requests extension to preview these comment ranges */
"editorGutter.commentRangeForeground": "#749392",
"editorGutter.commentUnresolvedGlyphForeground": "#1b1b1b",
"editorGutter.commentGlyphForeground": "#1b1b1b",
"editorCommentsWidget.unresolvedBorder": "#bfa481",
"editorCommentsWidget.resolvedBorder": "#879170",
"editorCommentsWidget.rangeBackground": "#5252521f",
"editorCommentsWidget.rangeActiveBackground": "#5252524d",
"editorCommentsWidget.replyInputBackground": "#262626",

"editorGutter.foldingControlForeground": "#8d8d8d",
"editorIndentGuide.background1": "#39393980",
"editorIndentGuide.background2": "#39393980",
"editorIndentGuide.background3": "#39393980",
Expand Down Expand Up @@ -531,6 +564,7 @@
"editorBracketPairGuide.background1": "#c6c6c600",
"editorBracketPairGuide.background2": "#c6c6c600",
"editorBracketPairGuide.background3": "#c6c6c600",
"editor.foldBackground": "#5252521f",



Expand All @@ -545,6 +579,16 @@
"diffEditor.removedTextBackground": "#572c32e6",
"diffEditor.insertedLineBackground": "#363b2b4d",
"diffEditor.removedLineBackground": "#572c324d",
/* "diffEditor.hideUnchangedRegions.enabled": true, to make unchaged regions visible*/
"diffEditor.unchangedRegionBackground": "#1b1b1b00",
"diffEditor.unchangedRegionForeground": "#6f6f6f",
"diffEditor.unchangedRegionShadow": "#525252",
"diffEditor.unchangedCodeBackground": "#1b1b1b00",

/* experimental in v 1.80 https://code.visualstudio.com/updates/v1_80#_move-detection */
"diffEditor.move.border": "#393939",
"diffEditor.moveActive.border": "#525252",

"diffEditorGutter.insertedLineBackground": "#363b2b4d",
"diffEditorGutter.removedLineBackground": "#572c324d",
"diffEditorOverview.insertedForeground": "#363b2be6",
Expand Down Expand Up @@ -793,7 +837,26 @@

"editorLightBulb.foreground": "#dfc299",
"editorLightBulbAutoFix.foreground": "#dfc299",
"editorLightBulbAi.foreground": "#dfc299",



/* Chart colors

Missing an example of aplication

https://code.visualstudio.com/api/references/theme-color#chart-colors
*/
"charts.foreground": " #e0e0e0",
"charts.lines": " #393939",
"charts.red": " #c07982",
"charts.orange": " #c8a087",
"charts.yellow": " #dfc299",
"charts.green": " #a1ad86",
"charts.blue": " #8fabc8",
"charts.purple": " #a8a4c8",


},
"tokenColors": [
{
Expand Down
71 changes: 67 additions & 4 deletions dist/bikkuri-dark-moss-lively.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@
"minimapSlider.hoverBackground": "#52534db3",

"editorOverviewRuler.border": "#1b1c19",
"editorOverviewRuler.background": "#1b1c1900",
"editorOverviewRuler.addedForeground": "#83945180",
"editorOverviewRuler.bracketMatchForeground": "#6f7069",
"editorOverviewRuler.deletedForeground": "#c1425880",
Expand All @@ -285,10 +286,14 @@
"editorOverviewRuler.infoForeground": "#6192bb",
"editorOverviewRuler.modifiedForeground": "#caa263",
"editorOverviewRuler.rangeHighlightForeground": "#6192bb",
"editorOverviewRuler.selectionHighlightForeground": "#6f7069",
"editorOverviewRuler.selectionHighlightForeground": "#68b5b3",
"editorOverviewRuler.warningForeground": "#caa263",
"editorOverviewRuler.wordHighlightForeground": "#6f7069",
"editorOverviewRuler.wordHighlightTextForeground": "#a9a0e6",
"editorOverviewRuler.wordHighlightStrongForeground": "#6f7069",
"editorOverviewRuler.inlineChatInserted": "#839451",
"editorOverviewRuler.inlineChatRemoved": "#c14258",

//editorOverviewRuler for merge conflicts is located within merge conflicts


Expand Down Expand Up @@ -477,12 +482,40 @@
"editorCursor.foreground": "#8d8e85",
"editorCursor.background": "#1b1c19",
"editorError.foreground": "#c14258",
"editorError.background": "#1b1c1900",
"editorError.border": "#1b1c1900",
"editorWarning.foreground": "#caa263",
"editorWarning.background": "#1b1c1900",
"editorWarning.border": "#1b1c1900",
"editorHint.foreground": "#839451",
"editorHint.border": "#1b1c1900",
"editorInfo.foreground": "#6192bb",
"editorGutter.addedBackground": "#9cb062",
"editorGutter.deletedBackground": "#e06578",
"editorGutter.modifiedBackground": "#e9c07d",
"editorInfo.border": "#1b1c1900",
"editorInfo.background": "#1b1c1900",
/* icons in the panel view */
"problemsErrorIcon.foreground": "#e06578",
"problemsWarningIcon.foreground": "#e9c07d",
"problemsInfoIcon.foreground": "#75aedd",

"editorUnnecessaryCode.border": "#1b1c1900",
"editorUnnecessaryCode.opacity": "#e0e1d480",

"editorGutter.background": "#1b1c1900",
"editorGutter.addedBackground": "#9cb062",
"editorGutter.deletedBackground": "#e06578",
"editorGutter.modifiedBackground": "#e9c07d",

/* requires e.g. GitHub pull requests extension to preview these comment ranges */
"editorGutter.commentRangeForeground": "#579896",
"editorGutter.commentUnresolvedGlyphForeground": "#1b1c19",
"editorGutter.commentGlyphForeground": "#1b1c19",
"editorCommentsWidget.unresolvedBorder": "#caa263",
"editorCommentsWidget.resolvedBorder": "#839451",
"editorCommentsWidget.rangeBackground": "#52534d1f",
"editorCommentsWidget.rangeActiveBackground": "#52534d4d",
"editorCommentsWidget.replyInputBackground": "#262623",

"editorGutter.foldingControlForeground": "#8d8e85",
"editorIndentGuide.background1": "#39393580",
"editorIndentGuide.background2": "#39393580",
"editorIndentGuide.background3": "#39393580",
Expand Down Expand Up @@ -531,6 +564,7 @@
"editorBracketPairGuide.background1": "#c6c7bb00",
"editorBracketPairGuide.background2": "#c6c7bb00",
"editorBracketPairGuide.background3": "#c6c7bb00",
"editor.foldBackground": "#52534d1f",



Expand All @@ -545,6 +579,16 @@
"diffEditor.removedTextBackground": "#65222de6",
"diffEditor.insertedLineBackground": "#353c204d",
"diffEditor.removedLineBackground": "#65222d4d",
/* "diffEditor.hideUnchangedRegions.enabled": true, to make unchaged regions visible*/
"diffEditor.unchangedRegionBackground": "#1b1c1900",
"diffEditor.unchangedRegionForeground": "#6f7069",
"diffEditor.unchangedRegionShadow": "#52534d",
"diffEditor.unchangedCodeBackground": "#1b1c1900",

/* experimental in v 1.80 https://code.visualstudio.com/updates/v1_80#_move-detection */
"diffEditor.move.border": "#393935",
"diffEditor.moveActive.border": "#52534d",

"diffEditorGutter.insertedLineBackground": "#353c204d",
"diffEditorGutter.removedLineBackground": "#65222d4d",
"diffEditorOverview.insertedForeground": "#353c20e6",
Expand Down Expand Up @@ -793,7 +837,26 @@

"editorLightBulb.foreground": "#e9c07d",
"editorLightBulbAutoFix.foreground": "#e9c07d",
"editorLightBulbAi.foreground": "#e9c07d",



/* Chart colors

Missing an example of aplication

https://code.visualstudio.com/api/references/theme-color#chart-colors
*/
"charts.foreground": " #e0e1d4",
"charts.lines": " #393935",
"charts.red": " #e06578",
"charts.orange": " #da9a6a",
"charts.yellow": " #e9c07d",
"charts.green": " #9cb062",
"charts.blue": " #75aedd",
"charts.purple": " #a9a0e6",


},
"tokenColors": [
{
Expand Down
Loading

0 comments on commit f16c46c

Please sign in to comment.