summaryrefslogtreecommitdiff
path: root/gtk2_ardour/dark.colors
AgeCommit message (Collapse)Author
2015-03-29increase contrast of control buttons, fixes #6146Robin Gareus
2015-03-07Use Ardour widgets consistently in plugin UI.David Robillard
Several reasons: * This previously looked horribly inconsistent. * The Gtk selector was broken for plugins with many presets, making it impossible to select presets. For whatever reason, the use of a menu fixes this bug. * Towards a hierarchical menu for banked presets.
2015-03-07Increase editable region alpha slightly.David Robillard
Previously the region was nearly invisible when editable which is problematic ("oops, I made a new region"). The distinction isn't quite as profound as it probably should be, but I don't want to mess with the other region colours too much.
2015-02-16Increase transparency of Loop rectangle so tempo lines are visibleTim Mayberry
Should fix bug#6163
2015-02-09fix color and alpha of timestretch rectPaul Davis
2015-01-12Revert "hotfix z-stacking"David Robillard
This reverts commit 03f0229bcfc35916f81c6187948df3ea3b79a976. Mitigate the fallout from said overly aggressive revert: preserve the alpha values to not break the color configuration for when the lines are fixed.
2015-01-11hotfix z-stackingRobin Gareus
This reverts commit 780c1762 and e70c9a3 Both combined introduced various bugs: * rubberband-selection has a scroll-offset * region drag/drop has wrong y-offset * ranges (loop etc) are above the playhead * possible scroll performance hit (long unclipped lines in h_scroll_group) on the downside: time-grid is now no longer visible behind the rulers. Doing that will require a different approach…
2015-01-08More contrast between different division lines.David Robillard
2015-01-08Fix inactive track header color.David Robillard
2015-01-08Meter-like note colours, but still mostly green.David Robillard
The previous colours made low velocity notes almost invisible. This fixes that and attempts meter-like colours where yellowish is high, but without going all the way into red for a generally consistent range of colors.
2015-01-08Use the subtlest red we have for selected tracks.David Robillard
The purple doesn't match anything anymore, red is our "selected" color.
2015-01-08Use selected fill color for selected notes.David Robillard
2015-01-08Show tempo lines under marker bars.David Robillard
2015-01-08More consistent canvas base colours.David Robillard
General ideas: audio is blueish, MIDI is greenish, automation track colour is a slightly darker version of its parent track colour, canvas base is the same as the Gtk base.
2015-01-08Slightly more distinct beat/subdivision lines.David Robillard
2014-12-19new color modifiers plus adjust default time axis view item/region ↵Paul Davis
transparency to 0.7
2014-12-19allow theme control of sync mark colorsPaul Davis
2014-12-19add more controllable modifiers for region transparencyPaul Davis
2014-12-18Use color modifiers for dynamic region styles.David Robillard
2014-12-17Fix display of MIDI notes/regions while recording.David Robillard
Make record rect transparency configurable. Factor out some copy-paste streamview code.
2014-12-16Various color tweaks.David Robillard
This commit changes some color names, nuke your theme. This isn't quite ideal yet, but takes some steps towards where I think things should go aesthetically: Make automation tracks/regions colors correspond to their parent's type. Make selected MIDI notes outlined in red like most everything else, and scrap separate min/mid/max fill colors for selected MIDI notes. Color automation ghost MIDI notes based on original note color. Try to kill 90's looking brightish gray gradients in general.
2014-12-16Fix control point colors.David Robillard
2014-12-16Fix marker bars "gradient" colors.David Robillard
2014-12-15fix some missing color definitionsPaul Davis
2014-12-15final modifierPaul Davis
2014-12-15next 2 modifiersPaul Davis
2014-12-15next modifierPaul Davis
2014-12-15next modifierPaul Davis
2014-12-15remove unused colorPaul Davis
2014-12-15next modifierPaul Davis
2014-12-15next modifierPaul Davis
2014-12-15next modifierPaul Davis
2014-12-15next modifierPaul Davis
2014-12-15next modifierPaul Davis
2014-12-15next modifierPaul Davis
2014-12-15next modifierPaul Davis
2014-12-15next modifierPaul Davis
2014-12-15remove color 105 since nothing uses itPaul Davis
2014-12-15next modifier, and remove color 102 since nothing uses itPaul Davis
2014-12-15next modifierPaul Davis
2014-12-15add 22 modifiers to dark.colors and start using the first one (for crossfade ↵Paul Davis
alpha)
2014-12-15fix meter color definitions (extra 0x in every one)Paul Davis
2014-12-14fix XML syntax errorPaul Davis
2014-12-14basic code to use SVModifier plus one definition in dark.colorsPaul Davis
2014-12-14new version of dark.colorsPaul Davis
2014-12-14merge conflict resolution (text colors are no longer specified explicitly)Paul Davis
2014-12-14fixed merge conflictPaul Davis
2014-12-12more color tweaksBen Loftis
2014-12-12more color tweaksBen Loftis
2014-12-11rescue some of the worst casualties of the color changesBen Loftis