-
Notifications
You must be signed in to change notification settings - Fork 169
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
Added dracula-theme, like in thumb-key #1218
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, thx!
@@ -1175,6 +1175,150 @@ fun woodland(): Pair<JerboaColorScheme, JerboaColorScheme> { | |||
return Pair(jerboaLight, jerboaDark) | |||
} | |||
|
|||
fun dracula(): Pair<ColorScheme, ColorScheme> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check the CI, this needs to match the above ones.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah just copy pasted my code and missed that, hopefully it's fixed now
Head branch was pushed to by a user without write access
Why does woodpecker take so long for my contributions? Am I doing something wrong? It's been working for almost 1 hour now. |
Woodpecker gets stuck often, especially the deamon disseapear error (killed by the host) happens a lot. I don't really control the box it runs on. So I am not sure if its a woodpecker or the machine it runs on the issue. push another empty commit and see if it works this time |
finally! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
No description provided.