Arnav-J/Schema-SQL-Query
0
1[theme]2 3# Primary accent for interactive elements4primaryColor = '#2F3E46'5 6# Background color for the main content area7backgroundColor = '#2F3E46'8#backgroundColor = '#A20021'9 10# Background color for sidebar and most interactive widgets11secondaryBackgroundColor = '#f0f5f3'12#secondaryBackgroundColor = '#A20021'13 14# Color used for almost all text15textColor = '#FFFFFF'16 17# Font family for all text in the app, except code blocks18# Accepted values (serif | sans serif | monospace) 19# Default: "sans serif"20font = "sans serif"