Skip to content

Commit 30c4866

Browse files
authored
[Fix] value of theme of code and watermark color (#11)
1 parent edc95c4 commit 30c4866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/src/config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ const DEFAULT_CONFIG_CONTENT: &'static str = r##"{
1414
},
1515
"code": {
1616
"fontFamily": "CaskaydiaCove Nerd Font",
17-
"theme": "base16-ocean.light"
17+
"theme": "base16-ocean.dark"
1818
},
1919
"watermark": {
2020
"content": "CodeSnap",
2121
"fontFamily": "Pacifico",
22-
"color": "#ff0000"
22+
"color": "#ffffff"
2323
},
2424
"background": {
2525
"start": {

0 commit comments

Comments
 (0)