mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-22 13:02:12 +03:00
theme: add onedark theme to the available themes (#3313)
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
This commit is contained in:
parent
5e1f302016
commit
4f40dd2020
15
zellij-utils/assets/themes/onedark.kdl
Normal file
15
zellij-utils/assets/themes/onedark.kdl
Normal file
@ -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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user