Skip to content

Commit

Permalink
initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
SumanKhdka committed May 19, 2021
0 parents commit 5b47536
Show file tree
Hide file tree
Showing 10 changed files with 400 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Set default behavior to automatically normalize line endings.
* text=auto

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
*.vsix
17 changes: 17 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// A launch configuration that launches the extension inside a new window
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
{
"version": "0.2.0",
"configurations": [
{
"name": "Extension",
"type": "extensionHost",
"request": "launch",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
]
}
]
}
4 changes: 4 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.vscode/**
.vscode-test/**
.gitignore
vsc-extension-quickstart.md
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Change Log

All notable changes to the "greative" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [Unreleased]

- Initial release
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# README#
Greative VS Code theme.
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "greative",
"displayName": "Greative",
"description": " A VS Code theme.",
"version": "1.0.0",
"author": "Suman Khadka",
"publisher": "Greative",
"icon": "icon.png",
"repository": {
"type": "git",
"url": "https://github.com/sumankhdka/greative-vscode-theme"
},
"engines": {
"vscode": "^1.56.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Greative",
"uiTheme": "vs-dark",
"path": "./themes/Greative-color-theme.json"
}
]
}

}
306 changes: 306 additions & 0 deletions themes/Greative-color-theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,306 @@
{
"tokenColors": [
{
"settings": {
"background": "#303030",
"foreground": "#d6d6d6",
"findHighlight": "#FFE792",
"findHighlightForeground": "#000000",
"selectionBorder": "#5A647E",
"activeGuide": "#9D550FB0",
"bracketsForeground": "#F8F8F2A5",
"bracketsOptions": "underline",
"bracketContentsForeground": "#F8F8F2A5",
"bracketContentsOptions": "underline",
"tagsOptions": "stippled_underline"
}
},
{
"name": "Comment",
"scope": "comment",
"settings": {
"foreground": "#797979"
}
},
{
"name": "String",
"scope": "string",
"settings": {
"foreground": "#e5b567"
}
},
{
"name": "Number",
"scope": "constant.numeric",
"settings": {
"foreground": "#9e86c8"
}
},
{
"name": "Built-in constant",
"scope": "constant.language",
"settings": {
"foreground": "#9e86c8"
}
},
{
"name": "User-defined constant",
"scope": [
"constant.character",
"constant.other"
],
"settings": {
"foreground": "#9e86c8"
}
},
{
"name": "Variable",
"scope": "variable.other.readwrite.instance.coffee",
"settings": {
"foreground": "#E87D3E"
}
},
{
"name": "Entity name",
"scope": "entity.name.type.class.coffee",
"settings": {
"foreground": "#b4c973"
}
},
{
"name": "Keyword",
"scope": "keyword",
"settings": {
"foreground": "#b05279"
}
},
{
"name": "Storage",
"scope": "storage",
"settings": {
"fontStyle": "",
"foreground": "#b05279"
}
},
{
"name": "Storage type",
"scope": "storage.type",
"settings": {
"foreground": "#42a6f3"
}
},
{
"name": "Class name",
"scope": "entity.name.class",
"settings": {
"foreground": "#b4c973"
}
},
{
"name": "Inherited class",
"scope": "entity.other.inherited-class",
"settings": {
"foreground": "#b4c973"
}
},
{
"name": "Function name",
"scope": "entity.name.function",
"settings": {
"fontStyle": "",
"foreground": "#f0c649"
}
},
{
"name": "Function argument",
"scope": "variable.parameter",
"settings": {
"foreground": "#E87D3E"
}
},
{
"name": "Tag name",
"scope": "entity.name.tag",
"settings": {
"fontStyle": "",
"foreground": "#b05279"
}
},
{
"name": "Tag attribute",
"scope": "entity.other.attribute-name",
"settings": {
"fontStyle": "",
"foreground": "#b4c973"
}
},
{
"name": "Library function",
"scope": "support.function",
"settings": {
"fontStyle": "",
"foreground": "#6c99bb"
}
},
{
"name": "Library constant",
"scope": "support.constant",
"settings": {
"fontStyle": "",
"foreground": "#6c99bb"
}
},
{
"name": "Library class/type",
"scope": [
"support.type",
"support.class"
],
"settings": {
"foreground": "#6c99bb"
}
},
{
"name": "Library variable",
"scope": "support.other.variable",
"settings": {
"fontStyle": ""
}
},
{
"name": "Invalid",
"scope": "invalid",
"settings": {
"background": "#b05279",
"fontStyle": "",
"foreground": "#F8F8F0"
}
},
{
"name": "Invalid deprecated",
"scope": "invalid.deprecated",
"settings": {
"background": "#9e86c8",
"foreground": "#F8F8F0"
}
},
{
"name": "JSON String",
"scope": "meta.structure.dictionary.json string.quoted.double.json",
"settings": {
"foreground": "#cfcfcf"
}
},
{
"name": "diff.header",
"scope": [
"meta.diff",
"meta.diff.header"
],
"settings": {
"foreground": "#767676"
}
},
{
"name": "diff.deleted",
"scope": "markup.deleted",
"settings": {
"foreground": "#b05279"
}
},
{
"name": "diff.inserted",
"scope": "markup.inserted",
"settings": {
"foreground": "#b4c973"
}
},
{
"name": "diff.changed",
"scope": "markup.changed",
"settings": {
"foreground": "#E5B567"
}
},
{
"scope": "constant.numeric.line-number.find-in-files - match",
"settings": {
"foreground": "#9e86c8A0"
}
},
{
"scope": "entity.name.filename.find-in-files",
"settings": {
"foreground": "#E5B567"
}
},
{
"name": "Bold",
"scope": [
"markup.bold",
"punctuation.definition.bold",
"todo.bold"
],
"settings": {
"fontStyle": "bold",
"foreground": "#E87D3E"
}
},
{
"name": "Italic",
"scope": [
"markup.italic",
"punctuation.definition.italic",
"todo.italic"
],
"settings": {
"fontStyle": "italic",
"foreground": "#B05279"
}
},
{
"name": "GitGutter deleted",
"scope": "markup.deleted.git_gutter",
"settings": {
"foreground": "#E87D3E"
}
},
{
"name": "GitGutter inserted",
"scope": "markup.inserted.git_gutter",
"settings": {
"foreground": "#B4C973"
}
},
{
"name": "GitGutter changed",
"scope": "markup.changed.git_gutter",
"settings": {
"foreground": "#E5B567"
}
},
{
"name": "GitGutter ignored",
"scope": "markup.ignored.git_gutter",
"settings": {
"foreground": "#C0C5CE"
}
},
{
"name": "GitGutter untracked",
"scope": "markup.untracked.git_gutter",
"settings": {
"foreground": "#EFF1F5"
}
}
],
"colors": {
"editor.background": "#303030",
"editorCursor.foreground": "#FFFFFF",
"editor.foreground": "#d6d6d6",
"editorWhitespace.foreground": "#797474",
"editor.lineHighlightBackground": "#404549",
"editor.selectionBackground": "#5A647E"
},
"name": "Greative"
}
Loading

0 comments on commit 5b47536

Please sign in to comment.