Skip to content

Commit

Permalink
extra: Add color scheme for kitty
Browse files Browse the repository at this point in the history
  • Loading branch information
judaew committed Sep 8, 2023
1 parent e022629 commit 1c7fcc1
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ require("ronny").setup({

## Extra folder

...
- [kitty](https://sw.kovidgoyal.net/kitty/) color scheme, [go](./extra/kitty/ronny.conf).

## Something is broken but I know how to fix it!

Expand Down
43 changes: 43 additions & 0 deletions extra/kitty/ronny.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# ronny color scheme for kitty

foreground #CCCCCC
background #1B1D1E
selection_foreground #000000
selection_background #FFFACD
url_color #0087BD
url_style curly

mark1_foreground black
mark1_background #98D3CB
mark2_foreground black
mark2_background #F2DCD3
mark3_foreground black
mark3_background #F274BC

cursor #CCCCCC
cursor_text_color #1B1D1E

# black
color0 #1B1D1E
color8 #808080
# red
color1 #FF0044
color9 #F92672
# green
color2 #82B414
color10 #A6E22E
# yellow
color3 #FD971F
color11 #E6DB74
# blue
color4 #266C98
color12 #7070F0
# magenta
color5 #AC0CB1
color13 #D63AE1
# cyan
color6 #00AAAA
color14 #66D9EF
# white
color7 #CCCCCC
color15 #F8F8F2

0 comments on commit 1c7fcc1

Please sign in to comment.