Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Namsons Davis committed Nov 29, 2018
0 parents commit 72e0b9f
Show file tree
Hide file tree
Showing 11 changed files with 1,006 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
18 changes: 18 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// 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",
"runtimeExecutable": "${execPath}",
"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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.0.0] - 2018-11-29

- Initial release 🎉
437 changes: 437 additions & 0 deletions LICENSE.txt

Large diffs are not rendered by default.

41 changes: 41 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Kimbie Dark+

![Kimbie Dark+ editor preview](./images/Kimbie_dark_plus.png)

[![Creative Commons](https://img.shields.io/badge/license-CC--BY--SA%204.0-orange.svg?style=flat-square)](http://creativecommons.org/licenses/by-sa/4.0/)

A color scheme inspired by [Cold Spring Fault Less Youth](http://www.discogs.com/Mount-Kimbie-Cold-Spring-Fault-Less-Youth/master/561611), originally created by [Jan T. Sott](https://github.com/idleberg/Kimbie.tmTheme), modified by [Dāvis Namsons](https://github.com/dnamsons).

## Color Reference

### Syntax Colors

| Color | Usage |
| :---------------------------------------------------------: | ------------------------------------------------------------- |
| ![](https://via.placeholder.com/10/98676A?text=+) `#98676A` | Keywords, template literals, CSS pseudo classes and constants |
| ![](https://via.placeholder.com/10/DC3958?text=+) `#DC3958` | Variables, tags |
| ![](https://via.placeholder.com/10/8AB1B0?text=+) `#8AB1B0` | Functions, CSS #ids, markup headings |
| ![](https://via.placeholder.com/10/F79A32?text=+) `#F79A32` | Constants, attributes, units, markup links |
| ![](https://via.placeholder.com/10/889B4A?text=+) `#889B4A` | Strings, pseudo CSS, inherited classes |
| ![](https://via.placeholder.com/10/088649?text=+) `#088649` | Embedded punctuation (e.g. `${}` or `{}` ) |
| ![](https://via.placeholder.com/10/F06431?text=+) `#F06431` | Classes, CSS classes |
| ![](https://via.placeholder.com/10/7E602C?text=+) `#7E602C` | Regex, escape characters, support functions |
| ![](https://via.placeholder.com/10/D3AF86?text=+) `#D3AF86` | Property names, simple text |

### Terminal Colors

| Color | Normal | Bright |
| :-----------------: | :---------------------------------------------------------: | :---------------------------------------------------------: |
| Blue | ![](https://via.placeholder.com/10/719190?text=+) `#719190` | ![](https://via.placeholder.com/10/8AB1B0?text=+) `#8AB1B0` |
| Cyan | ![](https://via.placeholder.com/10/418292?text=+) `#418292` | ![](https://via.placeholder.com/10/4C96A8?text=+) `#4C96A8` |
| Green | ![](https://via.placeholder.com/10/889B4A?text=+) `#889B4A` | ![](https://via.placeholder.com/10/A3B95A?text=+) `#A3B95A` |
| Magenta | ![](https://via.placeholder.com/10/7E5053?text=+) `#7E5053` | ![](https://via.placeholder.com/10/98676A?text=+) `#98676A` |
| Red | ![](https://via.placeholder.com/10/DC3958?text=+) `#DC3958` | ![](https://via.placeholder.com/10/F14A68?text=+) `#F14A68` |
| Yellow | ![](https://via.placeholder.com/10/F79A32?text=+) `#F79A32` | ![](https://via.placeholder.com/10/FCAC51?text=+) `#FCAC51` |
| Foreground(Default) | ![](https://via.placeholder.com/10/C2A383?text=+) `#C2A383` | |



## License

This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 Unported License](http://creativecommons.org/licenses/by-sa/4.0/deed.en_US).
Binary file added images/Kimbie_dark_plus.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 images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "kimbie-dark-plus",
"displayName": "Kimbie Dark+",
"description": "Kimbie Dark improved",
"version": "1.0.0",
"author": "Dāvis Namsons",
"publisher": "dnamsons",
"license": "Creative Commons Attribution-ShareAlike 4.0 Unported",
"icon": "logo.png",
"engines": {
"vscode": "^1.29.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Kimbie Dark+",
"uiTheme": "vs-dark",
"path": "./themes/Kimbie Dark+-color-theme.json"
}
]
},
"keywords": [
"theme",
"dark",
"kimbie",
"warm",
"improved"
],
"repository": {
"type": "git",
"url": "https://github.com/dnamsons/Kimbie-Dark-Plus/"
},
"homepage": "https://github.com/dnamsons/Kimbie-Dark-Plus/",
"bugs": {
"url": "https://github.com/dnamsons/Kimbie-Dark-Plus/issues"
}
}
Loading

0 comments on commit 72e0b9f

Please sign in to comment.