Skip to content

Commit

Permalink
Merge pull request #4 from dionmunk/updates
Browse files Browse the repository at this point in the history
updates
  • Loading branch information
dionmunk authored Mar 24, 2020
2 parents b77e37b + 7b432ec commit f4e99f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
[![GitHub](https://flat.badgen.net/github/release/dionmunk/vscode-theme-monokai-faded/)](https://github.com/dionmunk/vscode-theme-monokai-faded/releases)
[![Visual Studio Marketplace](https://vsmarketplacebadge.apphb.com/installs-short/dionmunk.theme-monokai-faded.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=dionmunk.theme-monokai-faded)

Monokai Faded is a complete interface theme for Visual Studio Code based on the original Monokai theme.
A faded Monokai theme for Visual Studio Code based on the original Monokai theme by [Wimer Hazenberg](https://monokai.nl/). This is a complete interface and syntax theme.

## Screenshot

![Monokai Faded Theme Demo](/screenshots/screenshot.png?raw=true "Monokai Faded Theme Demo")

## License

This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
This work is licensed under a [Creative Commons Attribution-NonCommercial 4.0 International License](https://creativecommons.org/licenses/by-nc/4.0/).
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": "theme-monokai-faded",
"displayName": "Monokai Faded",
"description": "A faded Monokai theme for Visual Studio Code.",
"version": "1.0.3",
"version": "1.0.4",
"publisher": "dionmunk",
"license": "CC-BY-NC-4.0",
"author": {
Expand Down
8 changes: 4 additions & 4 deletions themes/monokai-faded.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"textBlockQuote.background": "#323232", // Background color for block quotes in text.
"textBlockQuote.border": "#484848", // Border color for block quotes in text.
"textCodeBlock.background": "#323232", // Background color for code blocks in text.
"textLink.activeForeground": "#5d84d1", // Foreground color for links in text when clicked on and on mouse hover.
"textLink.activeForeground": "#37589B", // Foreground color for links in text when clicked on and on mouse hover.
"textLink.foreground": "#568af2", // Foreground color for links in text.
"textPreformat.foreground": "#568af2", // Foreground color for preformatted text segments.
"textSeparator.foreground": "#568af2", // Color for text separators.
// button/checkbox control
"button.background": "#568af2", // Button background color.
"button.foreground": "#f8f8f8", // Button foreground color.
"button.hoverBackground": "#5d84d1", // Button background color when hovering.
"button.hoverBackground": "#37589B", // Button background color when hovering.
"checkbox.background": "#3b3b3b", // Background color of checkbox widget.
"checkbox.foreground": "#f8f8f8", // Foreground color of checkbox widget.
"checkbox.border": "#3f3f3f", // Border color of checkbox widget.
Expand Down Expand Up @@ -251,11 +251,11 @@
"statusBar.background": "#202020", // Standard Status Bar background color.
"statusBar.foreground": "#f8f8f8", // Status Bar foreground color.
"statusBar.border": "#181818", // Status Bar border color separating the Status Bar and editor.
//"statusBar.debuggingBackground": , // Status Bar background color when a program is being debugged.
"statusBar.debuggingBackground": "#7c71c8", // Status Bar background color when a program is being debugged.
//"statusBar.debuggingForeground": , // Status Bar foreground color when a program is being debugged.
"statusBar.debuggingBorder": "#181818", // Status Bar border color separating the Status Bar and editor when a program is being debugged.
//"statusBar.noFolderForeground": , // Status Bar foreground color when no folder is opened.
//"statusBar.noFolderBackground": , // Status Bar background color when no folder is opened.
"statusBar.noFolderBackground": "#568af2", // Status Bar background color when no folder is opened.
"statusBar.noFolderBorder": "#181818", // Status Bar border color separating the Status Bar and editor when no folder is opened.
//"statusBarItem.activeBackground": , // Status Bar item background color when clicking.
//"statusBarItem.hoverBackground": , // Status Bar item background color when hovering.
Expand Down

0 comments on commit f4e99f9

Please sign in to comment.