From 1c7fcc1de74476ec1c64798f37aec9d0cc59ba53 Mon Sep 17 00:00:00 2001 From: Vadym-Valdis Yudaiev Date: Fri, 8 Sep 2023 12:54:33 +0300 Subject: [PATCH] extra: Add color scheme for kitty --- README.md | 2 +- extra/kitty/ronny.conf | 43 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 extra/kitty/ronny.conf diff --git a/README.md b/README.md index 16d764d..253b472 100644 --- a/README.md +++ b/README.md @@ -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! diff --git a/extra/kitty/ronny.conf b/extra/kitty/ronny.conf new file mode 100644 index 0000000..3fee2d9 --- /dev/null +++ b/extra/kitty/ronny.conf @@ -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