-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update with the latest tinted-theming colorschemes
- Loading branch information
1 parent
ce5b6ca
commit 1b010b2
Showing
283 changed files
with
6,909 additions
and
11,070 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,50 +1,33 @@ | ||
[colors] | ||
# Base16 3024 | ||
# base16 3024 | ||
# Scheme author: Jan T. Sott (http://github.com/idleberg) | ||
# Template author: Tinted Theming (https://github.com/tinted-theming) | ||
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-termite) | ||
|
||
foreground = #a5a2a2 | ||
foreground_bold = #a5a2a2 | ||
cursor = #a5a2a2 | ||
cursor_foreground = #090300 | ||
background = #090300 | ||
|
||
# 16 color space | ||
|
||
# Black, Gray, Silver, White | ||
color0 = #090300 | ||
color8 = #5c5855 | ||
color7 = #a5a2a2 | ||
color15 = #f7f7f7 | ||
|
||
# Red | ||
color1 = #db2d20 | ||
color9 = #db2d20 | ||
|
||
# Green | ||
color2 = #01a252 | ||
color10 = #01a252 | ||
|
||
# Yellow | ||
color3 = #fded02 | ||
color11 = #fded02 | ||
|
||
# Blue | ||
color4 = #01a0e4 | ||
color12 = #01a0e4 | ||
|
||
# Purple | ||
color5 = #a16a94 | ||
color13 = #a16a94 | ||
|
||
# Teal | ||
color6 = #b5e4f4 | ||
color14 = #b5e4f4 | ||
|
||
# Extra colors | ||
color16 = #e8bbd0 | ||
color17 = #cdab53 | ||
color18 = #3a3432 | ||
color19 = #4a4543 | ||
color20 = #807d7c | ||
color21 = #d6d5d4 | ||
color0 = #090300 # base00 - Black | ||
color1 = #db2d20 # base08 - Red | ||
color2 = #01a252 # base0B - Green | ||
color3 = #fded02 # base0A - Yellow | ||
color4 = #01a0e4 # base0D - Blue | ||
color5 = #a16a94 # base0E - Magenta | ||
color6 = #b5e4f4 # base0C - Cyan | ||
color7 = #a5a2a2 # base05 - White | ||
color8 = #4a4543 # base02 - Bright Black | ||
color9 = #db2d20 # base08 - Bright Red | ||
color10 = #01a252 # base0B - Bright Green | ||
color11 = #fded02 # base0A - Bright Yellow | ||
color12 = #01a0e4 # base0D - Bright Blue | ||
color13 = #a16a94 # base0E - Bright Magenta | ||
color14 = #b5e4f4 # base0C - Bright Cyan | ||
color15 = #f7f7f7 # base07 - Bright White | ||
color16 = #e8bbd0 # base09 | ||
color17 = #cdab53 # base0F | ||
color18 = #3a3432 # base01 | ||
color19 = #4a4543 # base02 | ||
color20 = #807d7c # base04 | ||
color21 = #d6d5d4 # 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,50 +1,33 @@ | ||
[colors] | ||
# Base16 Apathy | ||
# base16 Apathy | ||
# Scheme author: Jannik Siebert (https://github.com/janniks) | ||
# Template author: Tinted Theming (https://github.com/tinted-theming) | ||
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-termite) | ||
|
||
foreground = #81b5ac | ||
foreground_bold = #81b5ac | ||
cursor = #81b5ac | ||
cursor_foreground = #031a16 | ||
background = #031a16 | ||
|
||
# 16 color space | ||
|
||
# Black, Gray, Silver, White | ||
color0 = #031a16 | ||
color8 = #2b685e | ||
color7 = #81b5ac | ||
color15 = #d2e7e4 | ||
|
||
# Red | ||
color1 = #3e9688 | ||
color9 = #3e9688 | ||
|
||
# Green | ||
color2 = #883e96 | ||
color10 = #883e96 | ||
|
||
# Yellow | ||
color3 = #3e4c96 | ||
color11 = #3e4c96 | ||
|
||
# Blue | ||
color4 = #96883e | ||
color12 = #96883e | ||
|
||
# Purple | ||
color5 = #4c963e | ||
color13 = #4c963e | ||
|
||
# Teal | ||
color6 = #963e4c | ||
color14 = #963e4c | ||
|
||
# Extra colors | ||
color16 = #3e7996 | ||
color17 = #3e965b | ||
color18 = #0b342d | ||
color19 = #184e45 | ||
color20 = #5f9c92 | ||
color21 = #a7cec8 | ||
color0 = #031a16 # base00 - Black | ||
color1 = #3e9688 # base08 - Red | ||
color2 = #883e96 # base0B - Green | ||
color3 = #3e4c96 # base0A - Yellow | ||
color4 = #96883e # base0D - Blue | ||
color5 = #4c963e # base0E - Magenta | ||
color6 = #963e4c # base0C - Cyan | ||
color7 = #81b5ac # base05 - White | ||
color8 = #184e45 # base02 - Bright Black | ||
color9 = #3e9688 # base08 - Bright Red | ||
color10 = #883e96 # base0B - Bright Green | ||
color11 = #3e4c96 # base0A - Bright Yellow | ||
color12 = #96883e # base0D - Bright Blue | ||
color13 = #4c963e # base0E - Bright Magenta | ||
color14 = #963e4c # base0C - Bright Cyan | ||
color15 = #d2e7e4 # base07 - Bright White | ||
color16 = #3e7996 # base09 | ||
color17 = #3e965b # base0F | ||
color18 = #0b342d # base01 | ||
color19 = #184e45 # base02 | ||
color20 = #5f9c92 # base04 | ||
color21 = #a7cec8 # 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,50 +1,33 @@ | ||
[colors] | ||
# Base16 Apprentice | ||
# base16 Apprentice | ||
# Scheme author: romainl | ||
# Template author: Tinted Theming (https://github.com/tinted-theming) | ||
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-termite) | ||
|
||
foreground = #5f5f87 | ||
foreground_bold = #5f5f87 | ||
cursor = #5f5f87 | ||
cursor_foreground = #262626 | ||
background = #262626 | ||
|
||
# 16 color space | ||
|
||
# Black, Gray, Silver, White | ||
color0 = #262626 | ||
color8 = #87875f | ||
color7 = #5f5f87 | ||
color15 = #6c6c6c | ||
|
||
# Red | ||
color1 = #444444 | ||
color9 = #444444 | ||
|
||
# Green | ||
color2 = #ffffaf | ||
color10 = #ffffaf | ||
|
||
# Yellow | ||
color3 = #87af87 | ||
color11 = #87af87 | ||
|
||
# Blue | ||
color4 = #8787af | ||
color12 = #8787af | ||
|
||
# Purple | ||
color5 = #5fafaf | ||
color13 = #5fafaf | ||
|
||
# Teal | ||
color6 = #87afd7 | ||
color14 = #87afd7 | ||
|
||
# Extra colors | ||
color16 = #ff8700 | ||
color17 = #bcbcbc | ||
color18 = #af5f5f | ||
color19 = #5f875f | ||
color20 = #5f87af | ||
color21 = #5f8787 | ||
color0 = #262626 # base00 - Black | ||
color1 = #444444 # base08 - Red | ||
color2 = #ffffaf # base0B - Green | ||
color3 = #87af87 # base0A - Yellow | ||
color4 = #8787af # base0D - Blue | ||
color5 = #5fafaf # base0E - Magenta | ||
color6 = #87afd7 # base0C - Cyan | ||
color7 = #5f5f87 # base05 - White | ||
color8 = #5f875f # base02 - Bright Black | ||
color9 = #444444 # base08 - Bright Red | ||
color10 = #ffffaf # base0B - Bright Green | ||
color11 = #87af87 # base0A - Bright Yellow | ||
color12 = #8787af # base0D - Bright Blue | ||
color13 = #5fafaf # base0E - Bright Magenta | ||
color14 = #87afd7 # base0C - Bright Cyan | ||
color15 = #6c6c6c # base07 - Bright White | ||
color16 = #ff8700 # base09 | ||
color17 = #bcbcbc # base0F | ||
color18 = #af5f5f # base01 | ||
color19 = #5f875f # base02 | ||
color20 = #5f87af # base04 | ||
color21 = #5f8787 # 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,50 +1,33 @@ | ||
[colors] | ||
# Base16 Ashes | ||
# base16 Ashes | ||
# Scheme author: Jannik Siebert (https://github.com/janniks) | ||
# Template author: Tinted Theming (https://github.com/tinted-theming) | ||
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-termite) | ||
|
||
foreground = #c7ccd1 | ||
foreground_bold = #c7ccd1 | ||
cursor = #c7ccd1 | ||
cursor_foreground = #1c2023 | ||
background = #1c2023 | ||
|
||
# 16 color space | ||
|
||
# Black, Gray, Silver, White | ||
color0 = #1c2023 | ||
color8 = #747c84 | ||
color7 = #c7ccd1 | ||
color15 = #f3f4f5 | ||
|
||
# Red | ||
color1 = #c7ae95 | ||
color9 = #c7ae95 | ||
|
||
# Green | ||
color2 = #95c7ae | ||
color10 = #95c7ae | ||
|
||
# Yellow | ||
color3 = #aec795 | ||
color11 = #aec795 | ||
|
||
# Blue | ||
color4 = #ae95c7 | ||
color12 = #ae95c7 | ||
|
||
# Purple | ||
color5 = #c795ae | ||
color13 = #c795ae | ||
|
||
# Teal | ||
color6 = #95aec7 | ||
color14 = #95aec7 | ||
|
||
# Extra colors | ||
color16 = #c7c795 | ||
color17 = #c79595 | ||
color18 = #393f45 | ||
color19 = #565e65 | ||
color20 = #adb3ba | ||
color21 = #dfe2e5 | ||
color0 = #1c2023 # base00 - Black | ||
color1 = #c7ae95 # base08 - Red | ||
color2 = #95c7ae # base0B - Green | ||
color3 = #aec795 # base0A - Yellow | ||
color4 = #ae95c7 # base0D - Blue | ||
color5 = #c795ae # base0E - Magenta | ||
color6 = #95aec7 # base0C - Cyan | ||
color7 = #c7ccd1 # base05 - White | ||
color8 = #565e65 # base02 - Bright Black | ||
color9 = #c7ae95 # base08 - Bright Red | ||
color10 = #95c7ae # base0B - Bright Green | ||
color11 = #aec795 # base0A - Bright Yellow | ||
color12 = #ae95c7 # base0D - Bright Blue | ||
color13 = #c795ae # base0E - Bright Magenta | ||
color14 = #95aec7 # base0C - Bright Cyan | ||
color15 = #f3f4f5 # base07 - Bright White | ||
color16 = #c7c795 # base09 | ||
color17 = #c79595 # base0F | ||
color18 = #393f45 # base01 | ||
color19 = #565e65 # base02 | ||
color20 = #adb3ba # base04 | ||
color21 = #dfe2e5 # 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,50 +1,33 @@ | ||
[colors] | ||
# Base16 Atelier Cave Light | ||
# base16 Atelier Cave Light | ||
# Scheme author: Bram de Haan (http://atelierbramdehaan.nl) | ||
# Template author: Tinted Theming (https://github.com/tinted-theming) | ||
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-termite) | ||
|
||
foreground = #585260 | ||
foreground_bold = #585260 | ||
cursor = #585260 | ||
cursor_foreground = #efecf4 | ||
background = #efecf4 | ||
|
||
# 16 color space | ||
|
||
# Black, Gray, Silver, White | ||
color0 = #efecf4 | ||
color8 = #7e7887 | ||
color7 = #585260 | ||
color15 = #19171c | ||
|
||
# Red | ||
color1 = #be4678 | ||
color9 = #be4678 | ||
|
||
# Green | ||
color2 = #2a9292 | ||
color10 = #2a9292 | ||
|
||
# Yellow | ||
color3 = #a06e3b | ||
color11 = #a06e3b | ||
|
||
# Blue | ||
color4 = #576ddb | ||
color12 = #576ddb | ||
|
||
# Purple | ||
color5 = #955ae7 | ||
color13 = #955ae7 | ||
|
||
# Teal | ||
color6 = #398bc6 | ||
color14 = #398bc6 | ||
|
||
# Extra colors | ||
color16 = #aa573c | ||
color17 = #bf40bf | ||
color18 = #e2dfe7 | ||
color19 = #8b8792 | ||
color20 = #655f6d | ||
color21 = #26232a | ||
color0 = #efecf4 # base00 - Black | ||
color1 = #be4678 # base08 - Red | ||
color2 = #2a9292 # base0B - Green | ||
color3 = #a06e3b # base0A - Yellow | ||
color4 = #576ddb # base0D - Blue | ||
color5 = #955ae7 # base0E - Magenta | ||
color6 = #398bc6 # base0C - Cyan | ||
color7 = #585260 # base05 - White | ||
color8 = #8b8792 # base02 - Bright Black | ||
color9 = #be4678 # base08 - Bright Red | ||
color10 = #2a9292 # base0B - Bright Green | ||
color11 = #a06e3b # base0A - Bright Yellow | ||
color12 = #576ddb # base0D - Bright Blue | ||
color13 = #955ae7 # base0E - Bright Magenta | ||
color14 = #398bc6 # base0C - Bright Cyan | ||
color15 = #19171c # base07 - Bright White | ||
color16 = #aa573c # base09 | ||
color17 = #bf40bf # base0F | ||
color18 = #e2dfe7 # base01 | ||
color19 = #8b8792 # base02 | ||
color20 = #655f6d # base04 | ||
color21 = #26232a # base06 |
Oops, something went wrong.