mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
add Base16 color scheme
This was generated using https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/tools/xrdb2Xresources.py from a xrdb file, which was generated by using https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/tools/iterm2xrdb on https://github.com/chriskempson/base16-iterm2/blob/master/base16-default.dark.256.itermcolors
This commit is contained in:
parent
78e115b698
commit
05f16f1719
6 changed files with 59 additions and 5 deletions
|
@ -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": {
|
||||
|
|
44
terminus-community-color-schemes/schemes/Base16 Default Dark
Normal file
44
terminus-community-color-schemes/schemes/Base16 Default Dark
Normal 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:
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue