Designed with fast and easy customization in mind.
This is a work in progress.
Use it at your convenience, and please flood me with bug reports

See below for customization and installation instructions.
Includes :
stable :
✓ gnome-shell 3.12+
✓ metacity 3 (credit to xyl0n)
✓ gtk 2 & 3 (credit to xyl0n)
✓ shell (needs manual config, see oh-my-zsh/build.yml)
soon :
sublime-text 3
in my dreams :
firefox
markdown
in my wildest dreams :
empathy
and so much more ...
Ratings & Comments
14 Comments
ebrd, Still blurry font in popups, even when i changed icon theme. If cairo engine and murrine are the same, so yes installed. I've changed my gnome shell theme to moka and others that support gnome 3.12+ and haven't noticed any problems. Blurry popups only occured, when i chose "acid theme" that doesn't support gnome 3.12 only 3.8.
Hi, what font do I need on my system for this? My fonts look very odd. Thanks
Hi :) You should install Roboto. Don't forget to back your current gnome-theme up, as the installation process will overwrite it.
Even when i install roboto font, font and icons in this theme so blurry, how can i fix this?
http://imgbox.com/sPOOHNsU screen attached
Hi, thanks for trying this theme :) My first guess is that you miss a vector renderer, so fonts and icons seems blurry. I can't really see in your picture, is the panel bar also blurry, or only the pop-up system menu ? And what is your linux distribution ?
The panel bar seems to be normal but a bit pixelate/sharper (but i suppose it's must be like that). Every pop-up window has blurry fonts and icons. I have found another bug (notification panel), that maybe can help you understand what's going on. http://imgbox.com/PV7VQVYE When another icon appears in notification panel it just almost overlay previous one. Maybe a bug with wrong screen size? I'm using Fedora 20 x86_64 and gnome 3.12 P.S. I like how flat and minimalist theme is.
When i said: "pixelate/sharper", i meant font.
Can you make sure the cairo engine is installed on your machine ? I think it is the one used by gnome to render svg. If this doesn't resolve the blurry effect, try to change your icon theme, to see if another theme make a change. Also about that other bug. I am aware of it, and will fix it as soon as I can. Icons on the notification message tray are very heterogeneous from one application to another, so if I make some notifications look good, it make the other look broken. If you use empathy, you should see nice icons for conversations, as I used these notification to test the theme.
hi...i love this theme but i can't build it! this is the output of terminal uid=0(root) gid=0(root) gruppi=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel),19(log) module.js:340 throw err; ^ Error: Cannot find module 'js-yaml' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require (module.js:380:17) at Object.<anonymous> (/home/angelo/Desktop/Ink-master/build.js:2:12) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Function.Module.runMain (module.js:497:10)
Oh, well :/ I forgot js-yaml in the package.json. If you pull, or clone now, it should (might ?) work. Don't forget to npm install before building, and run sudo id && node build.js. Let me know if it works, and glad you like it :)
nothing... Error: Cannot find module 'js-yaml'
sorry wrong paste.. uid=0(root) gid=0(root) gruppi=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel),19(log) node.js:811 var cwd = process.cwd(); ^ Error: ENOENT, no such file or directory at Function.startup.resolveArgv0 (node.js:811:23) at startup (node.js:58:13) at node.js:902:3
Sorry for the late answer, I can't find the problem. It's seems the error is not inside my code, so it must be a missing dependency. To isolate the error, could you try to comment all themes except gnome-shell in Ink.yml, and to try to execute each task separatly by commenting the others in gnome-shelle/build.yml and building with sudo id && node build.js ? You might need to be in the root directory of the theme. Thanks a lot, that would help me a lot :)