mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
Decreased region opacity, smoothed out canvas/tempo line colours.
git-svn-id: svn://localhost/ardour2/trunk@1322 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ccd5d3df08
commit
eeae80e6d9
4 changed files with 10 additions and 10 deletions
|
|
@ -65,8 +65,8 @@ cEnteredAutomationLine 0.87 0.39 0.39 1.00
|
|||
cEnteredMarker 0.87 0.39 0.39 1.00
|
||||
cMeterMarker 0.95 0.26 0.36 1.00
|
||||
cTempoMarker 0.95 0.26 0.36 1.00
|
||||
cMeasureLineBeat 0.40 0.40 0.40 0.50
|
||||
cMeasureLineBar 0.55 0.55 0.60 0.70
|
||||
cMeasureLineBeat 0.45 0.45 0.45 0.40
|
||||
cMeasureLineBar 0.55 0.55 0.60 0.55
|
||||
cGhostTrackBaseOutline 0.00 0.00 0.00 1.00
|
||||
cGhostTrackBaseFill 0.27 0.00 0.49 0.50
|
||||
cImageTrackBase 0.87 0.87 0.85 1.00
|
||||
|
|
|
|||
|
|
@ -689,11 +689,11 @@ style "treeview_display" = "small_bold_text"
|
|||
|
||||
style "main_canvas_area"
|
||||
{
|
||||
bg[NORMAL] = { 0.20, 0.20, 0.25 }
|
||||
bg[ACTIVE] = { 0.20, 0.20, 0.25 }
|
||||
bg[INSENSITIVE] = { 0.20, 0.20, 0.25 }
|
||||
bg[SELECTED] = { 0.20, 0.20, 0.25 }
|
||||
bg[PRELIGHT] = { 0.20, 0.20, 0.25 }
|
||||
bg[NORMAL] = { 0.30, 0.30, 0.34 }
|
||||
bg[ACTIVE] = { 0.30, 0.30, 0.34 }
|
||||
bg[INSENSITIVE] = { 0.30, 0.30, 0.34 }
|
||||
bg[SELECTED] = { 0.30, 0.30, 0.34 }
|
||||
bg[PRELIGHT] = { 0.30, 0.30, 0.34 }
|
||||
}
|
||||
|
||||
style "track_controls_inactive"
|
||||
|
|
|
|||
|
|
@ -359,9 +359,9 @@ void
|
|||
RegionView::set_frame_color ()
|
||||
{
|
||||
if (_region->opaque()) {
|
||||
fill_opacity = 230;
|
||||
fill_opacity = 130;
|
||||
} else {
|
||||
fill_opacity = 100;
|
||||
fill_opacity = 60;
|
||||
}
|
||||
|
||||
TimeAxisViewItem::set_frame_color ();
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ TimeAxisViewItem::TimeAxisViewItem(const string & it_name, ArdourCanvas::Group&
|
|||
frame_position = start ;
|
||||
item_duration = duration ;
|
||||
name_connected = false;
|
||||
fill_opacity = 230;
|
||||
fill_opacity = 130;
|
||||
position_locked = false ;
|
||||
max_item_duration = ARDOUR::max_frames;
|
||||
min_item_duration = 0 ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue