Skip to content

Commit

Permalink
Add solarized theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
cweijan committed Mar 4, 2024
1 parent 4b6a2ec commit 346f50f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions resource/vditor/css/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
temp/
11 changes: 11 additions & 0 deletions resource/vditor/css/theme/solarized.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
:root {
--hr-bg: #ddd6c1;
--ext-border-color: rgba(0, 0, 0, 0.06);
--bg-color: #fdf6e3;
--front-color: #657b83;
--second-bg-color: #eee8d5;
--code-bg-color: #f2f2f2;
--list-hover-color: #268bd2;
--dropdown-hover-background: #dfca88;
--error-color: #e51400;
}

0 comments on commit 346f50f

Please sign in to comment.