summaryrefslogtreecommitdiff
path: root/Kogaion-daylight/gtk-3.0/apps
diff options
context:
space:
mode:
Diffstat (limited to 'Kogaion-daylight/gtk-3.0/apps')
-rw-r--r--Kogaion-daylight/gtk-3.0/apps/gnome-applications.css384
-rw-r--r--Kogaion-daylight/gtk-3.0/apps/granite-widgets.css670
-rw-r--r--Kogaion-daylight/gtk-3.0/apps/lightdm-gtk-greeter.css196
-rw-r--r--Kogaion-daylight/gtk-3.0/apps/nemo.css50
-rw-r--r--Kogaion-daylight/gtk-3.0/apps/synaptic.css11
-rw-r--r--Kogaion-daylight/gtk-3.0/apps/unity.css75
-rw-r--r--Kogaion-daylight/gtk-3.0/apps/xfce.css38
7 files changed, 0 insertions, 1424 deletions
diff --git a/Kogaion-daylight/gtk-3.0/apps/gnome-applications.css b/Kogaion-daylight/gtk-3.0/apps/gnome-applications.css
deleted file mode 100644
index 13978e0..0000000
--- a/Kogaion-daylight/gtk-3.0/apps/gnome-applications.css
+++ /dev/null
@@ -1,384 +0,0 @@
-/***********************
- * fallback mode panel *
- ***********************/
-PanelWidget,
-PanelApplet,
-PanelToplevel {
- padding: 0;
- background-color: @panel_bg_color;
- background-image: none;
- color: @panel_fg_color;
-}
-
-PanelApplet {
- border-width: 0;
-}
-
-PanelSeparator {
- border-width: 0;
- background-color: @panel_bg_color;
- background-image: none;
- color: @panel_fg_color;
-}
-
-.gnome-panel-menu-bar,
-PanelApplet > GtkMenuBar.menubar,
-PanelApplet > GtkMenuBar.menubar.menuitem,
-PanelMenuBar.menubar,
-PanelMenuBar.menubar.menuitem {
- -PanelMenuBar-icon-visible: true;
-
- border-width: 0;
- background-color: @panel_bg_color;
- background-image: none;
-}
-
-PanelAppletFrame {
- border-width: 0;
- background-color: @panel_bg_color;
- background-image: none;
-}
-
-PanelApplet .button {
- -GtkButton-inner-border: 2;
-
- border-width: 0 1px;
- border-radius: 0;
- border-color: transparent;
- background-color: @panel_bg_color;
- background-image: none;
- color: @panel_fg_color;
-}
-
-PanelApplet .button:active {
- border-width: 0 1px;
- border-radius: 0;
- border-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
- background-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
- background-image: none;
- color: shade(@panel_fg_color, 1.08);
-}
-
-PanelApplet .button:prelight {
- border-color: mix(@panel_bg_color, @panel_fg_color, 0.11);
- background-color: mix(@panel_bg_color, @panel_fg_color, 0.11);
- background-image: none;
- color: shade(@panel_fg_color, 1.08);
-}
-
-PanelApplet .button:active:prelight {
- border-color: mix(@panel_bg_color, @panel_fg_color, 0.31);
- background-color: mix(@panel_bg_color, @panel_fg_color, 0.31);
- background-image: none;
- color: shade(@panel_fg_color, 1.08);
-}
-
-WnckPager, WnckTasklist {
- background-color: @panel_bg_color;
-}
-
-/************
- * nautilus *
- ************/
-.nautilus-canvas-item {
- border-radius: 2px;
-}
-
-.nautilus-desktop.nautilus-canvas-item {
- color: white;
- text-shadow: 1px 1px black;
-}
-
-.nautilus-desktop.nautilus-canvas-item:active {
- color: @theme_fg_color;
-}
-
-.nautilus-desktop.nautilus-canvas-item:selected {
- color: @theme_selected_fg_color;
-}
-
-.nautilus-desktop.nautilus-canvas-item:active,
-.nautilus-desktop.nautilus-canvas-item:prelight,
-.nautilus-desktop.nautilus-canvas-item:selected {
- text-shadow: none;
-}
-
-NautilusWindow .toolbar {
- border-width: 0 0 1px;
- border-style: solid;
- border-color: shade(@toolbar_bg_color, 0.8);
-}
-
-NautilusWindow .sidebar .frame {
- border-style: none;
-}
-
-NautilusWindow > GtkGrid > .pane-separator,
-NautilusWindow > GtkGrid > .pane-separator:hover {
- border-width: 0 1px 0 0;
- border-style: solid;
- border-color: shade(@theme_bg_color, 0.8);
- background-color: @theme_bg_color;
-}
-
-NautilusNotebook.notebook {
- border-right-width: 0;
- border-left-width: 0;
- border-bottom-width: 0;
-}
-
-NautilusNotebook .frame {
- border-width: 0;
-}
-
-NautilusQueryEditor .search-bar.toolbar {
- border-top-width: 0;
- border-bottom-width: 0;
-}
-
-NautilusQueryEditor .toolbar {
- padding-top: 3px;
- padding-bottom: 2px;
- border-width: 1px 0 0 0;
- border-style: solid;
- border-color: @toolbar_bg_color;
- background-color: shade(@toolbar_bg_color, 0.9);
-}
-
-NautilusQueryEditor .toolbar:nth-child(2) {
- border-color: shade(@toolbar_bg_color, 0.8);
-}
-
-NautilusQueryEditor .toolbar:last-child,
-NautilusQueryEditor .search-bar.toolbar:only-child {
- border-bottom-width: 1px;
- border-bottom-color: shade(@toolbar_bg_color, 0.8);
-}
-
-/******************
- * gnome terminal *
- ******************/
-VteTerminal {
- background-color: @osd_base;
- color: @osd_fg;
-}
-
-TerminalWindow GtkNotebook.notebook {
- border-right-width: 0;
- border-bottom-width: 0;
- border-left-width: 0;
-}
-
-TerminalWindow .scrollbars-junction,
-TerminalWindow .scrollbar.trough {
- background-color: @osd_base;
-}
-
-TerminalWindow .scrollbar.button,
-TerminalWindow .scrollbar.button:active,
-TerminalWindow .scrollbar.button:active:hover {
- color: shade(@osd_base, 0.6);
-}
-
-TerminalWindow .scrollbar.slider {
- border-color: mix(shade(@osd_base, 0.87), @osd_fg, 0.21);
- background-color: mix(@osd_base, @osd_fg, 0.21);
-}
-
-TerminalWindow .scrollbar.slider:hover,
-TerminalWindow .scrollbar.slider.vertical:hover {
- border-color: mix(shade(@osd_base, 0.87), @osd_fg, 0.31);
- background-color: mix(@osd_base, @osd_fg, 0.31);
-}
-
-TerminalWindow .scrollbar.slider:active,
-TerminalWindow .scrollbar.slider.vertical:active {
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: @theme_selected_bg_color;
-}
-
-/*********
- * gedit *
- *********/
-GeditWindow .pane-separator,
-GeditWindow .pane-separator:hover {
- border-width: 0 1px 1px 1px;
- border-style: solid;
- border-color: shade(@theme_bg_color, 0.8);
- background-color: @theme_bg_color;
- color: shade(@theme_bg_color, 0.8);
-}
-
-.gedit-document-panel {
- background-color: @theme_bg_color;
- color: mix(@theme_fg_color, @theme_bg_color, 0.1);
-}
-
-.gedit-document-panel-group-row,
-.gedit-document-panel-group-row:hover {
- border-top: 1px solid shade(@theme_bg_color, 0.9);
- background-color: @theme_bg_color;
-}
-
-.gedit-document-panel-document-row:hover {
- background-color: shade(@theme_bg_color, 1.05);
-}
-
-.gedit-document-panel-document-row:selected,
-.gedit-document-panel-document-row:selected:hover {
- background-color: @theme_selected_bg_color;
- color: @theme_selected_fg_color;
-}
-
-.gedit-document-panel .list-row .button {
- padding: 1px;
- border-image: none;
- border-radius: 2px;
- border-style: solid;
- border-color: transparent;
- border-width: 1px;
- background-color: transparent;
- background-image: none;
- color: transparent;
- icon-shadow: none;
-}
-
-.gedit-document-panel .prelight-row .button {
- border-color: alpha(black, 0.1);
- color: mix(@theme_text_color, @theme_base_color, 0.5);
-}
-
-.gedit-document-panel .list-row .button:hover,
-.gedit-document-panel .prelight-row .button:hover {
- color: @theme_text_color;
- border-color: alpha(black, 0.1);
-}
-
-.gedit-document-panel .prelight-row .button:active {
- color: @theme_text_color;
- background-color: alpha(black, 0.08);
- border-color: alpha(black, 0.2);
-}
-
-GeditStatusbar {
- border-top: 1px solid shade(@theme_bg_color, 0.8);
-}
-
-GeditStatusbar GeditSmallButton,
-GeditStatusMenuButton {
- text-shadow: none;
-}
-
-GeditStatusbar GeditSmallButton.button,
-GeditStatusbar GeditSmallButton.button:hover,
-GeditStatusbar GeditSmallButton.button:active,
-GeditStatusbar GeditSmallButton.button:active:hover,
-GeditStatusMenuButton.button,
-GeditStatusMenuButton.button:hover,
-GeditStatusMenuButton.button:active,
-GeditStatusMenuButton.button:active:hover {
- border-image: none;
- border-style: solid;
- border-width: 0 1px;
- border-radius: 0;
- padding: 1px 6px 2px 4px;
-}
-
-GeditStatusbar GeditSmallButton.button:hover,
-GeditStatusbar GeditSmallButton.button:active,
-GeditStatusbar GeditSmallButton.button:active:hover,
-GeditStatusMenuButton.button:hover,
-GeditStatusMenuButton.button:active,
-GeditStatusMenuButton.button:active:hover {
- border-color: shade(@theme_bg_color, 0.8);
-}
-
-GeditStatusbar GeditSmallButton.button:active,
-GeditStatusMenuButton.button:active {
- background-color: shade(@theme_bg_color, 0.95);
- color: @theme_fg_color;
-}
-
-GeditViewFrame .gedit-search-slider {
- padding: 4px;
- border-radius: 0 0 2px 2px;
- border-width: 0 1px 1px 1px;
- border-style: solid;
- border-color: shade(@theme_base_color, 0.8);
- background-color: @theme_base_color;
-}
-
-GeditViewFrame .gedit-search-slider .not-found {
- background-color: @error_bg_color;
- background-image: none;
- color: @error_fg_color;
-}
-
-GeditViewFrame .gedit-search-slider .not-found:selected {
- background-color: @theme_selected_bg_color;
- color: @theme_selected_fg_color;
-}
-
-GeditFileBrowserWidget .toolbar {
- padding: 2px;
- border-top: none;
- background-color: @theme_bg_color;
- background-image: none;
-}
-
-.gedit-search-entry-occurrences-tag {
- margin: 2px;
- padding: 2px;
- color: mix(@theme_text_color, @theme_base_color, 0.5);
-}
-
-/***************
- * font-viewer *
- ***************/
-SushiFontWidget {
- padding: 6px 12px;
-}
-
-/*************
- * gucharmap *
- *************/
-GucharmapChartable {
- background-color: @theme_base_color;
- color: @theme_text_color;
-}
-
-GucharmapChartable:active,
-GucharmapChartable:focus,
-GucharmapChartable:selected {
- background-color: @theme_selected_bg_color;
- color: @theme_selected_fg_color;
-}
-
-/*************
- * evolution *
- *************/
-EPreviewPane .entry {
- background-color: @theme_base_color;
- color: @theme_text_color;
-}
-
-/******************
- * gnome calendar *
- ******************/
-.calendar-view {
- background-color: shade(@theme_base_color, 0.95);
- color: @theme_text_color;
-}
-
-/*******************
- * gnome-bluetooth *
- *******************/
-GtkEntry.entry.pin-entry {
- font: regular 50;
- padding-left: 25px;
- padding-right: 25px;
-}
-
-GtkLabel.pin-label {
- font: regular 50;
-}
diff --git a/Kogaion-daylight/gtk-3.0/apps/granite-widgets.css b/Kogaion-daylight/gtk-3.0/apps/granite-widgets.css
deleted file mode 100644
index 777a30a..0000000
--- a/Kogaion-daylight/gtk-3.0/apps/granite-widgets.css
+++ /dev/null
@@ -1,670 +0,0 @@
-/********************
- * dynamic notebook *
- ********************/
-.dynamic-notebook {
- background-color: shade(@theme_bg_color, 1.08);
- background-image: none;
-}
-
-.dynamic-notebook GtkLabel,
-.dynamic-notebook GtkImage {
- color: alpha(@theme_fg_color, 0.5);
-}
-
-.dynamic-notebook .notebook {
- -GtkNotebook-tab-overlap: 3px;
- -GtkNotebook-initial-gap: 12px;
-
- border-width: 1px 0 0 0;
- border-color: shade(@theme_bg_color, 0.8);
- border-radius: 0;
- padding: 0;
-}
-
-.dynamic-notebook .notebook tab {
- padding: 3px;
- border-width: 0 1px;
- border-color: shade(@theme_bg_color, 0.85);
- border-radius: 0;
- background-color: shade(@theme_bg_color, 0.9);
- background-image: none;
- color: @theme_fg_color;
-}
-
-.dynamic-notebook .notebook tab:nth-child(first) {
-}
-
-.dynamic-notebook .notebook tab:active {
- border-color: shade(@theme_bg_color, 0.8);
- background-color: shade(@theme_base_color, 0.85);
- background-image: none;
- color: @theme_fg_color;
- box-shadow:inset 0 -2px @theme_selected_bg_color;
-}
-
-.dynamic-notebook .notebook tab .entry {
- border-radius: 2px;
- padding: 4px 3px;
-}
-
-.dynamic-notebook .button:hover,
-.dynamic-notebook .button:hover:active,
-.dynamic-notebook .notebook .button,
-.dynamic-notebook .notebook .button:hover,
-.dynamic-notebook .notebook .button:hover:active {
- border-color: shade(@theme_bg_color, 0.7);
- background-color: shade(@theme_bg_color, 1.10);
- background-image: none;
-}
-
-.dynamic-notebook .button:hover:active,
-.dynamic-notebook .notebook .button:hover:active {
- border-color: shade(@theme_bg_color, 0.7);
- color: shade(@theme_fg_color, 0.7);
-}
-
-.dynamic-notebook .menu GtkLabel {
- color: @menu_fg;
-}
-
-/****************
- * content view *
- ****************/
-.content-view-window {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_base_color, 0.8);
- border-radius: 2px;
- background-color:@theme_base_color;
- background-image: none;
- color: @theme_text_color;
-}
-
-.content-view,
-.content-view GtkViewport {
- background-color: @theme_base_color;
- background-image: none;
-}
-
-.content-view * {
- background-color: transparent;
- background-image: none;
-}
-
-.content-view .entry {
- background-color: @theme_base_color;
- background-image: none;
- color: @theme_text_color;
-}
-
-.content-view .button {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_base_color, 0.8);
- border-radius: 2px;
- background-color: shade(@theme_base_color, 1.08);
- background-image: none;
- color: @theme_text_color;
-}
-
-.content-view .button:hover {
- border-color: shade(@theme_base_color, 0.7);
- background-color: shade(@theme_base_color, 1.10);
- background-image: none;
-}
-
-.content-view .button:active {
- border-color: shade(@theme_base_color, 0.8);
- background-color: shade(@theme_base_color, 0.95);
- background-image: none;
-}
-
-.content-view .button:active:hover {
- border-color: shade(@theme_base_color, 0.7);
- color: shade(@theme_text_color, 0.7);
-}
-
-.content-view .button:insensitive {
- background-color: shade(@theme_base_color, 0.9);
- background-image: none;
-}
-
-.content-view .help_button * {
- color: @theme_text_color;
-}
-
-.content-view .toolbar {
- -GtkWidget-window-dragging: true;
-
- padding: 1px;
- border-width: 0 0 1px 0;
- border-style: solid;
- border-color: shade(@theme_base_color, 0.8);
- background-color: @theme_base_color;
- background-image: none;
-}
-
-.content-view .menu {
- padding: 0;
- border-radius: 0;
- border-style: none;
- background-color: @menu_bg_color;
- background-image: none;
- color: @menu_fg_color;
-}
-
-/**************
- * sourcelist *
- **************/
-.source-list,
-.source-list.view {
- border-radius: 0;
- background-color: @theme_bg_color;
- background-image: none;
- color: mix(@theme_fg_color, @theme_bg_color, 0.1);
-}
-
-.source-list {
- -GtkTreeView-horizontal-separator: 1;
- -GtkTreeView-vertical-separator: 1;
-}
-
-.source-list.view:selected,
-.source-list.view:prelight:selected {
- background-color: @theme_selected_bg_color;
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-.source-list.view:prelight {
- background-color: shade(@theme_bg_color, 1.08);
- background-image: none;
-}
-
-.source-list.badge,
-.source-list.badge:prelight,
-.source-list.badge:selected,
-.source-list.badge:prelight:selected {
- margin: 0 3px;
- padding: 0 6px;
- border-width: 0;
- border-radius: 10px;
- background-color: @theme_selected_bg_color;
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-/******************
- * no undo button *
- ******************/
-.button.noundo,
-.content-view .button.noundo {
- border-color: shade(@error_bg_color, 0.8);
- background-color: shade(@error_bg_color, 1.08);
- background-image: none;
- color: @error_fg_color;
-}
-
-.button.noundo:hover,
-.content-view .button.noundo:hover {
- border-color: shade(@error_bg_color, 0.7);
- background-color: @error_bg_color;
- background-image: none;
-}
-
-.button.noundo:active,
-.content-view .button.noundo:active {
- border-color: shade(@error_bg_color, 0.8);
- background-color: shade(@error_bg_color, 0.95);
- background-image: none;
-}
-
-.button.noundo:active:hover,
-.content-view .button.noundo:active:hover {
- border-color: shade(@error_bg_color, 0.7);
- background-color: shade(@error_bg_color, 0.97);
- background-image: none;
-}
-
-.button.noundo GtkLabel,
-.button.noundo Gtklabel:prelight {
- color: @error_fg_color;
-}
-
-/**********************
- * affirmative button *
- **********************/
-.button.affirmative,
-.content-view .button.affirmative {
- border-color: shade(@theme_selected_bg_color, 0.8);
- background-color: shade(@theme_selected_bg_color, 1.08);
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-.button.affirmative:hover,
-.content-view .button.affirmative:hover {
- border-color: shade(@theme_selected_bg_color, 0.7);
- background-color: @theme_selected_bg_color;
- background-image: none;
-}
-
-.button.affirmative:active,
-.content-view .button.affirmative:active {
- border-color: shade(@theme_selected_bg_color, 0.8);
- background-color: shade(@theme_selected_bg_color, 0.95);
- background-image: none;
-}
-
-.button.affirmative:active:hover,
-.content-view .button.affirmative:active:hover {
- border-color: shade(@theme_selected_bg_color, 0.7);
- background-color: shade(@theme_selected_bg_color, 0.97);
- background-image: none;
-}
-
-.button.affirmative GtkLabel,
-.button.affirmative Gtklabel:prelight {
- color: @theme_selected_fg_color;
-}
-
-/**********************
- * secondary toolbars *
- **********************/
-.secondary-toolbar.toolbar {
- padding: 2px;
- border-color: shade(@toolbar_bg_color, 0.8);
- background-color: @toolbar_bg_color;
- background-image: none;
-}
-
-.secondary-toolbar.toolbar .button {
- border-color: shade(@toolbar_bg_color, 0.8);
- background-color: shade(@toolbar_bg_color, 1.08);
- background-image: none;
- color: @toolbar_fg_color;
-}
-
-.secondary-toolbar.toolbar .button:hover {
- border-color: shade(@toolbar_bg_color, 0.7);
- background-color: shade(@toolbar_bg_color, 1.10);
- background-image: none;
-}
-
-.secondary-toolbar.toolbar .button:active {
- border-color: shade(@toolbar_bg_color, 0.8);
- background-color: shade(@toolbar_bg_color, 0.95);
- background-image: none;
-}
-
-.secondary-toolbar.toolbar .button:active:hover {
- border-color: shade(@toolbar_bg_color, 0.7);
-}
-
-.secondary-toolbar.toolbar .button:focus,
-.secondary-toolbar.toolbar .button:hover:focus,
-.secondary-toolbar.toolbar .button:active:focus,
-.secondary-toolbar.toolbar .button:active:hover:focus {
- border-color: shade(@toolbar_bg_color, 0.7);
-}
-
-.secondary-toolbar.toolbar .button:insensitive {
- border-color: shade(@toolbar_bg_color, 0.85);
- background-color: shade(@toolbar_bg_color, 0.9);
- background-image: none;
-}
-
-.secondary-toolbar.toolbar .button:active *:insensitive {
- border-color: shade(@toolbar_bg_color, 0.75);
- background-color: shade(@toolbar_bg_color, 0.80);
- background-image: none;
-}
-
-/*******************
- * bottom toolbars *
- *******************/
-.bottom-toolbar.toolbar {
- padding: 6px;
- border-width: 1px 0 0 0;
- border-color: shade(@theme_bg_color, 0.8);
- background-color: @theme_bg_color;
- background-image: none;
-}
-
-.bottom-toolbar.toolbar .button {
- border-color: shade(@theme_bg_color, 0.8);
- background-color: shade(@theme_bg_color, 1.08);
- background-image: none;
- color: @theme_fg_color;
-}
-
-.bottom-toolbar.toolbar .button:hover {
- border-color: shade(@theme_bg_color, 0.7);
- background-color: shade(@theme_bg_color, 1.10);
- background-image: none;
-}
-
-.bottom-toolbar.toolbar .button:active {
- border-color: shade(@theme_bg_color, 0.8);
- background-color: shade(@theme_bg_color, 0.95);
- background-image: none;
-}
-
-.bottom-toolbar.toolbar .button:active:hover {
- border-color: shade(@theme_bg_color, 0.7);
-}
-
-.bottom-toolbar.toolbar .button:focus,
-.bottom-toolbar.toolbar .button:hover:focus,
-.bottom-toolbar.toolbar .button:active:focus,
-.bottom-toolbar.toolbar .button:active:hover:focus {
- border-color: shade(@theme_bg_color, 0.7);
-}
-
-.bottom-toolbar.toolbar .button:insensitive {
- border-color: shade(@theme_bg_color, 0.85);
- background-color: shade(@theme_bg_color, 0.9);
- background-image: none;
-}
-
-.bottom-toolbar.toolbar .button:active *:insensitive {
- border-color: shade(@theme_bg_color, 0.75);
- background-color: shade(@theme_bg_color, 0.80);
- background-image: none;
-}
-
-/*************
- * statusbar *
- *************/
-GraniteWidgetsStatusBar {
- padding: 1px;
- background-color: @theme_bg_color;
- background-image: none;
- box-shadow: inset 0 1px shade(@theme_bg_color, 0.8);
-}
-
-/***********
- * popover *
- ***********/
-GraniteWidgetsPopOver {
- -GraniteWidgetsPopOver-arrow-width: 21;
- -GraniteWidgetsPopOver-arrow-height: 12;
- -GraniteWidgetsPopOver-border-radius: 2px;
- -GraniteWidgetsPopOver-border-width: 1;
- -GraniteWidgetsPopOver-shadow-size: 12;
-
- margin: 0;
- border-style: solid;
- border-color: shade(@menu_bg_color, 0.8);
- color: @menu_fg_color;
-}
-
-.popover_bg {
- background-color: transparent;
- background-image: linear-gradient(to bottom,
- @menu_bg_color,
- @menu_bg_color
- );
-}
-
-GraniteWidgetsPopOver .sidebar.view,
-GraniteWidgetsPopOver * {
- background-color: transparent;
- background-image: none;
- color: @menu_fg_color;
-}
-
-GraniteWidgetsPopOver .sidebar.view:selected,
-GraniteWidgetsPopOver .sidebar.view:selected:focus,
-GraniteWidgetsPopOver *:selected,
-GraniteWidgetsPopOver *:selected:focus {
- background-color: @theme_selected_bg_color;
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-GraniteWidgetsPopOver .button {
- border-color: shade(@menu_bg_color, 0.8);
- background-color: shade(@menu_bg_color, 1.08);
- background-image: none;
- color: @menu_fg_color;
-
-}
-
-GraniteWidgetsPopOver .button:hover {
- border-color: shade(@menu_bg_color, 0.7);
- background-color: shade(@menu_bg_color, 1.10);
- background-image: none;
- color: shade(@menu_fg_color, 0.7);
-}
-
-GraniteWidgetsPopOver .button:active {
- border-color: shade(@menu_bg_color, 0.8);
- background-color: shade(@menu_bg_color, 0.95);
- background-image: none;
-}
-
-GraniteWidgetsPopOver .button:active:hover {
- border-color: shade(@menu_bg_color, 0.7);
- color: shade(@menu_fg_color, 0.7);
-}
-
-/* linked buttons */
-GraniteWidgetsPopOver .linked .button {
- box-shadow: inset -1px 0 shade(@menu_bg_color, 0.9);
-}
-
-GraniteWidgetsPopOver .linked .button:active {
- box-shadow: inset -1px 0 shade(@menu_bg_color, 0.9),
- inset 1px 0 alpha(@dark_shadow, 0.07),
- inset 0 1px alpha(@dark_shadow, 0.08),
- inset 0 -1px alpha(@dark_shadow, 0.05);
-}
-
-GraniteWidgetsPopOver .linked .button:insensitive {
- box-shadow: inset -1px 0 shade(@menu_bg_color, 0.9);
-}
-
-/* remove box shadow from last-child and only-child */
-GraniteWidgetsPopOver .linked .button:last-child,
-GraniteWidgetsPopOver .linked .button:only-child,
-GraniteWidgetsPopOver .linked .button:insensitive:last-child,
-GraniteWidgetsPopOver .linked .button:insensitive:only-child,
-GraniteWidgetsPopOver .linked .button:active *:insensitive:last-child,
-GraniteWidgetsPopOver .linked .button:active *:insensitive:only-child {
- box-shadow: none;
-}
-
-/* add back the inset shadow effect */
-GraniteWidgetsPopOver .linked .button:active:last-child,
-GraniteWidgetsPopOver .linked .button:active:only-child {
- box-shadow: inset 1px 0 alpha(@dark_shadow, 0.07),
- inset 0 1px alpha(@dark_shadow, 0.08),
- inset -1px 0 alpha(@dark_shadow, 0.07);
-}
-
-GraniteWidgetsPopOver .entry {
- border-color: shade(@menu_bg_color, 0.7);
- background-color: @menu_bg_color;
- background-image: none;
- color: @menu_fg_color;
-}
-
-GraniteWidgetsPopOver .entry:active,
-GraniteWidgetsPopOver .entry:focus {
- border-color: shade(@menu_bg_color, 0.7);
-}
-
-GraniteWidgetsPopOver *.separator {
- border-color: shade(@menu_bg_color, 0.9);
- color: transparent;
-}
-
-.button.app {
- border-width: 0;
- border-radius: 2px;
- background-color: transparent;
- background-image: none;
-}
-
-.button.app:hover {
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: @theme_selected_bg_color;
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-.button.app:focus {
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: @theme_selected_bg_color;
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-/********
- * gala *
- ********/
-.gala-workspaces-background {
- border-width: 1px 0 0 0;
- border-color: shade(@panel_bg_color, 0.8);
- background-color: @panel_bg_color;
- background-image: none;
-}
-
-.gala-workspace-selected {
- border-width: 1px;
- border-radius: 2px;
- border-color: shade(@theme_selected_bg_color, 0.9);
- background-color: @theme_selected_bg_color;
- background-image: none;
-}
-
-/*********
- * files *
- *********/
-.files-overlay-bar {
- margin: 3px;
- padding: 3px 6px;
- border-width: 1px;
- border-color: shade(@theme_base_color, 0.7);
- border-radius: 2px;
- background-color: @theme_base_color;
- background-image: none;
-}
-
-.files-overlay-bar GtkLabel {
- color: @theme_text_color;
-}
-
-/*********
- * noise *
- *********/
-.album-list-view,
-.album-list-view * {
- border-color: shade(@theme_base_color, 0.7);
- border-radius: 0;
- background-color: @theme_base_color;
- background-image: none;
- color: @theme_text_color;
-}
-
-.album-list-view GtkTreeView {
- -GtkTreeView-vertical-separator: 1;
- -GtkTreeView-grid-line-width: 0;
-
- background-color: @theme_base_color;
- background-image: none;
- color: @theme_text_color;
-}
-
-.album-list-view GtkTreeView row:nth-child(even) {
- border-width: 0;
- border-style: none;
- background-color: shade(@theme_base_color, 0.97);
- background-image: none;
-}
-
-
-.album-list-view GtkTreeView row:nth-child(odd) {
- border-width: 0;
- border-style: none;
- background-color: shade(@theme_base_color, 1.0);
- background-image: none;
-}
-
-.album-list-view GtkTreeView row:selected {
- background-color: @selected_bg_color;
- background-image: none;
- color: @selected_fg_color;
-}
-
-/**********
- * birdie *
- **********/
-BirdieWidgetsTweetList * {
- background-color: transparent;
- background-image: none;
-}
-
-/*********
- * tweet *
- *********/
-.tweet {
- padding: 0;
-}
-
-/**********
- * notify *
- **********/
-.notify {
- border-width: 1px;
- border-style: solid;
- border-color: shade(@theme_base_color, 0.7);
- border-radius: 2px;
- background-color: @theme_base_color;
- background-image: none;
- color: @theme_text_color;
-}
-
-.notify .low {
-}
-
-.notify .critical {
-}
-
-/*********
- * panel *
- *********/
-.panel {
- background-color: @panel_bg_color;
- background-image: none;
- color: @panel_fg_color;
- font: bold;
-}
-
-.panel .menubar .menuitem {
- padding: 1px 3px;
-}
-
-.shadow {
- background-color: transparent;
- background-image: linear-gradient(to bottom,
- rgba(0, 0, 0, 0.3),
- transparent
- );
-}
-
-.composited-indicator,
-.wingpanel-app-button,
-.wingpanel-indicator-button {
- padding: 0 2px;
- background-color: transparent;
- background-image: none;
- color: @osd_fg;
-}
-
-.composited-indicator.menuitem:active,
-.composited-indicator.menuitem:prelight {
- border-style: none;
- background-image: none;
-}
diff --git a/Kogaion-daylight/gtk-3.0/apps/lightdm-gtk-greeter.css b/Kogaion-daylight/gtk-3.0/apps/lightdm-gtk-greeter.css
deleted file mode 100644
index 1887f32..0000000
--- a/Kogaion-daylight/gtk-3.0/apps/lightdm-gtk-greeter.css
+++ /dev/null
@@ -1,196 +0,0 @@
-/*********
- * panel *
- *********/
-#panel_window {
- background-color: transparent;
- background-image: none;
- color: white;
- font: bold;
- text-shadow: 0 1px alpha(black, 0.5);
- icon-shadow: 0 1px alpha(black, 0.5);
-}
-
-#panel_window .menubar,
-#panel_window .menubar > .menuitem {
- background-color: transparent;
- background-image: none;
- color: white;
- font: bold;
- text-shadow: 0 1px alpha(black, 0.5);
- icon-shadow: 0 1px alpha(black, 0.5);
-}
-
-#panel_window .menubar > .menuitem:hover {
- border-style: none;
- background-color: alpha(white, 0.2);
- background-image: none;
- color: white;
-}
-
-#panel_window .menubar > .menuitem *:hover {
- color: white;
-}
-
-#panel_window .menubar > .menuitem:insensitive {
- color: alpha(white, 0.7);
-}
-
-#panel_window .menubar .menu {
- border-radius: 0;
-}
-
-#panel_window .menubar .menu .menuitem {
- font: normal;
- text-shadow: none;
-}
-
-/****************
- * login window *
- ****************/
-#login_window,
-#shutdown_dialog,
-#restart_dialog {
- border-style: none;
- border-radius: 0;
- background-color: transparent;
- color: @lightdm_fg_color;
-}
-
-#content_frame {
- padding-bottom: 14px;
- border-style: none;
-}
-
-#login_window .menu {
- border-radius: 0;
-}
-
-#login_window GtkComboBox .button,
-#login_window GtkComboBox .button:hover,
-#login_window GtkComboBox .button:active,
-#login_window GtkComboBox .button:active:hover,
-#login_window GtkComboBox .button:focus,
-#login_window GtkComboBox .button:hover:focus,
-#login_window GtkComboBox .button:active:focus,
-#login_window GtkComboBox .button:active:hover:focus {
- padding: 0;
- background: none;
- border-style: none;
- box-shadow: none;
-}
-
-#login_window GtkComboBox .button:focus,
-#login_window GtkComboBox .button:hover:focus,
-#login_window GtkComboBox .button:active:focus,
-#login_window GtkComboBox .button:active:hover:focus {
- background: transparent;
- border-style: none;
-}
-
-#login_window #user_combobox {
- color: @lightdm_fg_color;
- font: 18px;
-}
-
-#login_window #user_combobox .menu {
- font: normal;
-}
-
-#login_window #user_combobox .arrow {
- color: mix(@lightdm_fg_color, @lightdm_bg_color, 0.5);
-}
-
-#login_window .entry {
- padding: 3px 5px;
- border-style: none;
- border-radius: 0;
- background-color: alpha(black, 0.05);
- background-image: none;
- color: @lightdm_fg_color;
-
- box-shadow: none;
- transition: all 150ms ease-out;
-}
-
-#login_window .entry:focus,
-#login_window .entry:hover {
- border-color: alpha(black, 0.05);
-}
-
-#login_window .button,
-#shutdown_dialog .button,
-#restart_dialog .button {
- padding: 3px 15px;
- border-width: 1px;
- border-radius: 0;
- border-style: solid;
- border-color: alpha(black, 0.05);
- background-color: transparent;
- background-image: none;
- color: @lightdm_fg_color;
- transition: all 150ms ease-out;
-}
-
-#user_image {
- padding: 3px;
- border-radius: 0;
- border-style: none;
-}
-
-#user_image_border {
- border-radius: 0;
- background-color: transparent;
- background-image: none;
- border-style: none;
-}
-
-#buttonbox_frame {
- padding-top: 10px;
- padding-bottom: 0;
- border-style: none;
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 0;
- background-color: transparent;
- background-image: none;
- box-shadow: none;
-}
-
-/******************************
- * default and focused button *
- ******************************/
-#login_window .button.default,
-#shutdown_dialog .button.default,
-#restart_dialog .button.default,
-#login_window .button:focus,
-#login_window .button:active:focus,
-#shutdown_dialog .button:focus,
-#shutdown_dialog .button:active:focus,
-#restart_dialog .button:focus,
-#restart_dialog .button:active:focus {
- border-color: alpha(black, 0.05);
- background-color: transparent;
- background-image: none;
- color: @theme_selected_fg_color;
-}
-
-#login_window .button.default:hover,
-#shutdown_dialog .button.default:hover,
-#restart_dialog .button.default:hover,
-#login_window .button:hover:focus,
-#login_window .button:active:hover:focus,
-#shutdown_dialog .button:hover:focus,
-#shutdown_dialog .button:active:hover:focus,
-#restart_dialog .button:hover:focus,
-#restart_dialog .button:active:hover:focus {
- border-color: alpha(black, 0.05);
- background-color: alpha(white, 0.05);
-}
-
-/********************
- * password warning *
- ********************/
-#greeter_infobar {
- font: bold;
- background-color: alpha(black, 0.05);
- color: @lightdm_fg_color;
-}
diff --git a/Kogaion-daylight/gtk-3.0/apps/nemo.css b/Kogaion-daylight/gtk-3.0/apps/nemo.css
deleted file mode 100644
index 095232b..0000000
--- a/Kogaion-daylight/gtk-3.0/apps/nemo.css
+++ /dev/null
@@ -1,50 +0,0 @@
-/***********************
- * pathbar breadcrumbs *
- ***********************/
-NemoPathbarButton {
- border-color: shade(@toolbar_bg_color, 0.8);
- background-color: shade(@toolbar_bg_color, 1.08);
- background-image: none;
- color: @toolbar_fg_color;
-
- -NemoPathbarButton-border-radius: 2px;
-}
-
-NemoPathbarButton:active {
- border-color: shade(@toolbar_bg_color, 0.8);
- background-color: shade(@toolbar_bg_color, 0.95);
- background-image: none;
-}
-
-NemoPathbarButton:hover {
- border-color: shade(@toolbar_bg_color, 0.7);
- background-color: shade(@toolbar_bg_color, 1.10);
- background-image: none;
-}
-
-NemoPathbarButton:active:hover {
- border-color: shade(@toolbar_bg_color, 0.7);
-}
-
-/*********************************
- * sidebar disk space indicators *
- *********************************/
-NemoPlacesTreeView {
- -NemoPlacesTreeView-disk-full-bg-color: shade(@toolbar_bg_color, 0.8);
- -NemoPlacesTreeView-disk-full-fg-color: @theme_selected_bg_color;
- -NemoPlacesTreeView-disk-full-bar-width: 1px;
- -NemoPlacesTreeView-disk-full-bar-radius: 1px;
- -NemoPlacesTreeView-disk-full-bottom-padding: 2px;
- -NemoPlacesTreeView-disk-full-max-length: 70px;
-}
-
-NemoPlacesTreeView:selected {
- -NemoPlacesTreeView-disk-full-bg-color: @theme_selected_fg_color;
- -NemoPlacesTreeView-disk-full-fg-color: shade(@theme_selected_bg_color, 1.4);
-}
-
-NemoPlacesTreeView:hover {
-}
-
-NemoPlacesTreeView:selected:hover {
-}
diff --git a/Kogaion-daylight/gtk-3.0/apps/synaptic.css b/Kogaion-daylight/gtk-3.0/apps/synaptic.css
deleted file mode 100644
index a8877d1..0000000
--- a/Kogaion-daylight/gtk-3.0/apps/synaptic.css
+++ /dev/null
@@ -1,11 +0,0 @@
-/************
- * synaptic *
- ************/
-GtkWindow > GtkVBox > .dock,
-GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar {
- padding: 4px;
- border-style: none;
- background-color: @toolbar_bg_color;
- background-image: none;
- color: @toolbar_fg_color;
-}
diff --git a/Kogaion-daylight/gtk-3.0/apps/unity.css b/Kogaion-daylight/gtk-3.0/apps/unity.css
deleted file mode 100644
index 9ba7f4a..0000000
--- a/Kogaion-daylight/gtk-3.0/apps/unity.css
+++ /dev/null
@@ -1,75 +0,0 @@
-UnityDecoration {
- -UnityDecoration-extents: 28px 1px 1px 1px;
- -UnityDecoration-input-extents: 10px;
-
- -UnityDecoration-shadow-offset-x: 1px;
- -UnityDecoration-shadow-offset-y: 1px;
- -UnityDecoration-active-shadow-color: rgba(0,0,0,0.7);
- -UnityDecoration-active-shadow-radius: 8px;
- -UnityDecoration-inactive-shadow-color: rgba(0,0,0,0.5);
- -UnityDecoration-inactive-shadow-radius: 5px;
-
- -UnityDecoration-glow-size: 10px;
- -UnityDecoration-glow-color: @theme_selected_bg_color;
-
- -UnityDecoration-title-indent: 10px;
- -UnityDecoration-title-fade: 35px;
- -UnityDecoration-title-alignment: 0.0;
-}
-
-UnityDecoration.top {
- border: 1px solid mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.21);
- border-bottom-width: 0;
- border-radius: 2px 2px 0 0;
- padding: 1px 8px 0 8px;
- background-color: @titlebar_bg_color;
- color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.1);
- text-shadow: none;
-}
-
-UnityDecoration.top:backdrop {
- border: 1px solid mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.12);
- border-bottom-width: 0;
- background-color: @titlebar_bg_color;
- color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.4);
-}
-
-UnityDecoration.left,
-UnityDecoration.right,
-UnityDecoration.bottom {
- background-color: mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.21);
-}
-
-UnityDecoration.left:backdrop,
-UnityDecoration.right:backdrop,
-UnityDecoration.bottom:backdrop {
- background-color: mix(shade(@titlebar_bg_color, 0.7), @titlebar_fg_color, 0.12);
-}
-
-UnityPanelWidget,
-.unity-panel {
- border-width: 0 0 1px 0;
- border-style: solid;
- border-color: @panel_bg_color;
- background-color: @panel_bg_color;
- background-image: none;
- color: @panel_fg_color;
-}
-
-.unity-panel.menubar,
-.unity-panel .menubar {
-}
-
-.unity-panel.menuitem,
-.unity-panel .menuitem {
- border-width: 0 1px;
- color: @panel_fg_color;
-}
-
-.unity-panel.menubar.menuitem:hover,
-.unity-panel.menubar .menuitem *:hover {
- border-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
- background-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
- background-image: none;
- color: shade(@panel_fg_color, 1.08);
-}
diff --git a/Kogaion-daylight/gtk-3.0/apps/xfce.css b/Kogaion-daylight/gtk-3.0/apps/xfce.css
deleted file mode 100644
index 03cfb20..0000000
--- a/Kogaion-daylight/gtk-3.0/apps/xfce.css
+++ /dev/null
@@ -1,38 +0,0 @@
-XfceHeading {
- margin: 0;
- padding: 0;
- border-width: 0;
- background-color: @theme_base_color;
- background-image: none;
- color: @theme_text_color;
-}
-
-.xfce4-panel {
- background-color: @panel_bg_color;
- color: @panel_fg_color;
- font: normal;
-}
-
-.xfce4-panel .button {
- padding: 0 2px;
- border-radius: 0;
- border-style: none;
- color: @panel_fg_color;
-}
-
-.xfce4-panel .button:active {
- background-color: shade(@panel_bg_color, 0.8);
- background-image: none;
- color: @panel_fg_color;
-}
-
-.xfce4-panel .button:hover,
-.xfce4-panel .button:active:hover {
- background-color: mix(@panel_bg_color, @panel_fg_color, 0.21);
- background-image: none;
- color: shade(@panel_fg_color, 1.08);
-}
-
-.xfce4-panel .menu {
- -gtk-image-effect: none;
-}