Skip to content

Commit

Permalink
theme: add onedark theme to the available themes (zellij-org#3313)
Browse files Browse the repository at this point in the history
Onedark is a popular theme from Atom text editor. 

I've used these sources as the reference for implementing the theme in zellij.
https://github.com/joshdick/onedark.vim
https://www.figma.com/community/file/1137445418485757476/atom-one-dark-color-palette
  • Loading branch information
shonebinu authored and Tomcat-42 committed Nov 9, 2024
1 parent c5d2431 commit e1973f9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions zellij-utils/assets/themes/onedark.kdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
themes {
onedark {
fg 171 178 191
bg 40 44 52
black 29 32 37
red 190 80 70
green 152 195 121
yellow 229 192 123
blue 97 175 239
magenta 198 120 221
cyan 86 182 194
white 204 204 204
orange 209 154 102
}
}

0 comments on commit e1973f9

Please sign in to comment.