Tri Nguyen 2017-07-04 10:05:39 -04:00 committed by Eugene Pankov
parent 78e115b698
commit 05f16f1719
6 changed files with 59 additions and 5 deletions

View file

@ -2,7 +2,9 @@
"name": "terminus-community-color-schemes",
"version": "1.0.0-alpha.14.2",
"description": "Community color schemes for Terminus",
"keywords": ["terminus-plugin"],
"keywords": [
"terminus-plugin"
],
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {

View file

@ -0,0 +1,44 @@
!
! Generated with :
! XRDB2Xreources.py
!
*.foreground: #d8d8d8
*.background: #181818
*.cursorColor: #d8d8d8
!
! Black
*.color0: #181818
*.color8: #585858
!
! Red
*.color1: #ab4642
*.color9: #dc9656
!
! Green
*.color2: #a1b56c
*.color10: #282828
!
! Yellow
*.color3: #f7ca88
*.color11: #383838
!
! Blue
*.color4: #7cafc2
*.color12: #b8b8b8
!
! Magenta
*.color5: #ba8baf
*.color13: #e8e8e8
!
! Cyan
*.color6: #86c1b9
*.color14: #a16946
!
! White
*.color7: #d8d8d8
*.color15: #f8f8f8
!
! Bold, Italic, Underline
*.colorBD: #d8d8d8
!*.colorIT:
!*.colorUL:

View file

@ -2,7 +2,9 @@
"name": "terminus-core",
"version": "1.0.0-alpha.14",
"description": "Terminus core",
"keywords": ["terminus-plugin"],
"keywords": [
"terminus-plugin"
],
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {

View file

@ -2,7 +2,9 @@
"name": "terminus-plugin-manager",
"version": "1.0.0-alpha.14",
"description": "Terminus' plugin manager",
"keywords": ["terminus-plugin"],
"keywords": [
"terminus-plugin"
],
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {

View file

@ -2,7 +2,9 @@
"name": "terminus-settings",
"version": "1.0.0-alpha.14",
"description": "Terminus terminal settings page",
"keywords": ["terminus-plugin"],
"keywords": [
"terminus-plugin"
],
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {

View file

@ -2,7 +2,9 @@
"name": "terminus-terminal",
"version": "1.0.0-alpha.14",
"description": "Terminus' terminal emulation core",
"keywords": ["terminus-plugin"],
"keywords": [
"terminus-plugin"
],
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {