mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
Merge branch 'master' of github.com:Eugeny/tabby
This commit is contained in:
commit
13f715ddfd
4 changed files with 100 additions and 0 deletions
|
@ -578,6 +578,15 @@
|
|||
"contributions": [
|
||||
"translation"
|
||||
]
|
||||
},
|
||||
{
|
||||
"login": "JasonCubic",
|
||||
"name": "JasonCubic",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/8921015?v=4",
|
||||
"profile": "https://github.com/JasonCubic",
|
||||
"contributions": [
|
||||
"design"
|
||||
]
|
||||
}
|
||||
],
|
||||
"contributorsPerLine": 7,
|
||||
|
|
|
@ -230,6 +230,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|||
<td align="center"><a href="https://github.com/boonkerz"><img src="https://avatars.githubusercontent.com/u/277321?v=4?s=100" width="100px;" alt=""/><br /><sub><b>boonkerz</b></sub></a><br /><a href="https://github.com/Eugeny/tabby/commits?author=boonkerz" title="Code">💻</a> <a href="#translation-boonkerz" title="Translation">🌍</a></td>
|
||||
<td align="center"><a href="https://github.com/milotype"><img src="https://avatars.githubusercontent.com/u/43657314?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Milo Ivir</b></sub></a><br /><a href="#translation-milotype" title="Translation">🌍</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><a href="https://github.com/JasonCubic"><img src="https://avatars.githubusercontent.com/u/8921015?v=4?s=100" width="100px;" alt=""/><br /><sub><b>JasonCubic</b></sub></a><br /><a href="#design-JasonCubic" title="Design">🎨</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- markdownlint-restore -->
|
||||
|
|
44
tabby-community-color-schemes/schemes/Light Owl
Normal file
44
tabby-community-color-schemes/schemes/Light Owl
Normal file
|
@ -0,0 +1,44 @@
|
|||
!
|
||||
! Light Owl
|
||||
! https://github.com/sdras/night-owl-vscode-theme
|
||||
!
|
||||
*.foreground: #403f53
|
||||
*.background: #fbfbfb
|
||||
*.cursorColor: #90a7b2
|
||||
!
|
||||
! Black
|
||||
*.color0: #403f53
|
||||
*.color8: #403f53
|
||||
!
|
||||
! Red
|
||||
*.color1: #de3d3b
|
||||
*.color9: #de3d3b
|
||||
!
|
||||
! Green
|
||||
*.color2: #08916a
|
||||
*.color10: #08916a
|
||||
!
|
||||
! Yellow
|
||||
*.color3: #e0af02
|
||||
*.color11: #daaa01
|
||||
!
|
||||
! Blue
|
||||
*.color4: #288ed7
|
||||
*.color12: #288ed7
|
||||
!
|
||||
! Magenta
|
||||
*.color5: #d6438a
|
||||
*.color13: #d6438a
|
||||
!
|
||||
! Cyan
|
||||
*.color6: #2aa298
|
||||
*.color14: #2aa298
|
||||
!
|
||||
! White
|
||||
*.color7: #f0f0f0
|
||||
*.color15: #979797
|
||||
!
|
||||
! Bold, Italic, Underline
|
||||
!*.colorBD:
|
||||
!*.colorIT:
|
||||
!*.colorUL:
|
44
tabby-community-color-schemes/schemes/Night Owl
Normal file
44
tabby-community-color-schemes/schemes/Night Owl
Normal file
|
@ -0,0 +1,44 @@
|
|||
!
|
||||
! Night Owl
|
||||
! https://github.com/sdras/night-owl-vscode-theme
|
||||
!
|
||||
*.foreground: #d6deeb
|
||||
*.background: #011627
|
||||
*.cursorColor: #80a4c2
|
||||
!
|
||||
! Black
|
||||
*.color0: #011627
|
||||
*.color8: #969696
|
||||
!
|
||||
! Red
|
||||
*.color1: #ef5350
|
||||
*.color9: #ef5350
|
||||
!
|
||||
! Green
|
||||
*.color2: #22da6e
|
||||
*.color10: #22da6e
|
||||
!
|
||||
! Yellow
|
||||
*.color3: #addb67
|
||||
*.color11: #ffeb95
|
||||
!
|
||||
! Blue
|
||||
*.color4: #82aaff
|
||||
*.color12: #82aaff
|
||||
!
|
||||
! Magenta
|
||||
*.color5: #c792ea
|
||||
*.color13: #c792ea
|
||||
!
|
||||
! Cyan
|
||||
*.color6: #21c7a8
|
||||
*.color14: #7fdbca
|
||||
!
|
||||
! White
|
||||
*.color7: #ffffff
|
||||
*.color15: #ffffff
|
||||
!
|
||||
! Bold, Italic, Underline
|
||||
!*.colorBD:
|
||||
!*.colorIT:
|
||||
!*.colorUL:
|
Loading…
Reference in a new issue