File tree Expand file tree Collapse file tree 6 files changed +26
-5
lines changed
Expand file tree Collapse file tree 6 files changed +26
-5
lines changed Original file line number Diff line number Diff 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  ;
8384
Original file line number Diff line number Diff line change @@ -25,7 +25,11 @@ selection_background #{{ rosewater.hex }}
2525cursor #{{ rosewater.hex }}
2626cursor_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
2933url_color #{{ rosewater.hex }}
3034
3135# Kitty window border colors
Original file line number Diff line number Diff line change @@ -18,7 +18,11 @@ selection_background #f2d5cf
1818cursor #f2d5cf
1919cursor_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
2226url_color #f2d5cf
2327
2428# Kitty window border colors
Original file line number Diff line number Diff line change @@ -18,7 +18,11 @@ selection_background #dc8a78
1818cursor #dc8a78
1919cursor_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
2226url_color #dc8a78
2327
2428# Kitty window border colors
Original file line number Diff line number Diff line change @@ -18,7 +18,11 @@ selection_background #f4dbd6
1818cursor #f4dbd6
1919cursor_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
2226url_color #f4dbd6
2327
2428# Kitty window border colors
Original file line number Diff line number Diff line change @@ -18,7 +18,11 @@ selection_background #f5e0dc
1818cursor #f5e0dc
1919cursor_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
2226url_color #f5e0dc
2327
2428# Kitty window border colors
You can’t perform that action at this time.
0 commit comments