dark
constdark:object=darkTheme
Type declaration
color.bg?
optionalcolor.bg:string
Main background color for the application
color.black?
optionalcolor.black:string
Black color used for high contrast elements
color.blue?
optionalcolor.blue:string
Blue color for informational elements and links
color.border?
optionalcolor.border:string
Primary border color for main UI elements
color.cerise?
optionalcolor.cerise:string
Bright magenta/cerise color for special emphasis
color.darkGray?
optionalcolor.darkGray:string
Dark gray color for muted text and secondary elements
color.darkPurple?
optionalcolor.darkPurple:string
Dark purple color for premium features or special elements
color.editor.atom?
optionalcolor.editor.atom:string
Color for atomic values like boolean literals
color.editor.attribute?
optionalcolor.editor.attribute:string
Color for HTML/XML/GraphQL attributes
color.editor.builtin?
optionalcolor.editor.builtin:string
Color for built-in functions and types
color.editor.comment?
optionalcolor.editor.comment:string
Color for code comments and documentation
color.editor.cursor?
optionalcolor.editor.cursor:string
Color for the text cursor in the editor
color.editor.definition?
optionalcolor.editor.definition:string
Color for function, class, type definitions
color.editor.keyword?
optionalcolor.editor.keyword:string
Color for programming language keywords
color.editor.number?
optionalcolor.editor.number:string
Color for numeric literals in code
color.editor.property?
optionalcolor.editor.property:string
Color for properties
color.editor.punctuation?
optionalcolor.editor.punctuation:string
Color for punctuation marks like brackets and commas
color.editor.string?
optionalcolor.editor.string:string
Color for string literals in code
color.editor.variable?
optionalcolor.editor.variable:string
Color for variable names and identifiers
color.font?
optionalcolor.font:string
Primary text color for readable content
color.gray?
optionalcolor.gray:string
Medium gray color for neutral backgrounds and borders
color.green?
optionalcolor.green:string
Green color typically used for success states and positive actions
color.headerBg?
optionalcolor.headerBg:string
Background color specifically for the header section
color.lightGray?
optionalcolor.lightGray:string
Light gray color for subtle backgrounds and dividers
color.lightRed?
optionalcolor.lightRed:string
Light red/salmon color for subtle error indicators
color.offBg?
optionalcolor.offBg:string
Alternative background color for cards, panels, and sections
color.offBorder?
optionalcolor.offBorder:string
Secondary border color for subtle divisions
color.offFont?
optionalcolor.offFont:string
Secondary text color for less emphasized content
color.orange?
optionalcolor.orange:string
Orange color for warning states and secondary actions
color.primary?
optionalcolor.primary:string
Primary brand color used for main interactive elements
color.red?
optionalcolor.red:string
Red color for error states and destructive actions
color.rose?
optionalcolor.rose:string
Rose/pink color for accent elements and highlights
color.secondary?
optionalcolor.secondary:string
Secondary brand color used for supporting interactive elements
color.tertiary?
optionalcolor.tertiary:string
Tertiary brand color used for accent and decorative elements
color.white?
optionalcolor.white:string
White color for light backgrounds and text
color.yellow?
optionalcolor.yellow:string
Yellow color for caution states and highlights
easing?
optionaleasing:string
CSS transition easing function for smooth animations
fontFamily.code?
optionalfontFamily.code:string
Font family specifically for code editor and monospace content
fontFamily.default?
optionalfontFamily.default:string
Default system font stack for UI elements
fontSize.base?
optionalfontSize.base:number
Base font size in pixels used for calculations
fontSize.body?
optionalfontSize.body:number
Standard body text font size
fontSize.bodySmaller?
optionalfontSize.bodySmaller:number
Smaller body text font size for secondary content
fontSize.code?
optionalfontSize.code:number
Font size for code editor text
fontSize.remBase?
optionalfontSize.remBase:number
Root em base size in pixels for responsive typography
isSystem?
optionalisSystem:boolean
Whether this theme follows system preferences (light/dark mode)
shadow.color?
optionalshadow.color:string
Color used for drop shadows and elevation effects
shadow.opacity?
optionalshadow.opacity:number
Opacity level for shadow effects (0.0 to 1.0)
Altair GraphQL Client