Even while we (still) have the goal to ship our own stylesheet and provide the typical subdued media-aplication look, right now this porting and styling effort (#1023) is unfinished and handled with rather low priority (writing code is more important than toying with styles and looks). This alternative stylesheet is meant to be used with a typical "light" desktop theme. We'll add just the bare minimum of definitions to make lumiera work well in that setup. And right now, I'll use that setup to continue with my development work
24 lines
925 B
INI
24 lines
925 B
INI
###########################################################
|
|
# ### Lumiera installation and platform configuration ###
|
|
#
|
|
# (file located relative to the Lumiera executable)
|
|
#
|
|
|
|
[Lumiera]
|
|
# Setup of the Lumiera video editor main application.
|
|
# $ORIGIN denotes the directory of the executable.
|
|
#
|
|
gui = gtk_gui.lum
|
|
modulepath = $ORIGIN/modules
|
|
configpath = $ORIGIN/../../share/lumiera/config:$ORIGIN/config:~/.lumiera # currently unused (2/2011)
|
|
title = Lumiera
|
|
version = 0.pre.03
|
|
website = http://www.lumiera.org
|
|
authors = Joel Holdsworth|Christian Thäter|Hermann Voßeler|Stefan Kangas|Michael Fisher|Michael Ploujnikov|and others...
|
|
copyright = 2007 - 2015
|
|
|
|
[Gui]
|
|
#stylesheet = lumiera.css
|
|
stylesheet = lumiera-light-theme-complement.css
|
|
iconpath = $ORIGIN/../../share/lumiera/icons:$ORIGIN/gui/icons:~/.lumiera/icons
|
|
resourcepath = $ORIGIN/../../share/lumiera/gui:$ORIGIN/gui
|