Problèmes et questions concernant les éditions Gnome, Deepin et Budgie.
Répondre

Couleur texte top barre

#1Messageil y a 6 ans

Bonjour à tous,
Lorsque j'ai souhaité au début de mon installation toucher au Thème sombre, j'ai sous le conseil d'un internaute touché un peu à tout et notamment si ma mémoire est bonne à un fichier .css me semble t-il. Maintenant que depuis quelques mois, ma manjaro tourne bien, j'ai retrouvé pas mal d'automatismes mais je n'arrive plus à trouver le moyen de changer la couleur du TEXTE de la barre supérieure. Vous auriez une idée?
Merci d'avance pour le coup de main :bien

Couleur texte top barre

#2Messageil y a 6 ans

bonjour

Normalement cela se change dans le fichier ~/.local/share/themes/ ... gnome-shell.css de ton home
paragraphe stage

Couleur texte top barre

#3Messageil y a 6 ans

Merci pour le suivi :bien

De mémoire, ce n'était pas un fichier .css lié à un thème en particulier mais je dois avoir oublié :oops:

Voici ce que donne à "Stage" le dit fichier pour le thème... Aucune indication de couleur par mot classique. J'avais remplacé un nom de couleur par un autre (en anglais). Là, je ne trouve que des codes :saispas:

Une piste?

stage {
  font-family: Futura Bk bt, Cantarell, Sans-Serif;
  font-size: 9pt;
  color: #D3DAE3; }

.button {
  min-height: 20px;
  padding: 5px 32px;
  transition-duration: 0;
  border-radius: 2px; }

.button, .notification-banner .notification-button,
.notification-banner:hover .notification-button,
.notification-banner:focus .notification-button, .hotplug-notification-item {
  text-shadow: 0 1px rgba(64, 69, 82, 0);
  color: #D3DAE3;
  background-color: #444a58;
  border: 1px solid #2b2e39;
  box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); }
  .button:focus, .notification-banner .notification-button:focus, .hotplug-notification-item:focus {
    text-shadow: 0 1px rgba(64, 69, 82, 0);
    color: #D3DAE3;
    background-color: #444a58;
    border: 1px solid #1abc9c;
    box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); }
  .button:hover, .notification-banner .notification-button:hover, .hotplug-notification-item:hover {
    text-shadow: 0 1px rgba(64, 69, 82, 0);
    color: #D3DAE3;
    background-color: #505666;
    border: 1px solid #2b2e39;
    box-shadow: inset 0 1px rgba(80, 86, 102, 0.05); }
  .button:hover:focus, .notification-banner .notification-button:hover:focus, .hotplug-notification-item:hover:focus {
    text-shadow: 0 1px rgba(64, 69, 82, 0);
    color: #D3DAE3;
    background-color: #444a58;
    border: 1px solid #1abc9c;
    box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); }
  .button:active, .notification-banner .notification-button:active, .hotplug-notification-item:active, .button:active:focus, .notification-banner .notification-button:active:focus, .hotplug-notification-item:active:focus {
    text-shadow: 0 1px rgba(64, 69, 82, 0);
    color: #ffffff;
    background-color: #1abc9c;
    border: 1px solid #2b2e39;
    box-shadow: inset 0 1px rgba(26, 188, 156, 0.05); }
  .button:insensitive, .notification-banner .notification-button:insensitive, .hotplug-notification-item:insensitive {
    text-shadow: 0 1px rgba(64, 69, 82, 0);
    color: rgba(211, 218, 227, 0.45);
    border: 1px solid rgba(43, 46, 57, 0.55);
    background-color: rgba(68, 74, 88, 0.55);
    box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); }

Couleur texte top barre

#4Messageil y a 6 ans

tu devrais essayer :saispas:
Mais en fait je suppose que c'est plutôt dans le paragraphe #panel

color: #ff0000; rouge (pour test)
color: #ffffff blanc;
Répondre