This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add base24 template and rename repo to tinted-kermit (#2)
* Reorder properties alphabetically/numerically and change color8 to base02 * Build themes for previous commit * Add base24 template support and rename repo to tinted-kermit-terminal * Build themes for previous commit
- Loading branch information
1 parent
33b24d6
commit fe9f506
Showing
286 changed files
with
7,586 additions
and
10,281 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,41 @@ | ||
# base16-kermit | ||
# tinted-kermit-terminal | ||
|
||
This repository provides themes for the VTE-based [kermit terminal] and | ||
a simple template that can be used with the [tinted-theming] color | ||
schemes to generate config files. | ||
|
||
Have a look at the [Base16 Gallery] to see some examples of the | ||
Have a look at the [Tinted Theming Gallery] to see some examples of the | ||
supported themes. | ||
|
||
## Usage | ||
|
||
```shell | ||
curl https://raw.githubusercontent.com/orhun/base16-kermit/master/themes/base16-default.config > ~/.config/kermit.conf | ||
### Manual | ||
|
||
```sh | ||
curl https://raw.githubusercontent.com/tinted-theming/tinted-kermit-terminal/main/themes/base16-default-dark.config > ~/.config/kermit.conf | ||
``` | ||
|
||
### Tinty | ||
|
||
If you use [Tinty] to set your themes, complete the following steps to | ||
update your theme when running `tinty apply base16-default-dark` (where | ||
`base16-default-dark` is a placeholder scheme name): | ||
|
||
```toml | ||
[[items]] | ||
path = "https://github.com/tinted-theming/tinted-kermit-terminal" | ||
name = "tinted-kermit-terminal" | ||
themes-dir = "themes" | ||
hook = "cp -f %f ~/.config/kermit.conf" | ||
supported-systems = ["base16", "base24"] | ||
``` | ||
|
||
## License | ||
|
||
[The MIT License](https://opensource.org/licenses/MIT) | ||
[The MIT License] | ||
|
||
[Tinty]: https://github.com/tinted-theming/tinty | ||
[kermit terminal]: https://github.com/orhun/kermit | ||
[tinted-theming]: https://github.com/tinted-theming/home | ||
[Base16 Gallery]: https://tinted-theming.github.io/base16-gallery/ | ||
[Tinted Theming Gallery]: https://tinted-theming.github.io/base16-gallery/ | ||
[The MIT License]: https://opensource.org/licenses/MIT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Scheme name: {{scheme-name}} | ||
# Scheme system: {{scheme-system}} | ||
# Scheme author: {{scheme-author}} | ||
# Template author: https://github.com/tinted-theming/tinted-kermit-terminal | ||
|
||
# Foreground color | ||
foreground 0x{{base05-hex}} | ||
foreground_bold 0x{{base06-hex}} | ||
|
||
# Cursor color | ||
cursor 0x{{base06-hex}} | ||
cursor_foreground 0x{{base00-hex}} | ||
|
||
# Background color | ||
background 0x{{base00-hex}} | ||
|
||
color0 0x{{base00-hex}} # base00 - Black | ||
color1 0x{{base08-hex}} # base08 - Red | ||
color2 0x{{base0B-hex}} # base0B - Green | ||
color3 0x{{base0A-hex}} # base0A - Yellow | ||
color4 0x{{base0D-hex}} # base0D - Blue | ||
color5 0x{{base0E-hex}} # base0E - Magenta | ||
color6 0x{{base0C-hex}} # base0C - Cyan | ||
color7 0x{{base05-hex}} # base05 - White | ||
color8 0x{{base02-hex}} # base02 - Bright Black | ||
color9 0x{{base08-hex}} # base08 - Bright Red | ||
color10 0x{{base0B-hex}} # base0B - Bright Green | ||
color11 0x{{base0A-hex}} # base0A - Bright Yellow | ||
color12 0x{{base0D-hex}} # base0D - Bright Blue | ||
color13 0x{{base0E-hex}} # base0E - Bright Magenta | ||
color14 0x{{base0C-hex}} # base0C - Bright Cyan | ||
color15 0x{{base07-hex}} # base07 - Bright White | ||
|
||
## Extra colors | ||
color16 0x{{base09-hex}} # base09 | ||
color17 0x{{base0F-hex}} # base0F | ||
color18 0x{{base01-hex}} # base01 | ||
color19 0x{{base02-hex}} # base02 | ||
color20 0x{{base04-hex}} # base04 | ||
color21 0x{{base06-hex}} # base06 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Scheme name: {{scheme-name}} | ||
# Scheme system: {{scheme-system}} | ||
# Scheme author: {{scheme-author}} | ||
# Template author: https://github.com/tinted-theming/tinted-kermit-terminal | ||
|
||
# Foreground color | ||
foreground 0x{{base05-hex}} | ||
foreground_bold 0x{{base06-hex}} | ||
|
||
# Cursor color | ||
cursor 0x{{base06-hex}} | ||
cursor_foreground 0x{{base00-hex}} | ||
|
||
# Background color | ||
background 0x{{base00-hex}} | ||
|
||
color0 0x{{base00-hex}} # base00 - Black | ||
color1 0x{{base08-hex}} # base08 - Red | ||
color2 0x{{base0B-hex}} # base0B - Green | ||
color3 0x{{base0A-hex}} # base0A - Yellow | ||
color4 0x{{base0D-hex}} # base0D - Blue | ||
color5 0x{{base0E-hex}} # base0E - Magenta | ||
color6 0x{{base0C-hex}} # base0C - Cyan | ||
color7 0x{{base05-hex}} # base05 - White | ||
color8 0x{{base02-hex}} # base02 - Bright Black | ||
color9 0x{{base012-hex}} # base12 - Bright Red | ||
color10 0x{{base14-hex}} # base14 - Bright Green | ||
color11 0x{{base13-hex}} # base13 - Bright Yellow | ||
color12 0x{{base16-hex}} # base16 - Bright Blue | ||
color13 0x{{base17-hex}} # base17 - Bright Magenta | ||
color14 0x{{base15-hex}} # base15 - Bright Cyan | ||
color15 0x{{base07-hex}} # base07 - Bright White | ||
|
||
## Extra colors | ||
color16 0x{{base09-hex}} # base09 | ||
color17 0x{{base0F-hex}} # base0F | ||
color18 0x{{base01-hex}} # base01 | ||
color19 0x{{base02-hex}} # base02 | ||
color20 0x{{base04-hex}} # base04 | ||
color21 0x{{base06-hex}} # base06 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
default: | ||
base16: | ||
extension: .config | ||
output: themes | ||
supported-systems: [base16] | ||
|
||
base24: | ||
extension: .config | ||
output: themes | ||
supported-systems: [base24] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.