Skip to content

Commit

Permalink
Adjusting preferences to fit brand colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
skullbunnygalaxy committed Aug 17, 2023
1 parent f320d9b commit 0a4df2b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"Marina","base_theme":"golden_ox"}
{"name":"BanchanArt_Brand","base_theme":"golden_ox"}
22 changes: 21 additions & 1 deletion preferences
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
{"bg_color":"#F5F7F9","header_color":"#F5F7F9","help_center_color":"#12344D","footer_color":"#12344D","tab_color":"#FFFFFF","tab_hover_color":"#12344D","btn_background":"#FFFFFF","btn_primary_background":"#12344D","base_font":"Source Sans Pro","text_color":"#264966","headings_font":"Source Sans Pro","headings_color":"#FFFFFF","link_color":"#2C5CC5","link_color_hover":"#021519","input_focus_ring_color":"#EBEFF3","card_color":"#FFFFFF","card_text_color":"#264966","card_border_color":"#EBEFF3","non_responsive":false}
{
"bg_color": "#27272a",
"header_color": "#18181b",
"help_center_color": "#10b981",
"footer_color": "#18181b",
"tab_color": "#18181b",
"tab_hover_color": "#27272a",
"btn_background": "#15803d",
"btn_primary_background": "#10b981",
"base_font": "Source Sans Pro",
"text_color": "#e4e4e7",
"headings_font": "Source Sans Pro",
"headings_color": "#e4e4e7",
"link_color": "#10b981",
"link_color_hover": "#15803d",
"input_focus_ring_color": "#18181b",
"card_color": "#18181b",
"card_text_color": "#e4e4e7",
"card_border_color": "#27272a",
"non_responsive": false
}

0 comments on commit 0a4df2b

Please sign in to comment.