summaryrefslogtreecommitdiff
path: root/gtk2_ardour/themes
AgeCommit message (Collapse)Author
2019-12-07"revert" back to previous loop rect in editor colorPaul Davis
2019-11-01Fix thinko in aux-fader color.Ben Loftis
2019-10-11Theme-ing: Use sensible names instead of color 1..NBen Loftis
Colors are assigned one of 6 major groups: *Alert colors: Typically mute/solo/feedback/selections etc ... these should follow Ardour convention, only the saturation should change with themes. *BG colors (empty spaces...) *Contrast colors: Should contrast nicely against BG. Typically clocks, markers, panners and such. *Black/White/Grays: you can expect these to work with "any" BG. Good for borders, separators, etc. *Meter colors: Typically green->yellow->red or similar. Should follow Ardour conventions. *Widget colors: slight variations of the BG color. This is where the creative choices are made. NOTE to theme-ers: Widgets should choose one of the colors based on FUNCTION. If you want a red widget, choose "widget red", not "alert red" or "meter color9"
2019-09-29New region opacity rules. (final part of 973e9a)Ben Loftis
2019-09-29Theme latency-disable-buttonRobin Gareus
2019-09-07Match foldback strip BG to dark theme betterLen Ovens
2019-09-03Change back ground color for foldback stripLen Ovens
2019-09-03Resize and color the foldback level knobLen Ovens
2019-09-01Color schema for feedback-btn alternative active colorRobin Gareus
2018-07-05apply commit cbe458adddc34 to all other themesPaul Davis
2018-07-05remove more unused MIDI note colorsPaul Davis
2018-07-05update dark-theme midi-velocity + midi-meter colorsRobin Gareus
This matches the previous editor velocity colors: green..yellow..orange
2018-07-05retire no-longer used color names for MIDI notesPaul Davis
2018-02-27Implement grid line colors ( was: measure lines ). This restores measure ↵Ben Loftis
lines to a brighter color than beats.
2018-01-30Plugin-Selector: Use ArdourButton instead of Gtk::CheckButtonRobin Gareus
2017-09-08Patch select: button theme-ingBen Loftis
2017-08-02Update clear_gray-ardour.colorscooltehno
2017-08-02Update caineville-ardour.colorscooltehno
2017-04-14Update blueberry_milk-ardour.colorscooltehno
2017-03-10Use Tempo Curve color for measure line beats. Fixes 4930.Ben Loftis
2017-01-12update alternate themes with automation-line-fill opacityBen Loftis
2017-01-12allow automation line fill opacity to be theme-ableBen Loftis
2017-01-05Update cubasish-ardour.colorscooltehno
2017-01-05Update clear_gray-ardour.colorscooltehno
2017-01-05Update caineville-ardour.colorscooltehno
2017-01-05Update blueberry_milk-ardour.colorscooltehno
2016-12-19Update Marker display style: consistent height & colorRobin Gareus
2016-12-18Consolidate clock bg colors to use the same dark greyBen Loftis
2016-12-18Consolidate green clock colors to use the same greenBen Loftis
2016-12-17Transport Layout: Alert buttons do not need to be red when inactiveBen Loftis
2016-12-17Add UI to set global track layered modeRobin Gareus
2016-12-17Rework shuttle control displayRobin Gareus
2016-12-10Black selection & punch clock bgRobin Gareus
2016-12-05Fix theme names (dash is used to separate program-name)Robin Gareus
2016-10-14GUI to allow aux-send feedback loopsRobin Gareus
2016-10-13Update cubasish-ardour.colorscooltehno
file:///home/cooltehno/DATA/ARDOUR_EXP/.темы/3_cubasish/cor_131016.jpg This commit changes the clip indicator from white to red coloured (from "color 9" to "color 55"). Also the "color 55" is changing from orange (f85813) to maximum bright red color (ff0009)
2016-10-12add gtk_clip_indicator as a separate color from gtk_bright_indicatorPaul Davis
2016-09-06Update clear-gray-ardour.colorscooltehno
This commit changes item "gtk_bases" from light (color22) to darker (color88). The knob of "Enable/Disable MIDI input" in Edit List had the same colour and was not visible. This commit makes it clear visible, and it has no much influence on a general design.
2016-08-20Add a colour for music-locked meters.nick_m
2016-08-19Avoid CamelCase in color namesJulien "_FrnchFrgg_" RIVAUD
2016-08-19Make automation state buttons active when not on ManualJulien "_FrnchFrgg_" RIVAUD
With the same color code as the fader automation button on mixer strips. This is especially usefull when use_knob is true (e.g. for a-EQ) because the automation only shows one letter and a "Write" state can thus be easy to miss.
2016-07-31Update clear-gray-ardour.colorscooltehno
A peak rectangle in the mixer strip is ruled by "gtk_bright_indicator". In the previous commit I mixed up this item with "meterbridge label" & "meterbridge peakindicator". This commit changes "gtk_bright_indicator" from white to red and returns "meterbridge label" & "meterbridge peakindicator" state to primordial. So now the peak rectangle in the mixer strip will be red when a sound peak has a place.
2016-07-31Update clear-gray-ardour.colorscooltehno
2016-07-18add 2 missing colors for clear gray themePaul Davis
2016-07-18add new clear-gray color themePaul Davis
2016-07-14fix file permissions - themes are not executableRobin Gareus
2016-07-13better color choice for control master controls box in editorPaul Davis
2016-07-13set a theme color for VCA axes in the editorPaul Davis
2016-07-04Replace Gtk::ToggleButton with ArdourButton in Generic Plugin GUIRobin Gareus
2016-07-04allow AutomatoinContoller to render as Knob instead of Slider.Robin Gareus