/** * Feuille de style pour l'interface de Skizzle */ * { FontName: overpass; FontSize: 14; Color: #141414ff; } Window { BackgroundColor: #FFFFFFff; BorderWidth: 0; } ScrolledWindow { BorderWidth: 0; ScrollbarWidth: 0; } Scrollbar { BorderWidth: 0; SliderColor: #B4B4B4ff; TroughColor: #E6E6E6ff; StepperArrowColor: #141414ff; StepperBackgroundColor: #B4B4B4ff; } Button, ComboBox, Entry { Color: #000000ff; BackgroundColor: #E6E6E6ff; BorderWidth: 0; Spacing: 10; } Entry { BackgroundColor: #D2D2D2ff; } ComboBox { ArrowColor: #141414ff; HighlightedColor: #B4B4B4ff; } ObjectButton { BorderColor: #B4B4B4ff; BackgroundColor: #D2D2D2ff; } Button:PRELIGHT, ComboBox:PRELIGHT, ComboBox:ACTIVE { Color: #000000ff; BackgroundColor: #D2D2D2ff; } Button:ACTIVE, Entry:ACTIVE { Color: #000000ff; BackgroundColor: #B4B4B4ff; } Separator { Color: #D2D2D2ff; }