Skip to content

Instantly share code, notes, and snippets.

@zsteinkamp
Created November 30, 2024 02:43
Show Gist options
  • Select an option

  • Save zsteinkamp/af3ac1cb4b0cbe4cf53b7e836fbba113 to your computer and use it in GitHub Desktop.

Select an option

Save zsteinkamp/af3ac1cb4b0cbe4cf53b7e836fbba113 to your computer and use it in GitHub Desktop.
Live Theme API Color Names
Generated by:
```
cd /Applications/Ableton\ Live\ 12\ Suite.app/Contents/App-Resources/Max/Max.app/Contents/Resources/C74/interfaces/themes
grep '"id"' *.maxtheme | grep live_ | cut -d '"' -f 4 | sort | uniq
```
live_active_automation
live_alert
live_arranger_grid_tiles
live_assignment_text_bg
live_contrast_frame
live_control_bg
live_control_fg
live_control_fg_off
live_control_fg_off_zombie
live_control_fg_on
live_control_fg_on_zombie
live_control_fg_zombie
live_control_fill_handle
live_control_selection
live_control_selection_alt
live_control_text_bg
live_control_text_selection
live_control_text_selection_standby
live_control_text_zombie
live_control_zombie
live_desktop
live_dial_fg
live_dial_fg_zombie
live_dial_needle
live_dial_needle_zombie
live_dial_triangle
live_display_handle_one
live_display_handle_two
live_display_line_one
live_display_line_two
live_display_scale_text
live_focus_frame
live_freeze_color
live_gain_reduction_line_color
live_inactive_automation
live_input_curve_color
live_input_curve_outline_color
live_key_assignment
live_lcd_bg
live_lcd_control_fg
live_lcd_control_fg_alt
live_lcd_control_fg_zombie
live_lcd_frame
live_lcd_title
live_led_bg
live_macro_assigned
live_macro_assignment
live_macro_title
live_meter_bg
live_midi_assignment
live_modulation
live_numbox_triangle
live_output_curve_color
live_output_curve_outline_color
live_play
live_prelisten
live_record
live_selection
live_selection_standby
live_spectrum_alternative_color
live_spectrum_default_color
live_spectrum_grid_lines
live_surface_bg
live_surface_frame
live_surface_frame_focus
live_threshold_line_color
live_value_arc
live_value_arc_zombie
live_value_bar
live_value_bar_three
live_value_bar_two
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment