From d2326b9004df7c44edb7149c36156ef3166ca708 Mon Sep 17 00:00:00 2001 From: chee Date: Sat, 9 Jan 2021 11:59:59 +0000 Subject: [PATCH] initiali commiti --- .gitattributes | 3 + .gitignore | 2 + .vscodeignore | 4 + CHANGELOG.md | 9 + README.md | 3 + package.json | 21 ++ themes/pale-rose-color-theme.json | 441 ++++++++++++++++++++++++++++++ 7 files changed, 483 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 .vscodeignore create mode 100644 CHANGELOG.md create mode 100644 README.md create mode 100644 package.json create mode 100644 themes/pale-rose-color-theme.json diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..13bc9c2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Set default behavior to automatically normalize line endings. +* text=auto + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aeee732 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules +*.vsix diff --git a/.vscodeignore b/.vscodeignore new file mode 100644 index 0000000..f369b5e --- /dev/null +++ b/.vscodeignore @@ -0,0 +1,4 @@ +.vscode/** +.vscode-test/** +.gitignore +vsc-extension-quickstart.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..969b5a6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Change Log + +All notable changes to the "pale-rose" 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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..2a8d76a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# pale rose + +cute gay colours for rabbits diff --git a/package.json b/package.json new file mode 100644 index 0000000..fd3009d --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "pale-rose", + "displayName": "pale rose theme", + "description": "chee rabbits other theme", + "version": "0.0.1", + "engines": { + "vscode": "^1.52.0" + }, + "categories": [ + "Themes" + ], + "contributes": { + "themes": [ + { + "label": "pale rose theme", + "uiTheme": "vs", + "path": "./themes/pale-rose-color-theme.json" + } + ] + } +} \ No newline at end of file diff --git a/themes/pale-rose-color-theme.json b/themes/pale-rose-color-theme.json new file mode 100644 index 0000000..deacc61 --- /dev/null +++ b/themes/pale-rose-color-theme.json @@ -0,0 +1,441 @@ +{ + "name": "pale rose theme", + "type": "light", + "colors": { + "editor.background": "#ffffff", + "editor.foreground": "#000000", + "statusBar.background": "#ffe9ed", + "statusBar.foreground": "#cc1336", + "activityBar.background": "#ffe9ed", + "activityBar.foreground": "#cc1336", + "tab.inactiveBackground": "#ffe9ed", + "tab.activeBackground": "#fff9fd", + "tab.inactiveForeground": "#c24f64", + "tab.activeForeground": "#000000", + "menu.background": "#ffe9ed", + "menu.foreground": "#cc1336", + "statusBarItem.activeBackground": "#cc1336", + "statusBarItem.errorBackground": "#880000", + "statusBarItem.errorForeground": "#ffffff", + "statusBarItem.hoverBackground": "#ec1396", + "statusBarItem.prominentBackground": "#ec1396", + "statusBarItem.prominentForeground": "#ffffff", + "sideBar.background": "#ffe9ed", + "sideBar.foreground": "#cc1336", + "sideBarSectionHeader.background": "#ffe9ed", + "sideBarSectionHeader.foreground": "#cc1336", + "sideBar.dropBackground": "#acebed", + "editorCursor.background": "#ffffff", + "editorCursor.foreground": "#ff2a50", + "activityBarBadge.background": "#ffe9ed", + "activityBarBadge.foreground": "#cc1336", + "panel.background": "#ffffff", + "titleBar.activeBackground": "#ffe9ed", + "titleBar.activeForeground": "#cc1336" + }, + "tokenColors": [ + { + "name": "Comments", + "scope": [ + "comment", + "punctuation.definition.comment" + ], + "settings": { + "fontStyle": "italic", + "foreground": "#8899aa" + } + }, + { + "name": "Comments: Preprocessor", + "scope": "comment.block.preprocessor", + "settings": { + "fontStyle": "", + "foreground": "#ff408b" + } + }, + { + "name": "Comments: Documentation", + "scope": [ + "comment.documentation", + "comment.block.documentation" + ], + "settings": { + "foreground": "#444444" + } + }, + { + "name": "Invalid - Illegal", + "scope": "invalid.illegal", + "settings": { + "foreground": "#fa2573" + } + }, + { + "name": "Operators", + "scope": "keyword.operator", + "settings": { + "foreground": "#09c598" + } + }, + { + "name": "Keywords", + "scope": [ + "keyword", + "storage" + ], + "settings": { + "foreground": "#3388ff" + } + }, + { + "name": "Types", + "scope": [ + "storage.type", + "support.type" + ], + "settings": { + "foreground": "#cd1669" + } + }, + { + "name": "Language Constants", + "scope": [ + "constant.language", + "support.constant", + "variable.language" + ], + "settings": { + "foreground": "#22a6cd" + } + }, + { + "name": "Variables", + "scope": [ + "variable", + "support.variable" + ], + "settings": { + "foreground": "#6727bf" + } + }, + { + "name": "Functions", + "scope": [ + "entity.name.function", + "support.function" + ], + "settings": { + "fontStyle": "bold", + "foreground": "#09c598" + } + }, + { + "name": "Classes", + "scope": [ + "entity.name.type", + "entity.other.inherited-class", + "support.class" + ], + "settings": { + "fontStyle": "bold", + "foreground": "#8a3Ecc" + } + }, + { + "name": "Exceptions", + "scope": "entity.name.exception", + "settings": { + "foreground": "#fa2573" + } + }, + { + "name": "Sections", + "scope": "entity.name.section", + "settings": { + "fontStyle": "bold" + } + }, + { + "name": "Numbers, Characters", + "scope": [ + "constant.numeric", + "constant.character", + "constant" + ], + "settings": { + "foreground": "#407acd" + } + }, + { + "name": "Strings", + "scope": "string", + "settings": { + "foreground": "#cc1336" + } + }, + { + "name": "Strings: Escape Sequences", + "scope": "constant.character.escape", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "Strings: Regular Expressions", + "scope": "string.regexp", + "settings": { + "foreground": "#407acd" + } + }, + { + "name": "Strings: Symbols", + "scope": "constant.other.symbol", + "settings": { + "foreground": "#22a6cd" + } + }, + { + "name": "Punctuation", + "scope": "punctuation", + "settings": { + "foreground": "#333333" + } + }, + { + "name": "HTML: Doctype Declaration", + "scope": [ + "meta.tag.sgml.doctype", + "meta.tag.sgml.doctype string", + "meta.tag.sgml.doctype entity.name.tag", + "meta.tag.sgml punctuation.definition.tag.html" + ], + "settings": { + "foreground": "#cc1336" + } + }, + { + "name": "HTML: Tags", + "scope": [ + "meta.tag", + "punctuation.definition.tag.html", + "punctuation.definition.tag.begin.html", + "punctuation.definition.tag.end.html" + ], + "settings": { + "foreground": "#334455" + } + }, + { + "name": "HTML: Tag Names", + "scope": "entity.name.tag", + "settings": { + "foreground": "#22a6cd" + } + }, + { + "name": "HTML: Attribute Names", + "scope": [ + "meta.tag entity.other.attribute-name", + "entity.other.attribute-name.html" + ], + "settings": { + "fontStyle": "italic", + "foreground": "#cc1336" + } + }, + { + "name": "HTML: Entities", + "scope": [ + "constant.character.entity", + "punctuation.definition.entity" + ], + "settings": { + "foreground": "#407acd" + } + }, + { + "name": "CSS: Selectors", + "scope": [ + "meta.selector", + "meta.selector entity", + "meta.selector entity punctuation", + "entity.name.tag.css" + ], + "settings": { + "foreground": "#6A3Ecc" + } + }, + { + "name": "CSS: Property Names", + "scope": [ + "meta.property-name", + "support.type.property-name" + ], + "settings": { + "foreground": "#cc1336" + } + }, + { + "name": "CSS: Property Values", + "scope": [ + "meta.property-value", + "meta.property-value constant.other", + "support.constant.property-value" + ], + "settings": { + "foreground": "#000000" + } + }, + { + "name": "CSS: Important Keyword", + "scope": "keyword.other.important", + "settings": { + "fontStyle": "bold" + } + }, + { + "name": "Markup: Changed", + "scope": "markup.changed", + "settings": { + "foreground": "#67D9F0" + } + }, + { + "name": "Markup: Deletion", + "scope": "markup.deleted", + "settings": { + "foreground": "#330000" + } + }, + { + "name": "Markup: Emphasis", + "scope": "markup.italic", + "settings": { + "fontStyle": "italic" + } + }, + { + "name": "Markup: Error", + "scope": "markup.error", + "settings": { + "foreground": "#cc4020" + } + }, + { + "name": "Markup: Insertion", + "scope": "markup.inserted", + "settings": { + "foreground": "#96f3bD" + } + }, + { + "name": "Markup: Link", + "scope": "meta.link", + "settings": { + "foreground": "#4B83CD" + } + }, + { + "name": "Markup: Output", + "scope": [ + "markup.output", + "markup.raw" + ], + "settings": { + "foreground": "#777777" + } + }, + { + "name": "Markup: Prompt", + "scope": "markup.prompt", + "settings": { + "foreground": "#777777" + } + }, + { + "name": "Markup: Heading", + "scope": "markup.heading", + "settings": { + "foreground": "#000000" + } + }, + { + "name": "Markup: Strong", + "scope": "markup.bold", + "settings": { + "fontStyle": "bold" + } + }, + { + "name": "Markup: Traceback", + "scope": "markup.traceback", + "settings": { + "foreground": "#660000" + } + }, + { + "name": "Markup: Underline", + "scope": "markup.underline", + "settings": { + "fontStyle": "underline" + } + }, + { + "name": "Markup Quote", + "scope": "markup.quote", + "settings": { + "foreground": "#6A3EcD" + } + }, + { + "name": "Markup Lists", + "scope": "markup.list", + "settings": { + "foreground": "#4B83CD" + } + }, + { + "name": "Markup Styling", + "scope": [ + "markup.bold", + "markup.italic" + ], + "settings": { + "foreground": "#942C67" + } + }, + { + "name": "Markup Inline", + "scope": "markup.inline.raw", + "settings": { + "fontStyle": "", + "foreground": "#AB6526" + } + }, + { + "name": "Extra: Diff Range", + "scope": [ + "meta.diff.range", + "meta.diff.index", + "meta.separator" + ], + "settings": { + "foreground": "#334455" + } + }, + { + "name": "Extra: Diff From", + "scope": "meta.diff.header.from-file", + "settings": { + "foreground": "#334455" + } + }, + { + "name": "Extra: Diff To", + "scope": "meta.diff.header.to-file", + "settings": { + "foreground": "#334455" + } + } + ] +} \ No newline at end of file