Skip to content

Commit

Permalink
Merge pull request #9 from JamyGolden/master
Browse files Browse the repository at this point in the history
  • Loading branch information
kdrag0n authored Sep 22, 2022
2 parents fe5862c + a9c0b98 commit d2d04d5
Show file tree
Hide file tree
Showing 464 changed files with 7,931 additions and 1,691 deletions.
Empty file modified colors/base16-3024-256.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-3024.conf
100755 → 100644
Empty file.
70 changes: 35 additions & 35 deletions colors/base16-apathy-256.conf
100755 → 100644
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
58 changes: 29 additions & 29 deletions colors/base16-apathy.conf
100755 → 100644
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
43 changes: 43 additions & 0 deletions colors/base16-apprentice-256.conf
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
35 changes: 35 additions & 0 deletions colors/base16-apprentice.conf
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
70 changes: 35 additions & 35 deletions colors/base16-ashes-256.conf
100755 → 100644
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
58 changes: 29 additions & 29 deletions colors/base16-ashes.conf
100755 → 100644
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 modified colors/base16-atelier-cave-256.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-cave-light-256.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-cave-light.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-cave.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-dune-256.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-dune-light-256.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-dune-light.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-dune.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-estuary-256.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-estuary-light-256.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-estuary-light.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-estuary.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-forest-256.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-forest-light-256.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-forest-light.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-forest.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-heath-256.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-heath-light-256.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-heath-light.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-heath.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-lakeside-256.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-lakeside-light-256.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-lakeside-light.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-lakeside.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-plateau-256.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-plateau-light-256.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-plateau-light.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-plateau.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-savanna-256.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-savanna-light-256.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-savanna-light.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-savanna.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-seaside-256.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-seaside-light-256.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-seaside-light.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-seaside.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-sulphurpool-256.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-sulphurpool-light-256.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-sulphurpool-light.conf
100755 → 100644
Empty file.
Empty file modified colors/base16-atelier-sulphurpool.conf
100755 → 100644
Empty file.
6 changes: 3 additions & 3 deletions colors/base16-atlas-256.conf
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ selection_background #a1a19a
selection_foreground #002635
url_color #869696
cursor #a1a19a
active_border_color #6c8b91
active_border_color #6C8B91
inactive_border_color #00384d
active_tab_background #002635
active_tab_foreground #a1a19a
Expand All @@ -25,7 +25,7 @@ color6 #14747e
color7 #a1a19a

# bright
color8 #6c8b91
color8 #6C8B91
color9 #ff5a67
color10 #7fc06e
color11 #ffcc1b
Expand All @@ -38,6 +38,6 @@ color15 #fafaf8
color16 #f08e48
color17 #c43060
color18 #00384d
color19 #517f8d
color19 #517F8D
color20 #869696
color21 #e6e6dc
Loading

0 comments on commit d2d04d5

Please sign in to comment.