Skip to content

Commit

Permalink
feat(theme): Added zenburn theme (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim authored Dec 1, 2023
1 parent 5ac3d44 commit fd9859f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions themes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,13 @@ export const themes: Themes = {
border_color: "e8f6f2",
bg_color: "f8f6f2",
},
zenburn: {
title_color: "efefef",
text_color: "f0dfaf",
icon_color: "cc9393",
bg_color: "484848",
stroke_color: "41363c",
},

// Gradient themes
"sunset-gradient": {
Expand Down

0 comments on commit fd9859f

Please sign in to comment.