Que ferramentas e técnicas posso usar para criar temas do GTK?

16

Estou tentando criar um novo tema gtk usando o mecanismo murrine, usando Humanity (padrão no Ubuntu 9.10) como modelo.

Você pode pegar o código em link

No entanto, achei complicado o processo de criar um novo tema com ele. Não há ponto de partida central.

A documentação de ambos, as opções de mecanismo (gtkrc e outras coisas) e as práticas gerais de temas (o formato dos arquivos index.heme, pastas, bla bla) é escassa, como e tutoriais são geralmente antigos ou sujeitos a lotes de debate opinativo e resultados confusos (para mim, ter um fundo de desenvolvedor web, pelo menos: -).

Então ... eu queria perguntar para os companheiros gtk themers e artistas por aí:

Quais ferramentas você usa para criar um novo tema e como é seu fluxo de trabalho médio?

    
por tutuca 04.08.2010 / 00:55

3 respostas

6

Existe o laboratório de widgets de uma de minhas coortes, Isaiah Heyer. Isso pode ser útil para você.

    
por Tommy Brunn 04.08.2010 / 21:11
2

GTK programmers will tell you that writing a GTK theme is easy. If you have a full understanding of how GTK is put together, then that may be so, but if you don’t have a great knowledge of the GTK API and you want to change the visual appearance of your GTK applications. Its not difficult stuff, but can appear to be somewhat random and non-intuitive due to its close correlation with the underlying widget structure.1

1 Fonte: desenvolvedor.gnome .org

Existem muitos sites que têm informações sobre como criar temas do GTK. Seria um incômodo incluir informações de todos eles e tentar citar tudo. Eu vou deixar você com alguns links no final, que irão ajudá-lo em seu processo.

GTK themes in Gnome 3 have a new syntax that is different from GTK2. The new CSS syntax in GTK3 makes it easier to create themes. Though it is easy to understand the CSS syntax than the old gtkrc syntax, it is not enough to know just CSS.

You probably won't want to get a theme up and running from scratch. You probably should start by modifying an existing theme. The theme that you choose, will affect the quality, ease of customization and maintainability of your theme.

Choose a GTK3 engine

The theme engine is what draws the theme. Different theme engines may support different features and syntax.

The Adwaita engine is from the official Gnome project. If you want to make a simple theme, choose this. Read on..2

2 Fonte: forums.fedoraforum .org

O projeto GTK +

Guia de criação de temas do Gtk

    
por Mitch 24.06.2012 / 20:05
2

O laboratório de widgets ou a fábrica de widgets é apenas para visualizar seu tema, para editar graficamente seu tema, tente usar o seletor de cores do gnome . São aplicativos divertidos para experimentar.

    
por squallbayu 14.10.2010 / 20:42