The Birdfont Source Code
Theme adjustments
These changes was commited to the Birdfont repository Tue, 17 Mar 2015 13:55:45 +0000.
Contributing
Send patches or pull requests to johan.mattsson.m@gmail.com.
Clone this repository: git clone https://github.com/johanmattssonm/birdfont.git
Theme adjustments
--- a/icons/info_icon.png
+++ /dev/null
@@ -1,3 +1,1 @@
- PNG
-
-
IHDR Vu\ sBIT|d pHYs
B(x tEXtSoftware www.inkscape.org< IDAT(1a9%JNv7iTj[n8 ; U7M&&RbgP a%&b6TJIX8a|]?h,O0ίc7qyGFΚ;w9kB:+&S\I_^\5W,B~ IENDB`
+
--- a/icons/menu.png
+++ /dev/null
@@ -1,5 +1,1 @@
- PNG
-
-
IHDR : Ck sBIT|d pHYs 16 16B tEXtSoftware www.inkscape.org< IDATX
0D&\8
- ntB}(J*6+U0_e}V*ӄv 1:TC8T4|Q="A=ol
EN{lqq.TǽxU3M
- V IENDB`
+
--- a/icons/next.png
+++ /dev/null
@@ -1,3 +1,1 @@
- PNG
-
-
IHDR ! T sBIT|d pHYs 1 1 tEXtSoftware www.inkscape.org< yIDATH;KAFIPm (B+tLa>-),B@BDE!>&,,;3~RT,WUB.>0p2@Ei 1Ε# BA Ғmrj *-.m3ǁ3#Ev3Ҳj#JN'@ Jf#(jRZC|v@.(-_F>@75G!g
:JctL9k4U|=ă
8k> ,8kʭLvCQQ( 0y@~UgΚ$FG`Y]Ci!t ;kB ~eR IENDB`
+
--- a/icons/prev.png
+++ /dev/null
@@ -1,6 +1,1 @@
- PNG
-
-
IHDR ! T sBIT|d pHYs 1 1 tEXtSoftware www.inkscape.org< IDATH;@/Ɋn'ֶQlF,A\F,FDE javV6b+r-uonS9|&&1+Ĵ#-x,ls@1
- 1m3jJyo(Ĵ8<U(T(Ĕm
- 1eqbFKTD!83
- 1i-t; .bGdD!?QDB![VG1Ɲo?NK#(*=tF@yzg)
{kuUn|h9(Vpz@E]1},VZ[loi9b=v]K[/؇3Z_
qTwo 6 vv*?bDSr\%n2;_V IENDB`
+
--- a/libbirdfont/TabBar.vala
+++ b/libbirdfont/TabBar.vala
@@ -39,11 +39,6 @@
Tab? previous_tab = null;
Tab? current_tab = null;
-
- ImageSurface? progress = null;
-
- ImageSurface? next_tab;
- ImageSurface? to_previous_tab;
double scale = 1; // scale images in 320 dpi
@@ -61,11 +56,6 @@
public TabBar () {
tabs = new Gee.ArrayList<Tab> ();
-
- next_tab = Icons.get_icon ("next_tab.png");
- to_previous_tab = Icons.get_icon ("previous_tab.png");
-
- progress = Icons.get_icon ("progress_wheel.png");
menu_icon = new Text ("menu_icon");
menu_icon.load_font (Theme.get_icon_file ());
@@ -630,11 +620,7 @@
this.width = width;
this.height = height;
this.scale = height / 117.0;
-
- return_if_fail (to_previous_tab != null);
- return_if_fail (next_tab != null);
- return_if_fail (progress != null);
-
+
cr.save ();
cr.set_line_width (0);
Theme.color (cr, "Background 4");
--- a/resources/high_contrast.theme
+++ b/resources/high_contrast.theme
@@ -13,6 +13,7 @@
<color name="Selected Overview Item 2" red="0" green="0" blue="0" alpha="1"/>
<color name="Background 4" red="1" green="1" blue="1" alpha="1"/>
<color name="Background 5" red="1" green="1" blue="1" alpha="1"/>
+ <color name="Glyph Count Background" red="1" green="1" blue="1" alpha="1"/>
<color name="Background 6" red="1" green="1" blue="1" alpha="1"/>
<color name="Background 7" red="1" green="1" blue="1" alpha="1"/>
<color name="Background 8" red="1" green="1" blue="1" alpha="1"/>