You are not logged in.
Pages: 1
Hi everybody!, i'm new here, and my english is very bad, but i will try;
In "Xfce-dusk" theme, some text appears white in a text background white, but if you change this color to a darker color, the others app show a text dark in a background dark. The only solution was i found change the conflictive white color to a gray contrast. In this way, can contrast white background with gray text, and vice versa.
a example of this problem, in facebook page, or google search, when i want write some in the textbox on firefox, the words don't shows. This happens in this theme.
to make them visible, we have to do is to change;
GtkEntry::cursor_color = "#fcfcfc"
GtkEntry::secondary_cursor_color = "#fcfcfc"
GtkTextView::cursor_color = "#fcfcfc"
GtkTextView::secondary_cursor_color = "#fcfcfc"
to
GtkEntry::cursor_color = "#777777"
GtkEntry::secondary_cursor_color = "#777777"
GtkTextView::cursor_color = "#777777"
GtkTextView::secondary_cursor_color = "#777777"
(#777777 or your favourite color)
and text[ACTIVE] & text[NORMAL] change to the same color.
It is not the big problem, but to solve this, googling did not work this time
Here are the gtk of this "theme", is gtk-2.0:
http://pastebin.com/EeniHgMG
if you can improve please type it here, Thanks
Offline
En el tema "Xfce-Dusk", parte del texto aparece en un fondo blanco, pero si cambia el color a un color más oscuro, otras aplicaciones que tienen color de fondo oscuro tendran el mismo problema. La única solución que encontré fue cambiar el confictivo blanco a un contraste gris. De esta manera, se puede contrastar el fondo blanco con texto gris, y viceversa.
un ejemplo de este problema, en la página de Facebook, o de búsqueda de google, cuando quiero escribir algo en el cuadro de texto en Firefox, las palabras no se muestran. Esto sucede en este tema.
para hacerlos visibles, tendriamos que cambiar;
GtkEntry :: cursor_color = "# fcfcfc"
GtkEntry :: secondary_cursor_color = "# fcfcfc"
GtkTextView :: cursor_color = "# fcfcfc"
GtkTextView :: secondary_cursor_color = "# fcfcfc"
a
GtkEntry :: cursor_color = "# 777777"
GtkEntry :: secondary_cursor_color = "# 777777"
GtkTextView :: cursor_color = "# 777777"
GtkTextView :: secondary_cursor_color = "# 777777"
( #777777 o su color favorito)
y text[ACTIVE] & text[NORMAL] con el mismo color.
No es el gran problema, pero para solucionar esto, buscando en Google no funcionó esta vez
Aquí están las gtk de este "tema", es gtk-2.0:
http://pastebin.com/EeniHgMG
si se puede mejorar por favor escríbalo aquí, gracias
Last edited by manhattan (2012-05-05 07:37:41)
Offline
Try installing the “stylish” extension with http://userstyles.org/styles/23516/midn … dark-style or http://userstyles.org/styles/681/light- … background .
Offline
Pages: 1
[ Generated in 0.013 seconds, 8 queries executed - Memory usage: 527.7 KiB (Peak: 528.98 KiB) ]