clean 🫠
|
@ -1,50 +0,0 @@
|
|||
# ==============================================================================
|
||||
# CHROME/-UIM SPECIFIC SETTINGS
|
||||
# ==============================================================================
|
||||
|
||||
# Chromium lets us define some colours and settings for better integration
|
||||
|
||||
style "chrome-gtk-frame"
|
||||
{
|
||||
ChromeGtkFrame::frame-color = @wm_color
|
||||
ChromeGtkFrame::inactive-frame-color = @unfocused_wm_color
|
||||
|
||||
ChromeGtkFrame::frame-gradient-size = 16
|
||||
ChromeGtkFrame::frame-gradient-color = shade(1.07, @wm_color)
|
||||
|
||||
ChromeGtkFrame::incognito-frame-color = shade(0.85, @wm_color)
|
||||
ChromeGtkFrame::incognito-inactive-frame-color = @wm_color
|
||||
|
||||
ChromeGtkFrame::incognito-frame-gradient-color = @wm_color
|
||||
|
||||
ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @wm_color)
|
||||
ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @wm_color)
|
||||
ChromeGtkFrame::scrollbar-slider-normal-color = @wm_color
|
||||
}
|
||||
|
||||
class "ChromeGtkFrame" style "chrome-gtk-frame"
|
||||
|
||||
# Chromium uses base as the fill colour of its own entries
|
||||
# This would be fine but Gtk+ uses it to fill the surrounding space, so its set to bg
|
||||
# That results in Chromium using it for the fill, so we need to handle that
|
||||
|
||||
style "chrome_entry" {
|
||||
base[NORMAL] = @base_color
|
||||
base[INSENSITIVE] = @base_color
|
||||
}
|
||||
|
||||
widget_class "*Chrom*<GtkEntry>" style "chrome_entry"
|
||||
|
||||
# Chrome Menu item background
|
||||
|
||||
style "chrome_menu_item"
|
||||
{
|
||||
bg[SELECTED] = @wm_color
|
||||
}
|
||||
|
||||
widget_class "*<GtkCustomMenu>*<GtkCustomMenuItem>*" style "chrome_menu_item"
|
||||
|
||||
|
||||
# Chrome buttons
|
||||
|
||||
widget_class "*Chrom*Button*" style "button"
|
|
@ -1,83 +0,0 @@
|
|||
# ==============================================================================
|
||||
# GIMP SPECIFIC SETTINGS
|
||||
# ==============================================================================
|
||||
|
||||
# TODO: This could really look nicer
|
||||
style "gimp_spin_scale" {
|
||||
|
||||
# Spin background
|
||||
bg[NORMAL] = @base_color
|
||||
|
||||
engine "pixmap" {
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = NORMAL
|
||||
detail = "spinbutton_up"
|
||||
overlay_file = "assets/spin-up.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = PRELIGHT
|
||||
detail = "spinbutton_up"
|
||||
overlay_file = "assets/spin-up.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = ACTIVE
|
||||
detail = "spinbutton_up"
|
||||
overlay_file = "assets/spin-up.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = INSENSITIVE
|
||||
detail = "spinbutton_up"
|
||||
overlay_file = "assets/spin-up-insensitive.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = NORMAL
|
||||
detail = "spinbutton_down"
|
||||
overlay_file = "assets/spin-down.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = PRELIGHT
|
||||
detail = "spinbutton_down"
|
||||
overlay_file = "assets/spin-down.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = ACTIVE
|
||||
detail = "spinbutton_down"
|
||||
overlay_file = "assets/spin-down.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = BOX
|
||||
state = INSENSITIVE
|
||||
detail = "spinbutton_down"
|
||||
overlay_file = "assets/spin-down-insensitive.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
# Disable spin button assets for GimpSpinScale
|
||||
class "GimpSpinScale" style "gimp_spin_scale"
|
|
@ -1,12 +0,0 @@
|
|||
# ==============================================================================
|
||||
# OPEN/LIBREOFFICE SPECIFIC SETTINGS
|
||||
# ==============================================================================
|
||||
|
||||
style "ooo_stepper_hack"
|
||||
{
|
||||
GtkScrollbar::stepper-size = 13
|
||||
GtkScrollbar::has-backward-stepper = 1
|
||||
GtkScrollbar::has-forward-stepper = 1
|
||||
}
|
||||
|
||||
widget "*openoffice-toplevel*" style "ooo_stepper_hack"
|
|
@ -1,48 +0,0 @@
|
|||
# ==============================================================================
|
||||
# GNOME TERMINAL SPECIFIC SETTINGS
|
||||
# ==============================================================================
|
||||
|
||||
style "terminal_window" = "dark" {
|
||||
}
|
||||
|
||||
style "terminal_menubar"
|
||||
{
|
||||
|
||||
engine "murrine" {
|
||||
}
|
||||
}
|
||||
|
||||
style "terminal_notebook" = "dark"
|
||||
{
|
||||
fg[ACTIVE] = mix (0.8, "#DADBDB", "#DADBDB")
|
||||
|
||||
engine "murrine" {
|
||||
}
|
||||
}
|
||||
|
||||
style "terminal_scrollbar" = "scrollbar"
|
||||
{
|
||||
bg[NORMAL] = "#263238"
|
||||
bg[PRELIGHT] = shade(1.08, "#263238")
|
||||
bg[ACTIVE] = shade(0.94, "#263238")
|
||||
bg[SELECTED] = shade(1.0, @selected_bg_color)
|
||||
bg[INSENSITIVE] = "#263238"
|
||||
|
||||
engine "murrine" {
|
||||
}
|
||||
}
|
||||
|
||||
style "terminal_screen"
|
||||
{
|
||||
text[NORMAL] = "#DADBDB"
|
||||
base[NORMAL] = "#384952"
|
||||
|
||||
TerminalScreen::background-darkness = 0.95
|
||||
}
|
||||
|
||||
widget "*TerminalWindow*" style "terminal_window"
|
||||
#widget "*TerminalWindow.*.*enu?ar" style "terminal_menubar"
|
||||
widget "*TerminalWindow.*.GtkNotebook*" style "terminal_notebook"
|
||||
widget "*TerminalWindow.*.GtkNotebook.*.GtkVScrollbar*" style "terminal_scrollbar"
|
||||
#widget "*TerminalWindow.*.GtkNotebook*utton*" style "terminal_button"
|
||||
widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen"
|
|
@ -1,24 +0,0 @@
|
|||
# ==============================================================================
|
||||
# THUNAR SPECIFIC SETTINGS
|
||||
# ==============================================================================
|
||||
|
||||
style "sidepane" {
|
||||
GtkTreeView::odd_row_color = @sidebar_bg
|
||||
GtkTreeView::even_row_color = @sidebar_bg
|
||||
base[NORMAL] = @bg_color
|
||||
base[INSENSITIVE] = mix(0.4, shade(1.35, @selected_bg_color), shade(0.9, @base_color))
|
||||
bg[NORMAL] = @bg_color
|
||||
text[NORMAL] = mix(0.9, @sidebar_fg, @sidebar_fg)
|
||||
}
|
||||
|
||||
style "thunar-frame" {
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
}
|
||||
|
||||
style "thunar-handle" { GtkPaned::handle-size = 2 }
|
||||
|
||||
widget_class "*ThunarWindow*.<GtkScrolledWindow>" style "thunar-frame"
|
||||
widget_class "*ThunarWindow*.<GtkHPaned>" style "thunar-handle"
|
||||
widget_class "*ThunarShortcutsView*" style "sidepane"
|
||||
widget_class "*ThunarTreeView*" style "sidepane"
|
|
@ -1,91 +0,0 @@
|
|||
style "theme-panel" = "dark" {
|
||||
xthickness = 1
|
||||
ythickness = 1
|
||||
bg[NORMAL] = @panel_bg_color
|
||||
fg[NORMAL] = @panel_fg_color
|
||||
}
|
||||
|
||||
style "xfdesktop-icon-view" {
|
||||
XfdesktopIconView::label-alpha = 0
|
||||
XfdesktopIconView::selected-label-alpha = 80
|
||||
XfdesktopIconView::shadow-x-offset = 0
|
||||
XfdesktopIconView::shadow-y-offset = 0
|
||||
XfdesktopIconView::selected-shadow-x-offset = 0
|
||||
XfdesktopIconView::selected-shadow-y-offset = 0
|
||||
XfdesktopIconView::shadow-color = @tooltip_bg_color
|
||||
XfdesktopIconView::selected-shadow-color = @tooltip_bg_color
|
||||
XfdesktopIconView::cell-spacing = 2
|
||||
XfdesktopIconView::cell-padding = 6
|
||||
XfdesktopIconView::cell-text-width-proportion = 1.9
|
||||
|
||||
fg[NORMAL] = shade (0.9, @selected_fg_color)
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
|
||||
}
|
||||
|
||||
style "theme-panel-text" = "dark" {
|
||||
}
|
||||
|
||||
style "panel-entry" = "dark" {
|
||||
}
|
||||
|
||||
style "theme-main-menu-text" = "theme-panel-text"
|
||||
{
|
||||
fg[PRELIGHT] = "#ffffff"
|
||||
text[PRELIGHT] = "#ffffff"
|
||||
}
|
||||
|
||||
style "workspace-switcher" = "dark"
|
||||
{
|
||||
bg[SELECTED] = shade (0.8, @selected_bg_color)
|
||||
}
|
||||
|
||||
style "window-buttons" = "dark" {
|
||||
|
||||
}
|
||||
|
||||
style "indicator" = "theme-panel"
|
||||
{
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
}
|
||||
|
||||
widget "*PanelWidget*" style "theme-panel"
|
||||
widget "*PanelApplet*" style "theme-panel"
|
||||
widget "*fast-user-switch*" style "theme-panel"
|
||||
widget "*CPUFreq*Applet*" style "theme-panel"
|
||||
class "PanelApp*" style "theme-panel"
|
||||
class "PanelToplevel*" style "theme-panel"
|
||||
widget_class "*PanelToplevel*" style "theme-panel"
|
||||
widget_class "*notif*" style "theme-panel"
|
||||
widget_class "*Notif*" style "theme-panel"
|
||||
widget_class "*Tray*" style "theme-panel"
|
||||
widget_class "*tray*" style "theme-panel"
|
||||
widget_class "*computertemp*" style "theme-panel"
|
||||
widget_class "*Applet*Tomboy*" style "theme-panel"
|
||||
widget_class "*Applet*Netstatus*" style "theme-panel"
|
||||
|
||||
# Fixes for tooltip text in some apps.
|
||||
widget_class "*Notif*Beagle*" style "theme-panel"
|
||||
widget_class "*Notif*Brasero*" style "theme-panel"
|
||||
|
||||
# XFCE panel theming.
|
||||
widget "*Xfce*Panel*" style "theme-panel"
|
||||
class "*Xfce*Panel*" style "theme-panel"
|
||||
widget "*WnckPager*" style "workspace-switcher"
|
||||
widget "*XfdesktopIconView*" style "xfdesktop-icon-view"
|
||||
|
||||
# Fix gtk-entries in the panel
|
||||
class "*SexyIconEntry*" style:highest "entry" # fixes dict-plugin
|
||||
widget "*xfce4-verve-plugin*GtkEntry" style:highest "entry" # fixes verve-plugin
|
||||
|
||||
# Make sure panel text color doesn't change
|
||||
widget_class "*Panel*MenuBar*" style "theme-main-menu-text"
|
||||
widget_class "*Panel*<GtkMenuBar>*" style "theme-main-menu-text"
|
||||
widget "*.clock-applet-button.*" style "theme-panel-text"
|
||||
widget "*PanelApplet*" style "theme-panel-text"
|
||||
|
||||
# Override general panel-style with specific plugin-styles
|
||||
widget "*indicator-applet*" style "indicator"
|
||||
widget "*indicator-button*" style "indicator"
|
||||
#widget "*XfceTasklist*" style "dark_button"
|
Before Width: | Height: | Size: 290 B |
Before Width: | Height: | Size: 349 B |
Before Width: | Height: | Size: 349 B |
Before Width: | Height: | Size: 405 B |
Before Width: | Height: | Size: 408 B |
|
@ -1 +0,0 @@
|
|||
../../assets/checkbox-checked-active-dark.png
|
|
@ -1 +0,0 @@
|
|||
../../assets/checkbox-checked-hover-dark.png
|
|
@ -1 +0,0 @@
|
|||
../../assets/checkbox-checked-insensitive-dark.png
|
|
@ -1 +0,0 @@
|
|||
../../assets/checkbox-checked-dark.png
|
|
@ -1 +0,0 @@
|
|||
../../assets/checkbox-mixed-active-dark.png
|
|
@ -1 +0,0 @@
|
|||
../../assets/checkbox-mixed-hover-dark.png
|
|
@ -1 +0,0 @@
|
|||
../../assets/checkbox-mixed-insensitive-dark.png
|
|
@ -1 +0,0 @@
|
|||
../../assets/checkbox-mixed-dark.png
|
|
@ -1 +0,0 @@
|
|||
../../assets/checkbox-unchecked-active-dark.png
|
|
@ -1 +0,0 @@
|
|||
../../assets/checkbox-unchecked-hover-dark.png
|
|
@ -1 +0,0 @@
|
|||
../../assets/checkbox-unchecked-insensitive-dark.png
|
|
@ -1 +0,0 @@
|
|||
../../assets/checkbox-unchecked-dark.png
|
Before Width: | Height: | Size: 374 B |
Before Width: | Height: | Size: 367 B |
Before Width: | Height: | Size: 373 B |
Before Width: | Height: | Size: 367 B |
Before Width: | Height: | Size: 370 B |
Before Width: | Height: | Size: 373 B |
Before Width: | Height: | Size: 368 B |
Before Width: | Height: | Size: 378 B |
Before Width: | Height: | Size: 369 B |
Before Width: | Height: | Size: 374 B |
Before Width: | Height: | Size: 369 B |
Before Width: | Height: | Size: 376 B |
Before Width: | Height: | Size: 379 B |
Before Width: | Height: | Size: 399 B |
Before Width: | Height: | Size: 371 B |
Before Width: | Height: | Size: 302 B |
Before Width: | Height: | Size: 302 B |
Before Width: | Height: | Size: 359 B |
Before Width: | Height: | Size: 366 B |
Before Width: | Height: | Size: 314 B |
Before Width: | Height: | Size: 307 B |
Before Width: | Height: | Size: 310 B |
Before Width: | Height: | Size: 310 B |
Before Width: | Height: | Size: 296 B |
Before Width: | Height: | Size: 295 B |
Before Width: | Height: | Size: 304 B |
Before Width: | Height: | Size: 289 B |
Before Width: | Height: | Size: 310 B |
Before Width: | Height: | Size: 402 B |
Before Width: | Height: | Size: 509 B |
Before Width: | Height: | Size: 509 B |
Before Width: | Height: | Size: 363 B |
Before Width: | Height: | Size: 380 B |
Before Width: | Height: | Size: 366 B |
Before Width: | Height: | Size: 380 B |
Before Width: | Height: | Size: 375 B |
Before Width: | Height: | Size: 363 B |
Before Width: | Height: | Size: 347 B |
Before Width: | Height: | Size: 328 B |
Before Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 351 B |
Before Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 354 B |
Before Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 348 B |
Before Width: | Height: | Size: 324 B |
Before Width: | Height: | Size: 540 B |
Before Width: | Height: | Size: 540 B |
Before Width: | Height: | Size: 540 B |
Before Width: | Height: | Size: 501 B |
Before Width: | Height: | Size: 569 B |
Before Width: | Height: | Size: 450 B |
Before Width: | Height: | Size: 486 B |
Before Width: | Height: | Size: 450 B |
Before Width: | Height: | Size: 501 B |
Before Width: | Height: | Size: 301 B |
Before Width: | Height: | Size: 346 B |
Before Width: | Height: | Size: 351 B |
Before Width: | Height: | Size: 347 B |
Before Width: | Height: | Size: 353 B |
Before Width: | Height: | Size: 350 B |
Before Width: | Height: | Size: 339 B |
Before Width: | Height: | Size: 371 B |
Before Width: | Height: | Size: 359 B |
Before Width: | Height: | Size: 366 B |
Before Width: | Height: | Size: 347 B |
Before Width: | Height: | Size: 328 B |
Before Width: | Height: | Size: 351 B |
Before Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 343 B |
Before Width: | Height: | Size: 354 B |
Before Width: | Height: | Size: 325 B |
Before Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 348 B |
Before Width: | Height: | Size: 324 B |
Before Width: | Height: | Size: 312 B |