Skip to content

Commit 4309831

Browse files
feat: add scrollbar styling (#35)
1 parent 09fcc4c commit 4309831

File tree

6 files changed

+26
-5
lines changed

6 files changed

+26
-5
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ kitty +kitten themes --reload-in=all <optional: theme name>
7878
- [Pocco81](https://github.com/Pocco81)
7979
- [Lokesh Krishna](https://github.com/lokesh-krishna)
8080
- [Andreas Grafen](https://github.com/andreasgrafen)
81+
- [Toria](https://github.com/ninetailedtori)
8182

8283
&nbsp;
8384

templates/kitty.tera

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ selection_background #{{ rosewater.hex }}
2525
cursor #{{ rosewater.hex }}
2626
cursor_text_color #{{ base.hex }}
2727

28-
# URL underline color when hovering with mouse
28+
# Scrollbar colors
29+
scrollbar_handle_color #{{ overlay2.hex }}
30+
scrollbar_track_color #{{ surface1.hex }}
31+
32+
# URL color when hovering with mouse
2933
url_color #{{ rosewater.hex }}
3034

3135
# Kitty window border colors

themes/frappe.conf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ selection_background #f2d5cf
1818
cursor #f2d5cf
1919
cursor_text_color #303446
2020

21-
# URL underline color when hovering with mouse
21+
# Scrollbar colors
22+
scrollbar_handle_color #949cbb
23+
scrollbar_track_color #51576d
24+
25+
# URL color when hovering with mouse
2226
url_color #f2d5cf
2327

2428
# Kitty window border colors

themes/latte.conf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ selection_background #dc8a78
1818
cursor #dc8a78
1919
cursor_text_color #eff1f5
2020

21-
# URL underline color when hovering with mouse
21+
# Scrollbar colors
22+
scrollbar_handle_color #7c7f93
23+
scrollbar_track_color #bcc0cc
24+
25+
# URL color when hovering with mouse
2226
url_color #dc8a78
2327

2428
# Kitty window border colors

themes/macchiato.conf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ selection_background #f4dbd6
1818
cursor #f4dbd6
1919
cursor_text_color #24273a
2020

21-
# URL underline color when hovering with mouse
21+
# Scrollbar colors
22+
scrollbar_handle_color #939ab7
23+
scrollbar_track_color #494d64
24+
25+
# URL color when hovering with mouse
2226
url_color #f4dbd6
2327

2428
# Kitty window border colors

themes/mocha.conf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ selection_background #f5e0dc
1818
cursor #f5e0dc
1919
cursor_text_color #1e1e2e
2020

21-
# URL underline color when hovering with mouse
21+
# Scrollbar colors
22+
scrollbar_handle_color #9399b2
23+
scrollbar_track_color #45475a
24+
25+
# URL color when hovering with mouse
2226
url_color #f5e0dc
2327

2428
# Kitty window border colors

0 commit comments

Comments
 (0)