diff --git a/Dribbblish/README.md b/Dribbblish/README.md index ed5d5de..b1c98f4 100644 --- a/Dribbblish/README.md +++ b/Dribbblish/README.md @@ -20,6 +20,8 @@ ![gruvbox](gruvbox.png) ### Rosé Pine ![rosepine](rosepine.png) +### Lunar +![lunar](lunar.png) ## Features ### Resizable sidebar diff --git a/Dribbblish/color.ini b/Dribbblish/color.ini index 28294f1..ae4e7d9 100644 --- a/Dribbblish/color.ini +++ b/Dribbblish/color.ini @@ -196,3 +196,21 @@ tab-active = ebbcba notification = 1db954 notification-error = eb6f92 misc = 6e6a86 + +[lunar] +text = f3f3f3 +subtext = cecece +sidebar-text = f3f3f3 +main = 161616 +sidebar = 202020 +player = 161616 +card = 161616 +shadow = 252525 +selected-row = 202020 +button = 3281ea +button-active = 0284e8 +button-disabled = 303030 +tab-active = ebbcba +notification = 3281ea +notification-error = b10c0c +misc = 252525 diff --git a/Dribbblish/lunar.png b/Dribbblish/lunar.png new file mode 100644 index 0000000..655d871 Binary files /dev/null and b/Dribbblish/lunar.png differ