Skip to content

Commit

Permalink
Merge pull request #2 from thelounge/astorije/zenburn
Browse files Browse the repository at this point in the history
Move Zenburn over to this repo
  • Loading branch information
xPaw authored Apr 10, 2018
2 parents 36e80cb + 18f9715 commit 05fb099
Show file tree
Hide file tree
Showing 6 changed files with 2,541 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
yarn-error.log
1 change: 1 addition & 0 deletions .stylelintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extends: stylelint-config-standard
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: node_js
node_js: 8

cache:
yarn: true

notifications:
email: false
28 changes: 28 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "thelounge-theme-zenburn",
"version": "1.0.0",
"description": "Dark & low-contrast theme based on the Vim's Zenburn color scheme",
"main": "package.json",
"thelounge": {
"name": "Zenburn",
"type": "theme",
"css": "zenburn.css"
},
"license": "MIT",
"homepage": "https://github.com/thelounge/thelounge-theme-zenburn#readme",
"repository": "https://github.com/thelounge/thelounge-theme-zenburn",
"keywords": [
"thelounge",
"thelounge-theme"
],
"bugs": {
"url": "https://github.com/thelounge/thelounge-theme-zenburn/issues"
},
"devDependencies": {
"stylelint": "~9.2.0",
"stylelint-config-standard": "~18.2.0"
},
"scripts": {
"test": "stylelint zenburn.css"
}
}
Loading

0 comments on commit 05fb099

Please sign in to comment.