Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Srcery & Breeze to the collection. #31

Open
telamon opened this issue Jul 1, 2020 · 2 comments
Open

Add Srcery & Breeze to the collection. #31

telamon opened this issue Jul 1, 2020 · 2 comments
Assignees

Comments

@telamon
Copy link

telamon commented Jul 1, 2020

Please, include Srcery in the collection. You can find it here: https://github.com/srcery-colors/srcery-vim
As a bonus, i'm also including the default KDE Konsole "Breeze" scheme.

I'm sorry for this low quality PR - I've converted both themes and attaching them as a patch in case anyone else is interested in generating the previews and stuff:

diff --git a/themes/Breeze.conf b/themes/Breeze.conf
new file mode 100644
index 0000000..5c9a994
--- /dev/null
+++ b/themes/Breeze.conf
@@ -0,0 +1,21 @@
+background            #232627
+foreground            #fcfcfc
+cursor                #fcfcfc
+selection_background  #ffffff
+color0                #232627
+color8                #7f8c8d
+color1                #ed1515
+color9                #c0392b
+color2                #1cdc9a
+color10               #11d116
+color3                #f67400
+color11               #fdbc4b
+color4                #1d99f3
+color12               #3daee9
+color5                #9b59b6
+color13               #8e44ad
+color6                #1abc9c
+color14               #16a085
+color7                #fcfcfc
+color15               #ffffff
+selection_foreground #232627
diff --git a/themes/Srcery.conf b/themes/Srcery.conf
new file mode 100644
index 0000000..3726808
--- /dev/null
+++ b/themes/Srcery.conf
@@ -0,0 +1,21 @@
+background            #1c1b19
+foreground            #fce8c3
+cursor                #fce8c3
+selection_background  #303030
+color0                #1c1b19
+color8                #2d2b28
+color1                #ff3128
+color9                #f75341
+color2                #519f50
+color10               #98bc37
+color3                #fbb829
+color11               #fed06e
+color4                #5573a3
+color12               #8eb2f7
+color5                #e02c6d
+color13               #e35682
+color6                #0aaeb3
+color14               #53fde9
+color7                #918175
+color15               #fce8c3
+selection_foreground #1c1b19

Cheers!

@laoshaw
Copy link

laoshaw commented Nov 14, 2021

breeze is my favorite, thank you!

@yaoyhu
Copy link

yaoyhu commented Jan 29, 2023

Breeze is my favorite theme.
I used it as theme in Alacritty before(Now kitty because of ligatures support).
I think the right breeze.conf should look like this:breeze.png. (Just for reference purposes only)

background            #232627 
foreground            #fcfcfc

cursor                #fcfcfc

selection_background  #ffffff
selection_foreground  #232627

#black
color0                #232627
color8                #7f8c8d

#red
color1                #ed1515
color9                #c0392b

#green
color2                #11d116
color10               #1cdc9a

#yellow
color3                #f67400
color11               #fdbc4b

#blue
color4                #1d99f3
color12               #3daee9

#magenta
color5                #9b59b6
color13               #8e44ad

#cyan
color6                #1abc9c
color14               #16a085

#white
color7                #fcfcfc
color15               #ffffff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants