• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H23-Aug-2010-10,2127,968

AUTHORSH A D23-Aug-2010522 2016

COPYINGH A D23-Aug-201017.6 KiB341281

CREDITSH A D15-Aug-201065 32

ChangeLogH A D23-Aug-20105.1 KiB172152

INSTALLH A D15-Aug-20109.3 KiB237179

Makefile.amH A D23-Aug-2010923 3930

Makefile.inH A D23-Aug-201035.1 KiB929821

NEWSH A D23-Aug-201024 21

READMEH A D23-Aug-20101.8 KiB4029

TODOH A D23-Aug-20101,004 3026

aclocal.m4H A D23-Aug-2010316.8 KiB9,1328,177

config.guessH A D23-Aug-201043.8 KiB1,5271,315

config.subH A D23-Aug-201032.6 KiB1,6591,514

configureH A D23-Aug-2010426.4 KiB15,05311,880

configure.acH A D23-Aug-20102.2 KiB8467

depcompH A D23-Aug-201017.4 KiB590375

install-shH A D23-Aug-201013.3 KiB521344

ltmain.shH A D23-Aug-2010237.5 KiB8,4076,475

missingH A D23-Aug-201011.2 KiB377281

nodoka-2.0.pc.inH A D23-Aug-2010166 108

nodoka-3.0.pc.inH A D23-Aug-2010166 108

README

1README for Nodoka theme
2
3This theme is designed and created by Martin Sourada <martin.sourada@seznam.cz>
4and Daniel Geiger <dgeiger_343@yahoo.com> with support and help from the Fedora
5community <http://fedoraproject.org> and <http://fedoraforum.org>.
6
7This theme is released under GNU GPLv2. Please read the COPYING file for more
8info.
9
10To install:
11
12./configure --prefix=/usr --enable-animation; make ; make install
13
14or if you want to build against gtk3:
15
16./configure --with-gtk=3.0 --prefix=/usr --enable-animation; make ; \
17make install
18
19To uninstall:
20
21	make uninstall
22
23Gtkrc configuration options:
24
25 * animation = TRUE, FALSE			# FALSE = disabled, TRUE = enabled
26 * bullet_color = six-digit hex value		# set custom bullet color (for check and radio buttons)
27 * contrast = 1.0				# double value, sets the contrast on borders
28 * gradients = TRUE, FALSE			# use gradients
29 * hilight_ratio = 0.909090909			# currently has no effect, will be asigned new function in some future release
30 * listviewheaderstyle = 0, 1, 2		# 0 = flat, 1 = gradient, 2 = raised
31 * listviewstyle = 0, 1				# 0 = nothing, 1 = dotted
32 * menubarstyle = 0, 1, 2, 3			# 0 = flat, 1 = normal raised gradient, 2 = normal lowered gradient, 3 = menubar gradient
33 * toolbarstyle = 0, 1, 2, 3			# 0 = flat, 1 = normal raised gradient, 2 = normal lowered gradient, 3 = menubar gradient
34 * roundness = 0, 1, 2, 3...			# set the roundness of widgets
35 * scrollbar_color = six-digit hex value	# set custom scrollbar slider color
36 * scrollbarstyle = 0, 1, 2			# 0 = no handles, 1 = circles, 2 = bars
37 * stripes = TRUE, FALSE			# use stripes in progressbars
38 * focus_inner = TRUE, FALSE			# TRUE = secondary focus ring inside, FALSE = secondary focus ring outside widgets
39 * focus_fill = TRUE, FALSE			# enable or disable focus overlay fill
40