summaryrefslogtreecommitdiff
path: root/Kogaion-nighttime/gtk-2.0/app-styles
diff options
context:
space:
mode:
Diffstat (limited to 'Kogaion-nighttime/gtk-2.0/app-styles')
-rwxr-xr-xKogaion-nighttime/gtk-2.0/app-styles/file-manager.rc36
-rw-r--r--Kogaion-nighttime/gtk-2.0/app-styles/panel.rc208
-rwxr-xr-xKogaion-nighttime/gtk-2.0/app-styles/terminal.rc41
3 files changed, 0 insertions, 285 deletions
diff --git a/Kogaion-nighttime/gtk-2.0/app-styles/file-manager.rc b/Kogaion-nighttime/gtk-2.0/app-styles/file-manager.rc
deleted file mode 100755
index 92afeca..0000000
--- a/Kogaion-nighttime/gtk-2.0/app-styles/file-manager.rc
+++ /dev/null
@@ -1,36 +0,0 @@
-style "sidepane"
-{
- base[NORMAL] = mix (0.5, @window_active_color, @bg_color) # backgroung
- bg[NORMAL] = shade (0.91, @base_color)
-# bg[PRELIGHT] = @base_color
-
- engine "murrine"
- {
- contrast = 0.80
- }
-}
-
-# Thunar
-
-style "thunar-path-entry-increased-style"
-{
- ThunarPathEntry::icon-size = 16
-}
-class "ThunarPathEntry" style "thunar-path-entry-increased-style"
-
-style "thunar-location-buttons"
-{
- ThunarLocationButtons::spacing = 0
-}
-class "ThunarLocationButtons" style "thunar-location-buttons"
-
-widget_class "*ThunarShortcutsView*" style "sidepane"
-widget_class "*ThunarTreeView*" style "sidepane"
-widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane"
-
-# Caja
-
-widget_class "*CajaSidePane*" style "sidepane"
-# widget_class "*CajaPathBar.*ToggleButton*" style:highest "test"
-# widget "*CajaNavigationWindow*GtkHPaned*" style "test"
-# widget_class "*CajaNotebook" style "test"
diff --git a/Kogaion-nighttime/gtk-2.0/app-styles/panel.rc b/Kogaion-nighttime/gtk-2.0/app-styles/panel.rc
deleted file mode 100644
index 7ce4e4a..0000000
--- a/Kogaion-nighttime/gtk-2.0/app-styles/panel.rc
+++ /dev/null
@@ -1,208 +0,0 @@
-style "pixmap-panel"
-{
- xthickness = 2 # The spacing (padding) inside and between applets. Add a lower value for a more compact look.
- ythickness = 2
-
- fg[NORMAL] = lighter (@fg_color)
- fg[PRELIGHT] = shade (1.75, @selected_bg_color)
- fg[ACTIVE] = lighter (@fg_color)
-
-# bg_pixmap[NORMAL] = "/Panel/panel-bg-new.svg" # Disable for normal panel backgrounds.
- bg[NORMAL] = shade (1.0, @window_active_color)
-# bg[ACTIVE] = @selected_bg_color
-# bg[PRELIGHT] = shade(1.75, @selected_bg_color)
-# bg[SELECTED] = @selected_bg_color
-
- engine "pixmap" {
- image {
- function = BOX
- recolorable = TRUE
- state = NORMAL
- file = "Panel/panel-button-inactive.png"
- border = { 4, 4, 1, 1 }
- stretch = TRUE
- }
- image {
- function = BOX
- recolorable = TRUE
- state = PRELIGHT
- file = "Panel/panel-button-hover.png"
- border = { 4, 4, 1, 1 }
- stretch = TRUE
- }
- image {
- function = BOX
- recolorable = TRUE
- state = ACTIVE
- file = "Panel/panel-button-active.png"
- border = { 4, 4, 1, 1 }
- stretch = TRUE
- }
- image {
- function = BOX
- recolorable = TRUE
- state = SELECTED
- file = "Panel/panel-button-active.png"
- border = { 4, 4, 1, 1 }
- stretch = TRUE
- }
-# image {
-# function = BOX
-# recolorable = TRUE
-# state = INSENSITIVE
-# }
- }
-}
-
-style "other-panel" # this style is somehow doubled, discard when no longer needed
-{
- xthickness = 0
- ythickness = 0
-
- fg[NORMAL] = lighter (@fg_color)
- fg[PRELIGHT] = shade (1.75, @selected_bg_color)
- fg[ACTIVE] = lighter (@fg_color)
- fg[SELECTED] = @selected_bg_color
-
- bg[NORMAL] = shade (1.0, @window_active_color)
-# bg[ACTIVE] = @selected_bg_color
-# bg[PRELIGHT] = shade(1.75, @selected_bg_color)
-# bg[SELECTED] = @selected_bg_color
-
- engine "pixmap" {
- image {
- function = BOX
- recolorable = TRUE
- state = NORMAL
- file = "Panel/panel-button-inactive.png"
- border = { 4, 4, 1, 1 }
- stretch = TRUE
- }
- image {
- function = BOX
- recolorable = TRUE
- state = PRELIGHT
- file = "Panel/panel-button-hover.png"
- border = { 4, 4, 1, 1 }
- stretch = TRUE
- }
- image {
- function = BOX
- recolorable = TRUE
- state = ACTIVE
- file = "Panel/panel-button-active.png"
- border = { 4, 4, 1, 1 }
- stretch = TRUE
- }
- image {
- function = BOX
- recolorable = TRUE
- state = SELECTED
- file = "Panel/panel-button-active.png"
- border = { 4, 4, 1, 1 }
- stretch = TRUE
- }
- image {
- function = HANDLE
- recolorable = TRUE
- overlay_file = "Others/null.png"
- #overlay_file = "Handles/handle-v.png"
- overlay_stretch = FALSE
- orientation = VERTICAL
- }
- image {
- function = HANDLE
- overlay_file = "Others/null.png"
- #overlay_file = "Handles/handle-h.png"
- overlay_stretch = FALSE
- orientation = HORIZONTAL
- }
- }
-}
-
-style "theme-panel-light"
-{
- xthickness = 1
- ythickness = 0
-
- fg[NORMAL] = @fg_color
-
- engine "murrine" {
- textstyle = 0
- roundness = 0
- }
-}
-
-style "theme-panel-text"
-{
- fg[NORMAL] = @fg_color
- fg[PRELIGHT] = "#ffffff"
- fg[ACTIVE] = "#f5f5f5"
-
- text[NORMAL] = "#f5f5f5"
- text[PRELIGHT] = "#ffffff"
- text[ACTIVE] = "#f5f5f5"
-
-# bg[NORMAL] = @test2
-
- engine "murrine" { }
-}
-
-style "theme-main-menu-text" = "theme-panel-text"
-{
- fg[PRELIGHT] = "#ffffff"
- text[PRELIGHT] = "#ffffff"
-}
-
-style "theme-panel-handle"
-{
- engine "pixmap" {
- image {
- function = HANDLE
- }
- image {
- function = HANDLE
- }
- }
-}
-
-# XFCE panel theming.
-widget "*Xfce*Panel*" style "pixmap-panel"
-class "*Xfce*Panel*" style "pixmap-panel"
-
-# Other (MATE) panel
-
-widget "*PanelWidget*" style "other-panel"
-# widget "*PanelApplet*" style "other-panel"
-widget "*fast-user-switch*" style "other-panel"
-widget "*CPUFreq*Applet*" style "other-panel"
-widget "*indicator-applet*" style "other-panel"
-class "PanelApp*" style "other-panel"
-class "PanelToplevel*" style "other-panel"
-widget_class "*PanelToplevel*" style "other-panel"
-
-# widget_class "*notif*" style "other-panel"
-# widget_class "*Notif*" style "other-panel"
-# widget_class "*Tray*" style "other-panel"
-# widget_class "*tray*" style "other-panel"
-# widget_class "*computertemp*" style "other-panel"
-# widget_class "*Applet*Tomboy*" style "other-panel"
-# widget_class "*Applet*Netstatus*" style "other-panel"
-
-# Fixes for tooltip text in some apps.
-# widget_class "*Notif*Beagle*" style "theme-panel-light"
-# widget_class "*Notif*Brasero*" style "theme-panel-light"
-
-# lxpanel and fbpanel
-# widget "*.tclock.*" style "other-panel"
-# widget "*.taskbar.*" style "other-panel"
-# widget_class "*GtkBgbox*" style "other-panel"
-
-# 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 "other-panel"
-widget "*PanelApplet*" style "other-panel"
-
-# Hide ugly handle
-# class "PanelAppletFrame" style:highest "theme-panel-handle"
diff --git a/Kogaion-nighttime/gtk-2.0/app-styles/terminal.rc b/Kogaion-nighttime/gtk-2.0/app-styles/terminal.rc
deleted file mode 100755
index 4b24b7c..0000000
--- a/Kogaion-nighttime/gtk-2.0/app-styles/terminal.rc
+++ /dev/null
@@ -1,41 +0,0 @@
-style "terminal"
-{
-
- bg[NORMAL] = @bg_color
- bg[ACTIVE] = @bg_color
- bg[PRELIGHT] = @bg_color
- bg[SELECTED] = @bg_color
- base[NORMAL] = @bg_color
-}
-
-style "terminal-notebook"
-{
- bg[NORMAL] = darker(@window_active_color) # bg selected tab
- bg[ACTIVE] = @window_active_color
- fg[NORMAL] = @fg_color # text selected tab
- fg[ACTIVE] = @bg_color
-
- engine "murrine"
- {
- contrast = 0.0
- }
-}
-
-style "notebook-button" {
- xthickness = 0
- ythickness = 0
- bg[ACTIVE] = shade (0.68, @window_active_color)
- bg[PRELIGHT] = shade (0.75, @window_active_color)
- engine "murrine"
- {
- gradient_shades = {1.00,1.00,1.00,1.00}
- contrast = 0.6
- roundness = 0
- }
-}
-
-class "*TerminalWindow" style "terminal"
-widget_class "TerminalWindow*GtkNotebook" style "terminal-notebook"
-widget_class "TerminalWindow*<GtkNotebook>*<GtkLabel>" style "terminal-notebook"
-widget_class "TerminalWindow*<GtkNotebook>*<GtkButton>" style "notebook-button"
-