-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from JamyGolden/master
- Loading branch information
Showing
464 changed files
with
7,931 additions
and
1,691 deletions.
There are no files selected for viewing
Empty file.
Empty file.
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,43 +1,43 @@ | ||
# Base16 Apathy - kitty color config | ||
# Scheme by Jannik Siebert (https://github.com/janniks) | ||
background #031a16 | ||
foreground #81b5ac | ||
selection_background #81b5ac | ||
selection_foreground #031a16 | ||
url_color #5f9c92 | ||
cursor #81b5ac | ||
active_border_color #2b685e | ||
inactive_border_color #0b342d | ||
active_tab_background #031a16 | ||
active_tab_foreground #81b5ac | ||
inactive_tab_background #0b342d | ||
inactive_tab_foreground #5f9c92 | ||
tab_bar_background #0b342d | ||
background #031A16 | ||
foreground #81B5AC | ||
selection_background #81B5AC | ||
selection_foreground #031A16 | ||
url_color #5F9C92 | ||
cursor #81B5AC | ||
active_border_color #2B685E | ||
inactive_border_color #0B342D | ||
active_tab_background #031A16 | ||
active_tab_foreground #81B5AC | ||
inactive_tab_background #0B342D | ||
inactive_tab_foreground #5F9C92 | ||
tab_bar_background #0B342D | ||
|
||
# normal | ||
color0 #031a16 | ||
color1 #3e9688 | ||
color2 #883e96 | ||
color3 #3e4c96 | ||
color4 #96883e | ||
color5 #4c963e | ||
color6 #963e4c | ||
color7 #81b5ac | ||
color0 #031A16 | ||
color1 #3E9688 | ||
color2 #883E96 | ||
color3 #3E4C96 | ||
color4 #96883E | ||
color5 #4C963E | ||
color6 #963E4C | ||
color7 #81B5AC | ||
|
||
# bright | ||
color8 #2b685e | ||
color9 #3e9688 | ||
color10 #883e96 | ||
color11 #3e4c96 | ||
color12 #96883e | ||
color13 #4c963e | ||
color14 #963e4c | ||
color15 #d2e7e4 | ||
color8 #2B685E | ||
color9 #3E9688 | ||
color10 #883E96 | ||
color11 #3E4C96 | ||
color12 #96883E | ||
color13 #4C963E | ||
color14 #963E4C | ||
color15 #D2E7E4 | ||
|
||
# extended base16 colors | ||
color16 #3e7996 | ||
color17 #3e965b | ||
color18 #0b342d | ||
color19 #184e45 | ||
color20 #5f9c92 | ||
color21 #a7cec8 | ||
color16 #3E7996 | ||
color17 #3E965B | ||
color18 #0B342D | ||
color19 #184E45 | ||
color20 #5F9C92 | ||
color21 #A7CEC8 |
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,35 +1,35 @@ | ||
# Base16 Apathy - kitty color config | ||
# Scheme by Jannik Siebert (https://github.com/janniks) | ||
background #031a16 | ||
foreground #81b5ac | ||
selection_background #81b5ac | ||
selection_foreground #031a16 | ||
url_color #5f9c92 | ||
cursor #81b5ac | ||
active_border_color #2b685e | ||
inactive_border_color #0b342d | ||
active_tab_background #031a16 | ||
active_tab_foreground #81b5ac | ||
inactive_tab_background #0b342d | ||
inactive_tab_foreground #5f9c92 | ||
tab_bar_background #0b342d | ||
background #031A16 | ||
foreground #81B5AC | ||
selection_background #81B5AC | ||
selection_foreground #031A16 | ||
url_color #5F9C92 | ||
cursor #81B5AC | ||
active_border_color #2B685E | ||
inactive_border_color #0B342D | ||
active_tab_background #031A16 | ||
active_tab_foreground #81B5AC | ||
inactive_tab_background #0B342D | ||
inactive_tab_foreground #5F9C92 | ||
tab_bar_background #0B342D | ||
|
||
# normal | ||
color0 #031a16 | ||
color1 #3e9688 | ||
color2 #883e96 | ||
color3 #3e4c96 | ||
color4 #96883e | ||
color5 #4c963e | ||
color6 #963e4c | ||
color7 #81b5ac | ||
color0 #031A16 | ||
color1 #3E9688 | ||
color2 #883E96 | ||
color3 #3E4C96 | ||
color4 #96883E | ||
color5 #4C963E | ||
color6 #963E4C | ||
color7 #81B5AC | ||
|
||
# bright | ||
color8 #2b685e | ||
color9 #3e7996 | ||
color10 #0b342d | ||
color11 #184e45 | ||
color12 #5f9c92 | ||
color13 #a7cec8 | ||
color14 #3e965b | ||
color15 #d2e7e4 | ||
color8 #2B685E | ||
color9 #3E7996 | ||
color10 #0B342D | ||
color11 #184E45 | ||
color12 #5F9C92 | ||
color13 #A7CEC8 | ||
color14 #3E965B | ||
color15 #D2E7E4 |
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,43 @@ | ||
# Base16 Apprentice - kitty color config | ||
# Scheme by romainl | ||
background #262626 | ||
foreground #BCBCBC | ||
selection_background #BCBCBC | ||
selection_foreground #262626 | ||
url_color #787878 | ||
cursor #BCBCBC | ||
active_border_color #6C6C6C | ||
inactive_border_color #303030 | ||
active_tab_background #262626 | ||
active_tab_foreground #BCBCBC | ||
inactive_tab_background #303030 | ||
inactive_tab_foreground #787878 | ||
tab_bar_background #303030 | ||
|
||
# normal | ||
color0 #262626 | ||
color1 #5F8787 | ||
color2 #87AF87 | ||
color3 #5F8787 | ||
color4 #FFFFAF | ||
color5 #87AFD7 | ||
color6 #5F875F | ||
color7 #BCBCBC | ||
|
||
# bright | ||
color8 #6C6C6C | ||
color9 #5F8787 | ||
color10 #87AF87 | ||
color11 #5F8787 | ||
color12 #FFFFAF | ||
color13 #87AFD7 | ||
color14 #5F875F | ||
color15 #FFFFFF | ||
|
||
# extended base16 colors | ||
color16 #FF8700 | ||
color17 #5F87AF | ||
color18 #303030 | ||
color19 #333333 | ||
color20 #787878 | ||
color21 #C9C9C9 |
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,35 @@ | ||
# Base16 Apprentice - kitty color config | ||
# Scheme by romainl | ||
background #262626 | ||
foreground #BCBCBC | ||
selection_background #BCBCBC | ||
selection_foreground #262626 | ||
url_color #787878 | ||
cursor #BCBCBC | ||
active_border_color #6C6C6C | ||
inactive_border_color #303030 | ||
active_tab_background #262626 | ||
active_tab_foreground #BCBCBC | ||
inactive_tab_background #303030 | ||
inactive_tab_foreground #787878 | ||
tab_bar_background #303030 | ||
|
||
# normal | ||
color0 #262626 | ||
color1 #5F8787 | ||
color2 #87AF87 | ||
color3 #5F8787 | ||
color4 #FFFFAF | ||
color5 #87AFD7 | ||
color6 #5F875F | ||
color7 #BCBCBC | ||
|
||
# bright | ||
color8 #6C6C6C | ||
color9 #FF8700 | ||
color10 #303030 | ||
color11 #333333 | ||
color12 #787878 | ||
color13 #C9C9C9 | ||
color14 #5F87AF | ||
color15 #FFFFFF |
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,43 +1,43 @@ | ||
# Base16 Ashes - kitty color config | ||
# Scheme by Jannik Siebert (https://github.com/janniks) | ||
background #1c2023 | ||
foreground #c7ccd1 | ||
selection_background #c7ccd1 | ||
selection_foreground #1c2023 | ||
url_color #adb3ba | ||
cursor #c7ccd1 | ||
active_border_color #747c84 | ||
inactive_border_color #393f45 | ||
active_tab_background #1c2023 | ||
active_tab_foreground #c7ccd1 | ||
inactive_tab_background #393f45 | ||
inactive_tab_foreground #adb3ba | ||
tab_bar_background #393f45 | ||
background #1C2023 | ||
foreground #C7CCD1 | ||
selection_background #C7CCD1 | ||
selection_foreground #1C2023 | ||
url_color #ADB3BA | ||
cursor #C7CCD1 | ||
active_border_color #747C84 | ||
inactive_border_color #393F45 | ||
active_tab_background #1C2023 | ||
active_tab_foreground #C7CCD1 | ||
inactive_tab_background #393F45 | ||
inactive_tab_foreground #ADB3BA | ||
tab_bar_background #393F45 | ||
|
||
# normal | ||
color0 #1c2023 | ||
color1 #c7ae95 | ||
color2 #95c7ae | ||
color3 #aec795 | ||
color4 #ae95c7 | ||
color5 #c795ae | ||
color6 #95aec7 | ||
color7 #c7ccd1 | ||
color0 #1C2023 | ||
color1 #C7AE95 | ||
color2 #95C7AE | ||
color3 #AEC795 | ||
color4 #AE95C7 | ||
color5 #C795AE | ||
color6 #95AEC7 | ||
color7 #C7CCD1 | ||
|
||
# bright | ||
color8 #747c84 | ||
color9 #c7ae95 | ||
color10 #95c7ae | ||
color11 #aec795 | ||
color12 #ae95c7 | ||
color13 #c795ae | ||
color14 #95aec7 | ||
color15 #f3f4f5 | ||
color8 #747C84 | ||
color9 #C7AE95 | ||
color10 #95C7AE | ||
color11 #AEC795 | ||
color12 #AE95C7 | ||
color13 #C795AE | ||
color14 #95AEC7 | ||
color15 #F3F4F5 | ||
|
||
# extended base16 colors | ||
color16 #c7c795 | ||
color17 #c79595 | ||
color18 #393f45 | ||
color19 #565e65 | ||
color20 #adb3ba | ||
color21 #dfe2e5 | ||
color16 #C7C795 | ||
color17 #C79595 | ||
color18 #393F45 | ||
color19 #565E65 | ||
color20 #ADB3BA | ||
color21 #DFE2E5 |
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,35 +1,35 @@ | ||
# Base16 Ashes - kitty color config | ||
# Scheme by Jannik Siebert (https://github.com/janniks) | ||
background #1c2023 | ||
foreground #c7ccd1 | ||
selection_background #c7ccd1 | ||
selection_foreground #1c2023 | ||
url_color #adb3ba | ||
cursor #c7ccd1 | ||
active_border_color #747c84 | ||
inactive_border_color #393f45 | ||
active_tab_background #1c2023 | ||
active_tab_foreground #c7ccd1 | ||
inactive_tab_background #393f45 | ||
inactive_tab_foreground #adb3ba | ||
tab_bar_background #393f45 | ||
background #1C2023 | ||
foreground #C7CCD1 | ||
selection_background #C7CCD1 | ||
selection_foreground #1C2023 | ||
url_color #ADB3BA | ||
cursor #C7CCD1 | ||
active_border_color #747C84 | ||
inactive_border_color #393F45 | ||
active_tab_background #1C2023 | ||
active_tab_foreground #C7CCD1 | ||
inactive_tab_background #393F45 | ||
inactive_tab_foreground #ADB3BA | ||
tab_bar_background #393F45 | ||
|
||
# normal | ||
color0 #1c2023 | ||
color1 #c7ae95 | ||
color2 #95c7ae | ||
color3 #aec795 | ||
color4 #ae95c7 | ||
color5 #c795ae | ||
color6 #95aec7 | ||
color7 #c7ccd1 | ||
color0 #1C2023 | ||
color1 #C7AE95 | ||
color2 #95C7AE | ||
color3 #AEC795 | ||
color4 #AE95C7 | ||
color5 #C795AE | ||
color6 #95AEC7 | ||
color7 #C7CCD1 | ||
|
||
# bright | ||
color8 #747c84 | ||
color9 #c7c795 | ||
color10 #393f45 | ||
color11 #565e65 | ||
color12 #adb3ba | ||
color13 #dfe2e5 | ||
color14 #c79595 | ||
color15 #f3f4f5 | ||
color8 #747C84 | ||
color9 #C7C795 | ||
color10 #393F45 | ||
color11 #565E65 | ||
color12 #ADB3BA | ||
color13 #DFE2E5 | ||
color14 #C79595 | ||
color15 #F3F4F5 |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
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.