Skip to content

Commit

Permalink
initiali commiti
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Jan 9, 2021
0 parents commit d2326b9
Show file tree
Hide file tree
Showing 7 changed files with 483 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
@@ -0,0 +1,3 @@
# Set default behavior to automatically normalize line endings.
* text=auto

2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
node_modules
*.vsix
4 changes: 4 additions & 0 deletions .vscodeignore
@@ -0,0 +1,4 @@
.vscode/**
.vscode-test/**
.gitignore
vsc-extension-quickstart.md
9 changes: 9 additions & 0 deletions 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
3 changes: 3 additions & 0 deletions README.md
@@ -0,0 +1,3 @@
# pale rose

cute gay colours for rabbits
21 changes: 21 additions & 0 deletions 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"
}
]
}
}

0 comments on commit d2326b9

Please sign in to comment.