diff --git a/Nashville Gruvbox/index.theme b/Nashville Gruvbox/index.theme index 9c34389..fbc6dc0 100644 --- a/Nashville Gruvbox/index.theme +++ b/Nashville Gruvbox/index.theme @@ -1,13 +1,13 @@ [Desktop Entry] Encoding=UTF-8 -Name=Nashville96 Gruvbox +Name=Nashville Gruvbox Type=X-GNOME-Metatheme -Comment=A Windows like theme based on both Chicago 95 (for GTK3) and Redmond97 (for GTK2) adopting the infamous Gruvbox color scheme. +Comment=A Windows-like GTK theme based on both Chicago95 (for GTK3) and Redmond97 (for GTK2) incoporating the infamous Gruvbox color scheme. [X-GNOME-Metatheme] -GtkTheme=Nashville96 Gruvbox -MetacityTheme=Nashville96 Gruvbox) -IconTheme=Nashville96 Gruvbox -CursorTheme=Nashville96 Gruvbox +GtkTheme=Nashville Gruvbox +MetacityTheme=Nashville Gruvbox +IconTheme=Nashville Gruvbox +CursorTheme=Nashville Gruvbox CursorSize=32 diff --git a/Nashville Gruvbox/xfce-notify-4.0/gtk.css b/Nashville Gruvbox/xfce-notify-4.0/gtk.css deleted file mode 100644 index 00f1d42..0000000 --- a/Nashville Gruvbox/xfce-notify-4.0/gtk.css +++ /dev/null @@ -1,16 +0,0 @@ -#XfceNotifyWindow { - background-color: #ffffe1; - color: #000000; - border: 1px solid black; - border-radius: 5px; - box-shadow: 4px 4px @tooltip_bg_shade; -} - -#XfceNotifyWindow:hover { - border: 1px solid white; -} - -#XfceNotifyWindow progressbar trough { - padding: 2px; - -} diff --git a/Nashville Gruvbox/xfce-notify-4.0/gtkrc b/Nashville Gruvbox/xfce-notify-4.0/gtkrc deleted file mode 100644 index 1200a70..0000000 --- a/Nashville Gruvbox/xfce-notify-4.0/gtkrc +++ /dev/null @@ -1,8 +0,0 @@ -style "notify-window" -{ - bg[NORMAL] = "#ffffe1" - XfceNotifyWindow::border-color = "#000000" - XfceNotifyWindow::border-radius = 10.0 - XfceNotifyWindow::border-width = 2.0 -} -class "XfceNotifyWindow" style "notify-window"