Skip to content

Commit

Permalink
Color schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
Christy committed Mar 19, 2024
1 parent 646a1e0 commit 7d6757a
Showing 1 changed file with 58 additions and 1 deletion.
59 changes: 58 additions & 1 deletion config/settings_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,64 @@
},
"content_for_index": [

]
],
"color_schemes": {
"scheme-1": {
"settings": {
"background": "#FFFFFF",
"background_gradient": "",
"text": "#121212",
"button": "#121212",
"button_label": "#FFFFFF",
"secondary_button_label": "#121212",
"shadow": "#121212"
}
},
"scheme-2": {
"settings": {
"background": "#F3F3F3",
"background_gradient": "",
"text": "#121212",
"button": "#121212",
"button_label": "#F3F3F3",
"secondary_button_label": "#121212",
"shadow": "#121212"
}
},
"scheme-3": {
"settings": {
"background": "#242833",
"background_gradient": "",
"text": "#FFFFFF",
"button": "#FFFFFF",
"button_label": "#000000",
"secondary_button_label": "#FFFFFF",
"shadow": "#121212"
}
},
"scheme-4": {
"settings": {
"background": "#121212",
"background_gradient": "",
"text": "#FFFFFF",
"button": "#FFFFFF",
"button_label": "#121212",
"secondary_button_label": "#FFFFFF",
"shadow": "#121212"
}
},
"scheme-5": {
"settings": {
"background": "#334FB4",
"background_gradient": "",
"text": "#FFFFFF",
"button": "#FFFFFF",
"button_label": "#334FB4",
"secondary_button_label": "#FFFFFF",
"shadow": "#121212"
}
}
}
},
"presets": {
"Default": {
Expand Down

0 comments on commit 7d6757a

Please sign in to comment.