Skip to content

Commit

Permalink
Add more specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
daksh4469 committed Feb 20, 2021
1 parent e6a05b8 commit 5154a9e
Showing 1 changed file with 81 additions and 44 deletions.
125 changes: 81 additions & 44 deletions themes/Crusty Theme-color-theme.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
{
"colors": {
"activityBar.background": "#0F111A",
"activityBar.background": "#0F111A",
"activityBar.foreground": "#7cf0dc",
"button.background": "#ff9d9d",
"button.background": "#ff9d9d",
"button.foreground": "#001275",
"breadcrumb.foreground": "#06e0e7",
"breadcrumb.background": "#0F111A",
"breadcrumb.focusForeground": "#ff9d9d",
"breadcrumb.activeSelectionForeground": "#06e0e7",
"breadcrumbPicker.background": "#0F111A",
"checkbox.background": "#0F111A",
"checkbox.background": "#0F111A",
"checkbox.foreground": "#ff9d9d",
"checkbox.border": "#25293f",
"dropdown.background": "#0F111A",
"dropdown.listBackground": "#0F111A",
"dropdown.border": "#ff9d9d",
"dropdown.foreground": "#A6ACCD",
"editor.selectionBackground": "#0c1c33",
"editor.selectionBackground": "#0c1c33",
"editor.wordHighlightBackground": "#1d2d41",
"editor.findMatchBackground": "#1d2d41",
"editor.background": "#0F111A",
"editor.foreground": "#A6ACCD",
"editor.lineHighlightBackground": "#151e2e",
"editor.snippetTabstopHighlightBackground": "#ffd000",
"editor.background": "#0F111A",
"editor.foreground": "#A6ACCD",
"editor.lineHighlightBackground": "#151e2e",
"editor.snippetTabstopHighlightBackground": "#ffd000",
"editor.snippetFinalTabstopHighlightBorder": "#0F111A",
"editor.snippetTabstopHighlightBorder": "#0F111A",
"editor.findMatchHighlightBackground": "#0a1f38",
"editorGroupHeader.noTabsBackground": "#0F111A",
"editorCursor.foreground": "#06e0e7",
"editorCursor.background": "#151e2e",
"editorGroupHeader.tabsBackground": "#0F111A",
"editorGroup.border": "#0F111A",
"editorGroup.dropBackground": "#0F111A",
"editor.findMatchHighlightBackground": "#0a1f38",
"editorGroupHeader.noTabsBackground": "#0F111A",
"editorCursor.foreground": "#06e0e7",
"editorCursor.background": "#151e2e",
"editorGroupHeader.tabsBackground": "#0F111A",
"editorGroup.border": "#0F111A",
"editorGroup.dropBackground": "#0F111A",
"editorGroupHeader.tabsBorder": "#0F111A",
"editorWhitespace.foreground": "#343544",
"editorWhitespace.foreground": "#343544",
"editorLineNumber.activeForeground": "#06e0e7",
"editorWidget.background": "#OF111A",
"editorWidget.background": "#OF111A",
"editorWidget.foreground": "#06e0e7",
"editorWidget.border": "#06e0e7",
"foreground": "#1aa0a5",
"input.background": "#1A1B26",
"input.foreground": "#06e0e7",
"input.placeholderForeground": "#1aa0a5",
"list.activeSelectionBackground": "#151e2e",
"list.activeSelectionBackground": "#151e2e",
"list.activeSelectionForeground": "#ff9d9d",
"list.inactiveSelectionBackground": "#151e2e",
"list.focusBackground": "#151e2e",
Expand All @@ -52,15 +52,24 @@
"list.errorForeground": "#ff0000",
"list.warningForeground": "#ffd000",
"list.dropBackground": "#0F111A",
"progressBar.background": "#ff9d9d",
"scrollbarSlider.background": "#334452",
"notificationCenter.border": "#0F111A",
"notificationCenterHeader.foreground": "#06e0e7",
"notificationCenterHeader.background": "#06e0e7",
"notifications.foreground": "#06e0e7",
"notifications.background": "#0a1f38",
"notificationLink.foreground": "#53f589",
"notificationsErrorIcon.foreground":"#ff0000",
"notificationsWarningIcon.foreground": "#ffd000",
"notificationsInfoIcon.foreground": "#FFFFFF",
"progressBar.background": "#ff9d9d",
"scrollbarSlider.background": "#334452",
"scrollbarSlider.hoverBackground": "#1e3353",
"scrollbarSlider.activeBackground": "#1e3353",
"sideBar.background": "#0F111A",
"sideBarSectionHeader.background": "#0F111A",
"sideBar.foreground": "#7cf0dc",
"sideBar.dropBackground": "#1A1B26",
"tab.border": "#0F111A",
"tab.border": "#0F111A",
"tab.activeBorder": "#7cf0dc",
"tab.inactiveBackground": "#0F111A",
"tab.unfocusedActiveBackground": "#0F111A",
Expand All @@ -74,31 +83,54 @@
"terminal.ansiBrightCyan": "#53f589",
"terminal.ansiBrightRed": "#e7255f",
"terminal.ansiBrightWhite": "#f1cbcb",
"textLink.foreground": "#ff9d9d",
"welcomePage.background": "#0F111A",
"textLink.foreground": "#ff9d9d",
"welcomePage.background": "#0F111A",
"welcomePage.buttonBackground": "#0F111A",
"welcomePage.buttonHoverBackground": "#0e1725",
"window.activeBorder": "#ff0000",
},
"tokenColors": [
{
"scope": [
"comment",
"punctuation.definition.comment"
],
"settings": {
"foreground": "#5e5e5e",
"fontStyle": "italic"
}
},
{
"scope": [
"variable.other.property"
],
"settings": {
"background": "#F8F8F2",
"foreground": "#000000"
"foreground": "#ff9d9d",
"fontStyle": "italic"
}
},
{
"name": "Comment",
"scope": "comment",
"scope": [
"keyword.operator.comparison",
],
"settings": {
"foreground": "#5e5e5e"
"foreground": "#25f8c3",
}
},
{
"name": "String",
"scope": "string",
"scope": [
"variable.other.object.property"
],
"settings": {
"foreground": "#53f589"
"foreground": "#A6ACCD"
}
},
{
"scope": [
"string.quoted.double"
],
"settings": {
"foreground":"#8adfa6",
}
},
{
Expand Down Expand Up @@ -157,14 +189,22 @@
"scope": "entity.name.class",
"settings": {
"fontStyle": "underline",
"foreground": "#e7d749"
"foreground": "#ffd000"
}
},
{
"name": "Inherited class",
"scope": "entity.other.inherited-class",
"scope": [
"meta.tag.attributes"
],
"settings": {
"fontStyle": "italic underline",
"foreground": "#8adfa6",
"fontStyle": "italic"
}
},
{
"scope": ["entity.other.inherited-class","meta.embedded.expression"],
"settings": {
"fontStyle": "italic",
"foreground": "#e3e6ec"
}
},
Expand All @@ -181,7 +221,7 @@
"scope": "variable.parameter",
"settings": {
"fontStyle": "italic",
"foreground": "#e0af45"
"foreground": "#ffd000"
}
},
{
Expand All @@ -197,7 +237,7 @@
"scope": "entity.other.attribute-name",
"settings": {
"fontStyle": "",
"foreground": "#2aee9c"
"foreground": "#85d6e4"
}
},
{
Expand All @@ -217,11 +257,10 @@
}
},
{
"name": "Library class/type",
"scope": ["support.type", "support.class"],
"scope": ["support.type", "support.class", "support.class.component"],
"settings": {
"fontStyle": "italic",
"foreground": "#66D9EF"
"fontStyle": "italic bold",
"foreground": "#f8c725"
}
},
{
Expand All @@ -235,7 +274,6 @@
"name": "Invalid",
"scope": "invalid",
"settings": {
"background": "#F92672",
"fontStyle": "",
"foreground": "#F8F8F0"
}
Expand All @@ -244,10 +282,9 @@
"name": "Invalid deprecated",
"scope": "invalid.deprecated",
"settings": {
"background": "#AE81FF",
"foreground": "#F8F8F0"
}
}
],
"name": "Crusty Theme"
"name": "Crusty Dark Theme"
}

0 comments on commit 5154a9e

Please sign in to comment.