From bfdb3a050bfe02d0c5f8fa792fe7d80c28629da9 Mon Sep 17 00:00:00 2001 From: JetpackJackson <88674707+JetpackJackson@users.noreply.github.com> Date: Sat, 28 Oct 2023 00:28:35 +0000 Subject: [PATCH 1/2] Add files via upload --- colors/sonokai.conf | 47 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 colors/sonokai.conf diff --git a/colors/sonokai.conf b/colors/sonokai.conf new file mode 100644 index 0000000..9e5874f --- /dev/null +++ b/colors/sonokai.conf @@ -0,0 +1,47 @@ +background #2b2d3a +foreground #e2e2e3 + +selection_background #3a3e4e +selection_foreground #e2e2e3 + +cursor #e2e2e3 +cursor_text_color background + +active_tab_background #2b2d37 +active_tab_foreground #e2e2e3 +active_tab_font_style bold +inactive_tab_background #2b2d37 +inactive_tab_foreground #e2e2e3 +inactive_tab_font_style normal + +# Black +color0 #181819 +color8 #7f8490 + +# Red +color1 #fc5d7c +color9 #fc5d7c + +# Green +color2 #9ed072 +color10 #9ed072 + +# Yellow +color3 #f0c362 +color11 #f0c362 + +# Blue +color4 #76cce0 +color12 #76cce0 + +# Magenta +color5 #b39df3 +color13 #b39df3 + +# Cyan +color6 #f39660 +color7 #f39660 + +# White +color7 #e2e2e3 +color15 #e2e2e3 From 1f6b66900777cf029ce9da14d093b6bf46bd6581 Mon Sep 17 00:00:00 2001 From: JetpackJackson <88674707+JetpackJackson@users.noreply.github.com> Date: Sat, 28 Oct 2023 00:33:34 +0000 Subject: [PATCH 2/2] fix background color --- colors/sonokai.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/sonokai.conf b/colors/sonokai.conf index 9e5874f..7b4f25b 100644 --- a/colors/sonokai.conf +++ b/colors/sonokai.conf @@ -1,4 +1,4 @@ -background #2b2d3a +background #2c2e34 foreground #e2e2e3 selection_background #3a3e4e