Skip to content

Commit

Permalink
Add zenburn theme
Browse files Browse the repository at this point in the history
  • Loading branch information
djblue committed Jun 2, 2023
1 parent 30bcac8 commit 0b6d901
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion src/portal/colors.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,21 @@
::package "#ffffff"
::exception "#a3be8c"
::diff-add "#b8bb26"
::diff-remove "#fb4934"}})
::diff-remove "#fb4934"}
::zenburn
{::text "#dcdccc"
::background "#383838"
::background2 "#303030"
::boolean "#bfebbf"
::string "#cc9393"
::keyword "#afd8af"
::namespace "#5c888b"
::tag "#f0dfaf"
::symbol "#dcdccc"
::number "#8cd0d3"
::uri "#dfaf8f"
::border "#4f4f4f"
::package "#8cd0d3"
::exception "#cc9393"
::diff-add "#9fc59f"
::diff-remove "#cc9393"}})

0 comments on commit 0b6d901

Please sign in to comment.