Xfce Forum

Sub domains
 

You are not logged in.

#1 2012-05-05 07:30:58

manhattan
Member
From: BA, Argentina
Registered: 2012-05-05
Posts: 4

Xfce-dusk problem white text

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

#2 2012-05-05 07:32:41

manhattan
Member
From: BA, Argentina
Registered: 2012-05-05
Posts: 4

Re: Xfce-dusk problem white text

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

#3 2012-05-06 13:44:55

stqn
Member
Registered: 2010-10-11
Posts: 174

Re: Xfce-dusk problem white text

Offline

Board footer

Powered by FluxBB