Skip to content

Commit

Permalink
Add screens
Browse files Browse the repository at this point in the history
  • Loading branch information
claide committed Jun 28, 2020
1 parent 3cb6c2f commit 7b4cf86
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
Binary file added HTML.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PHP.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added React.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Vue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 9 additions & 5 deletions themes/Kulay Dark-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"selection.background": "#7278da",
"textLink.foreground": "#00B0D5",
"editor.selectionHighlightBackground": "#72767d83",
"debugConsole.errorForeground": "#F04747",
"diffEditor.removedTextBackground": "#f047474d",
"diffEditor.insertedTextBackground": "#43b5821e",
// buttons
"button.background": "#7278dacc",
"button.foreground": "#ffffffcc",
Expand Down Expand Up @@ -76,6 +79,7 @@
"sideBar.foreground": "#B9BBBE",
"sideBarTitle.foreground": "#B9BBBE",
"sideBarSectionHeader.background": "#292B2F",
"sideBarSectionHeader.border": "#292B2F",
// lists
"list.hoverBackground": "#34373C",
"list.inactiveSelectionBackground": "#34373C",
Expand All @@ -93,7 +97,7 @@
"tab.inactiveForeground": "#B9BBBE",
"tab.border": "#2F3136",
// peekview
"peekView.border": "#72767D",
"peekView.border": "#4F545C",
"peekViewEditor.background": "#202225",
"peekViewEditor.matchHighlightBackground": "#7278da5a",
"peekViewResult.background": "#202225",
Expand Down Expand Up @@ -225,7 +229,7 @@
"name": "Operators",
"scope": "keyword.operator",
"settings": {
"foreground": "#BBBBBB"
"foreground": "#B9BBBE"
}
},
{
Expand Down Expand Up @@ -312,7 +316,7 @@
"name": "CSS property names",
"scope": "support.type.property-name.css",
"settings": {
"foreground": "#BBBBBB"
"foreground": "#B9BBBE"
}
},
{
Expand All @@ -336,7 +340,7 @@
"name": "Embedded template punctuation",
"scope": "string.template meta.embedded",
"settings": {
"foreground": "#BBBBBB"
"foreground": "#B9BBBE"
}
},
{
Expand Down Expand Up @@ -436,7 +440,7 @@
"name": "Key/value separators",
"scope": "punctuation.separator",
"settings": {
"foreground": "#BBBBBB"
"foreground": "#B9BBBE"
}
},
{
Expand Down

0 comments on commit 7b4cf86

Please sign in to comment.