Skip to content

Commit

Permalink
Merge pull request #17 from stoneC0der/dev
Browse files Browse the repository at this point in the history
fixes & improvements
  • Loading branch information
stoneC0der authored Dec 1, 2024
2 parents f07771f + a0fdc29 commit 64cf1ee
Show file tree
Hide file tree
Showing 20 changed files with 363 additions and 420 deletions.
67 changes: 67 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,76 @@
# Change Log

**If you like this theme, please support it by giving it a star on [github](https://github.com/stonec0der/g-dark-theme) or leave a review on the [marketplace](https://marketplace.visualstudio.com/items?itemName=StoneC0der.vscode-g-dark-theme).**

**If you have any issue, please report them on the [issue page](https://github.com/stonec0der/g-dark-theme/issues)**

Thanks for the love, any suggestion is welcome

**Note:** *I don't use every features & parts of vscode UI that is customizable as such some themes may not work well hence the regulars updates if you have an issue please report it so I can improve the themes, thanks.*

## 4.4.0

[improvement] Input background

- oxford blue
- One Love (Black Pearl)

[fix] G-dark Minimal (midnight)

- fix unfocusedActiveForeground

[improvement] G-Dark Haiti (HC)

- replace purple #8400ff with #A342FF for better readability

[improvement] G-Dark Minimal-2 (Astronaut Blue)

- improvement editor.background and all properties previously using the color #21576d with #1e4e62
- improve sidebar.background and all properties previously using the color #214c5d with #1e4454

[improvement] G-Dark (H@cker)

- improve string, keyword, keyword control (bolded), and more

[improvement] Panel inactiveForground

- Haiti (HC), Jackson-Purple,Minimal (Midnight)

[improvement] G-Dark (Vulcan)

- improve menu foreground
- breadcrumbs foreground

[Improvement] Unify Comment foreground for all themes

- use tint of 40% of the editor.background (Dark themes)
- use shade of 40% of the editor.background (Light themes)

[improvement] G Dark-Shader (Mirage)

- improve editor.background from #1c0c2e to #190b29

[improvement] menubar button hover

- some themes

[improvement] remove or update deprecated properties

- All themes

[improvement] editorGutter (git decoration)

- use the same colors for all themes
- fine tune opacity for individual themes

[improvement] Icon.foreground

- use a specific theme color instead of default one

[improvement] G-Dark (Vulcan)

- fix quickInput foreground

## 4.3.3

- update extension buttons, icons, badge, starts, prerelease, sponsored to be uniform across themes
Expand Down
38 changes: 17 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
# G-dark Themes for Vscode

- [Getting started](#getting-started)
- [Installation](#installation)
- [Support](#support)
- [Ohter Editors](#other-editors)
- [Custom Setting](#custom-settings)
**If you like this theme, please support it by giving it a star on [github](https://github.com/stonec0der/g-dark-theme) or leave a review on the [marketplace](https://marketplace.visualstudio.com/items?itemName=StoneC0der.vscode-g-dark-theme).**

**If you have any issue, please report them on the [issue page](https://github.com/stonec0der/g-dark-theme/issues)**

- [G-dark Themes for Vscode](#g-dark-themes-for-vscode)
- [](#)
- [Getting started](#getting-started)
- [Installation](#installation)
- [Support](#support)
- [Languages](#languages)
- [Night Mode](#night-mode)
- [Other Editors](#other-editors)
- [Custom Settings](#custom-settings)
- [Fonts](#fonts)
- [Happy coding](#happy-coding)

##

<img src="https://raw.githubusercontent.com/stoneC0der/g-dark-theme/master/images/preview.gif" style="margin:5px auto;border-radius:6px;box-shadow:0px 0px 35px -10px rgba(10,10,10,0.90)">

**Give it a try and if you like and can spare e few minutes of time, help spread the word, give a &star;
Expand Down Expand Up @@ -37,11 +48,10 @@ All themes Work well with F.lux/Night Shift or other similar tools.
**Note:** *Some themes are work better in dark room or similar as well as some in bright room
or outside, I suggest you try every themes on different sets to find the one that work for you.*

*Tested on **macOS***
*Tested on **macOS** & **Linux***

### Other Editors

- For [Atom](https://atom.io/users/stoneC0der)
- For [Nova](https://extensions.panic.com/extensions/stonec0der/stonec0der.GDarkTheme/)

### Custom Settings
Expand Down Expand Up @@ -132,20 +142,6 @@ To get the most out of this them please add the following configuration:
],
```

7 To use a unique color for vscode functions & methods Separator

```json
"separators.methods.borderColor": "#64778b3a",
"separators.functions.borderColor": "#64778b3a",
"separators.constructors.borderColor": "#64778b3a",
"separators.classes.borderColor": "#64778b3a",
"separators.enums.borderColor": "#64778b3a",
"separators.namespaces.borderColor": "#64778b3a",
```

### Happy coding


All contribution are welcome

For any issues [Issues](https://github.com/stonec0der/g-dark-theme/issues).Thanks for your support!
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "g-dark-theme",
"displayName": "G Dark-Themes",
"description": "A set of dual/unique background themes design to help protect you're eyes while optimizing readability using common but beautiful color palettes uniquely",
"version": "4.3.3",
"version": "4.4.0",
"publisher": "StoneC0der",
"icon": "icon.png",
"engines": {
Expand Down
119 changes: 56 additions & 63 deletions themes/G-Dark-Astronaut-blue.theme-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"settings": {
// "fontStyle": "italic bold",
"foreground": "#172628"
"foreground": "#7895a1"
}
},
{
Expand Down Expand Up @@ -724,13 +724,6 @@
}
],
"colors": {
"separators.methods.borderColor": "#4a6c9f66",
"separators.constructors.borderColor": "#4677bf66",
"separators.functions.borderColor": "#468d9966",
"separators.enums.borderColor": "#335f836c",
"separators.namespaces.borderColor": "#4f81ad83",
"separators.interfaces.borderColor": "#83869966",
"separators.classes.borderColor": "#83869966",
"focusBorder": "#3778aa65",
"editorCursor.foreground": "#f1e506",
"editorRuler.foreground": "#264453",
Expand All @@ -743,11 +736,11 @@
"editorLineNumber.foreground": "#3e81a3",
"editorLineNumber.activeForeground": "#229cd4",
"editorBracketMatch.border": "#67769660",
"editorBracketMatch.background": "#224b5d",
"editorBracketMatch.background": "#1e4454",
"editorWhitespace.foreground": "#41718acc",
"editor.background": "#21576d",
"editor.background": "#1e4e62",
"editor.foreground": "#b9dee6",
"editor.lineHighlightBackground": "#214c5d81",
"editor.lineHighlightBackground": "#1e445481",
"editor.selectionBackground": "#1b709f5d",
"editor.selectionHighlightBackground": "#49a0e260",
"editor.hoverHighlightBackground": "#3c97e72c",
Expand All @@ -760,87 +753,87 @@
"editor.wordHighlightBorder": "#0ab2f55e",
"editor.wordHighlightStrongBackground": "#3c87f02d",
"editor.wordHighlightStrongBorder": "#1089b977",
"editorOverviewRuler.border": "#224b5d",
"editorHoverWidget.background": "#214c5d",
"editorOverviewRuler.border": "#1e4454",
"editorHoverWidget.background": "#1e4454",
"editorHoverWidget.border": "#FFFFFF10",
"editorIndentGuide.background": "#21576d",
"editorIndentGuide.activeBackground": "#336e8a",
"editorGroupHeader.tabsBackground": "#224b5d",
"editorIndentGuide.background1": "#1e4e62",
"editorIndentGuide.activeBackground1": "#336e8a",
"editorGroupHeader.tabsBackground": "#1e4454",
"editorGroup.border": "#00000030",
"editorGutter.modifiedBackground": "#1297da60",
"editorGutter.addedBackground": "#34dbac60",
"editorGutter.deletedBackground": "#e4496360",
"editorSuggestWidget.background": "#224b5dec",
"editorGutter.modifiedBackground": "#4e81ee90",
"editorGutter.addedBackground": "#84b83b50",
"editorGutter.deletedBackground": "#FF537070",
"editorSuggestWidget.background": "#1e4454ec",
"editorSuggestWidget.foreground": "#c5e2f8",
"editorSuggestWidget.highlightForeground": "#83d5e4",
"editorSuggestWidget.selectedBackground": "#21576d",
"editorSuggestWidget.selectedBackground": "#1e4e62",
"editorSuggestWidget.border": "#FFFFFF10",
"editorError.foreground": "#FF537070",
"editorWarning.foreground": "#C3E88D70",
"editorWidget.background": "#224b5d",
"editorWidget.background": "#1e4454",
"editorWidget.resizeBorder": "#83d5e4",
// "editorWidget.border": "",
"editorMarkerNavigation.background": "#214c5dd9",
"editorStickyScroll.background": "#214c5d",
"editorMarkerNavigation.background": "#1e4454d9",
"editorStickyScroll.background": "#1e4454",
"editorStickyScrollHover.background": "#0ab2f517",
"tab.activeBorder": "#214c5d",
"tab.activeBorder": "#1e4454",
"tab.activeBackground": "#24586c",
"tab.activeModifiedBorder": "#4c93b4",
"tab.unfocusedActiveBorder": "#4c93b4",
"tab.activeForeground": "#91d3e4",
"tab.activeBorderTop": "#224b5d",
"tab.activeBorderTop": "#1e4454",
"tab.inactiveForeground": "#458aaa",
"tab.inactiveBackground": "#224b5d",
"tab.inactiveBackground": "#1e4454",
"tab.unfocusedActiveForeground": "#a6d4f7",
"tab.border": "#224b5d",
"tab.border": "#1e4454",
"tab.hoverBorder": "#37738f",
"statusBar.noFolderBackground": "#224b5d",
"statusBar.border": "#224b5d",
"statusBar.background": "#224b5d",
"statusBar.noFolderBackground": "#1e4454",
"statusBar.border": "#1e4454",
"statusBar.background": "#1e4454",
"statusBar.foreground": "#7ab3ce",
"statusBar.debuggingBackground": "#35748e",
"statusBar.debuggingForeground": "#d4e6f5",
"debugToolBar.background": "#224b5d",
"debugToolBar.background": "#1e4454",
"debugConsole.errorForeground": "#ee3b3b",
"debugConsole.infoForeground": "#31c6fc",
"debugConsole.warningForeground": "#eeec44",
"debugConsole.sourceForeground": "#3feb79",
"debugConsoleInputIcon.foreground": "#f527a3",
"statusBarItem.hoverBackground": "#214c5d",
"activityBar.background": "#224b5d",
"activityBar.border": "#224b5d",
"statusBarItem.hoverBackground": "#1e4454",
"activityBar.background": "#1e4454",
"activityBar.border": "#1e4454",
"activityBar.inactiveForeground": "#2f6485",
"activityBar.foreground": "#3aa6d8",
"activityBar.activeBorder": "#4c93b4",
"activityBar.activeBackground": "#214c5d",
"activityBar.activeBackground": "#1e4454",
"activityBarBadge.background": "#317493",
"activityBarBadge.foreground": "#c7ebf6",
"titleBar.border": "#224b5d60",
"titleBar.activeBackground": "#224b5d",
"titleBar.border": "#1e445460",
"titleBar.activeBackground": "#1e4454",
"titleBar.activeForeground": "#9cc2df",
"titleBar.inactiveBackground": "#224b5d",
"titleBar.inactiveBackground": "#1e4454",
"titleBar.inactiveForeground": "#7fa2b3",
"sideBar.background": "#214c5d",
"sideBar.background": "#1e4454",
"sideBar.foreground": "#68afd0",
"sideBar.border": "#214c5d",
"sideBar.border": "#1e4454",
"sideBarTitle.foreground": "#afd6f3",
"sideBarSectionHeader.background": "#224b5d",
"sideBarSectionHeader.background": "#1e4454",
"sideBarSectionHeader.foreground": "#35aacd",
"sideBarSectionHeader.border": "#4c93b4",
"sash.hoverBorder": "#42a0ab",
"minimap.background": "#214c5dad",
"minimap.background": "#1e4454ad",
"input.background": "#205164",
"input.foreground": "#88b9df",
"input.placeholderForeground": "#639ca3",
"input.border": "#21576d",
"input.border": "#1e4e62",
"inputValidation.errorBorder": "#FF537050",
"inputValidation.infoBorder": "#82AAFF50",
"inputValidation.warningBorder": "#67769660",
"dropdown.background": "#214c5d",
"dropdown.border": "#214c5d",
"dropdown.background": "#1e4454",
"dropdown.border": "#1e4454",
"list.hoverForeground": "#daf5fa",
"list.hoverBackground": "#285a6e",
"list.activeSelectionBackground": "#21576d",
"list.activeSelectionBackground": "#1e4e62",
"list.activeSelectionForeground": "#83d5e4",
"list.inactiveSelectionForeground": "#70b3be",
"list.inactiveSelectionBackground": "#01131a30",
Expand All @@ -867,14 +860,14 @@
"scrollbarSlider.hoverBackground": "#1c404dab",
"scrollbarSlider.activeBackground": "#18374779",
"widget.shadow": "#00000030",
"panel.border": "#224b5d",
"panel.background": "#224b5d",
"panel.border": "#1e4454",
"panel.background": "#1e4454",
"panelTitle.inactiveForeground": "#4782af",
"panelTitle.activeForeground": "#a2daf7",
"panelTitle.activeBorder": "#36bad4",
"diffEditor.insertedTextBackground": "#C3E88D15",
"diffEditor.removedTextBackground": "#FF537020",
"notifications.background": "#224b5d",
"notifications.background": "#1e4454",
"notifications.foreground": "#95dcf3",
"notificationLink.foreground": "#83d5e4",
"badge.background": "#317493",
Expand Down Expand Up @@ -911,42 +904,42 @@
"gitDecoration.modifiedResourceForeground": "#189bf1e0",
"gitDecoration.untrackedResourceForeground": "#31df7fc5",
"gitDecoration.ignoredResourceForeground": "#9c69dfd2",
"breadcrumb.background": "#214c5d",
"breadcrumb.background": "#1e4454",
"breadcrumb.foreground": "#6bc7e6",
"breadcrumb.focusForeground": "#9eccf0",
"breadcrumb.activeSelectionForeground": "#83d5e4",
"breadcrumbPicker.background": "#214c5d",
"menu.background": "#224b5d",
"breadcrumbPicker.background": "#1e4454",
"menu.background": "#1e4454",
"menu.foreground": "#a6d4f7",
"menu.selectionBackground": "#2d6881bb",
"menu.selectionForeground": "#83d5e4",
"menu.selectionBorder": "#2d6881bb",
"menu.separatorBackground": "#a8d5f7",
"menubar.selectionBackground": "#2d6881bb",
"menubar.selectionForeground": "#83d5e4",
"menubar.selectionBorder": "#224b5d",
"menubar.selectionBorder": "#1e4454",
"settings.dropdownForeground": "#a6d4f7",
"settings.dropdownBackground": "#224b5d",
"settings.dropdownBackground": "#1e4454",
"settings.numberInputForeground": "#a6d4f7",
"settings.numberInputBackground": "#224b5d",
"settings.numberInputBackground": "#1e4454",
"settings.textInputForeground": "#a6d4f7",
"settings.textInputBackground": "#224b5d",
"settings.textInputBackground": "#1e4454",
"settings.headerForeground": "#83d5e4",
"settings.modifiedItemIndicator": "#83d5e4",
"settings.checkboxBackground": "#224b5d",
"settings.checkboxBackground": "#1e4454",
"settings.checkboxForeground": "#a6d4f7",
"listFilterWidget.background": "#00000030",
"listFilterWidget.outline": "#00000030",
"listFilterWidget.noMatchesOutline": "#00000030",
"tree.indentGuidesStroke": "#224c5c",
"window.activeBorder": "#224b5d",
"window.activeBorder": "#1e4454",
"window.inactiveBorder": "#3d93c8",
"icon.foreground": "#1c7ebb",
"inputValidation.warningBackground": "#224b5d",
"icon.foreground": "#3d93c8",
"inputValidation.warningBackground": "#1e4454",
"inputValidation.warningForeground": "#82abe9",
"editor.snippetTabstopHighlightBackground": "#224b5d36",
"editor.snippetTabstopHighlightBackground": "#1e445436",
"editor.snippetTabstopHighlightBorder": "#1d4855b9",
"editor.snippetFinalTabstopHighlightBackground": "#1f5761",
"editor.snippetFinalTabstopHighlightBorder": "#1d4855"
}
}
}
Loading

0 comments on commit 64cf1ee

Please sign in to comment.