Wie konfiguriere ich den GTK3-CSS-Stil der Registerkarte gvim8?
仅有的幸福
仅有的幸福 2017-06-06 09:54:25
0
1
922

gvim 8 basiert auf GTK3. Wie definiere ich den Tabulatorstil in ~/.config/gtk-3.0/gtk.css?

仅有的幸福
仅有的幸福

Antworte allen(1)
小葫芦

用gtk inspector查看元素结构:

GTK_DEBUG=interactive gvim
@define-color VIM_BG_FIX #3C4C55;

window#vim-main-window {
    background-color: @VIM_BG_FIX;
}

window#vim-main-window notebook header {
    background-color: #1E272C;
    border-bottom-width: 0;
}
window#vim-main-window notebook tab {
    border-bottom-width: 0;
}
window#vim-main-window notebook tab label {
    padding-left:5px;
    padding-right:5px;
    padding-top:1px;
    padding-bottom:2px;
    color: #7CBDC6;
}
window#vim-main-window notebook tab:checked label {
    background-color: #7CBDC6;
    color: #1E272C;
}
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage