Skip to content

Commit

Permalink
[Fix] value of theme of code and watermark color (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistricky authored Nov 13, 2024
1 parent edc95c4 commit 30c4866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ const DEFAULT_CONFIG_CONTENT: &'static str = r##"{
},
"code": {
"fontFamily": "CaskaydiaCove Nerd Font",
"theme": "base16-ocean.light"
"theme": "base16-ocean.dark"
},
"watermark": {
"content": "CodeSnap",
"fontFamily": "Pacifico",
"color": "#ff0000"
"color": "#ffffff"
},
"background": {
"start": {
Expand Down

0 comments on commit 30c4866

Please sign in to comment.