GTK3: Remove application imports
This commit is contained in:
parent
9fcb3cd731
commit
e09308be38
@ -1,8 +1,6 @@
|
|||||||
/***************************
|
/***************************
|
||||||
* Check and Radio buttons *
|
* Check and Radio buttons *
|
||||||
***************************/
|
***************************/
|
||||||
@import url("applications/nautilus/Adwaita.css");
|
|
||||||
@import url("applications/gedit/Adwaita.css");
|
|
||||||
* {
|
* {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
-GtkToolButton-icon-spacing: 4;
|
-GtkToolButton-icon-spacing: 4;
|
||||||
@ -5588,7 +5586,6 @@ filechooser placessidebar.sidebar,
|
|||||||
background-color: rgba(0, 0, 0, 0.27);
|
background-color: rgba(0, 0, 0, 0.27);
|
||||||
color: inherit; }
|
color: inherit; }
|
||||||
|
|
||||||
/* Gedit */
|
|
||||||
/* XFCE4 panel action buttons */
|
/* XFCE4 panel action buttons */
|
||||||
#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image {
|
#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image {
|
||||||
-gtk-icon-style: symbolic;
|
-gtk-icon-style: symbolic;
|
||||||
|
|||||||
@ -1,8 +1,6 @@
|
|||||||
/***************************
|
/***************************
|
||||||
* Check and Radio buttons *
|
* Check and Radio buttons *
|
||||||
***************************/
|
***************************/
|
||||||
@import url("applications/nautilus/Adwaita.css");
|
|
||||||
@import url("applications/gedit/Adwaita.css");
|
|
||||||
* {
|
* {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
-GtkToolButton-icon-spacing: 4;
|
-GtkToolButton-icon-spacing: 4;
|
||||||
@ -5588,7 +5586,6 @@ filechooser placessidebar.sidebar,
|
|||||||
background-color: rgba(0, 0, 0, 0.27);
|
background-color: rgba(0, 0, 0, 0.27);
|
||||||
color: inherit; }
|
color: inherit; }
|
||||||
|
|
||||||
/* Gedit */
|
|
||||||
/* XFCE4 panel action buttons */
|
/* XFCE4 panel action buttons */
|
||||||
#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image {
|
#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image {
|
||||||
-gtk-icon-style: symbolic;
|
-gtk-icon-style: symbolic;
|
||||||
|
|||||||
@ -1,8 +1,6 @@
|
|||||||
/***************************
|
/***************************
|
||||||
* Check and Radio buttons *
|
* Check and Radio buttons *
|
||||||
***************************/
|
***************************/
|
||||||
@import url("applications/nautilus/Adwaita.css");
|
|
||||||
@import url("applications/gedit/Adwaita.css");
|
|
||||||
* {
|
* {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
-GtkToolButton-icon-spacing: 4;
|
-GtkToolButton-icon-spacing: 4;
|
||||||
@ -5609,7 +5607,6 @@ filechooser placessidebar.sidebar,
|
|||||||
background-color: rgba(0, 0, 0, 0.07);
|
background-color: rgba(0, 0, 0, 0.07);
|
||||||
color: inherit; }
|
color: inherit; }
|
||||||
|
|
||||||
/* Gedit */
|
|
||||||
/* XFCE4 panel action buttons */
|
/* XFCE4 panel action buttons */
|
||||||
#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image {
|
#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image {
|
||||||
-gtk-icon-style: symbolic;
|
-gtk-icon-style: symbolic;
|
||||||
|
|||||||
@ -5,8 +5,8 @@ THEMES_DIR=../../../../share/themes/
|
|||||||
.PHONY: build clean
|
.PHONY: build clean
|
||||||
|
|
||||||
build: $(patsubst %.scss, %.css, $(wildcard *.scss))
|
build: $(patsubst %.scss, %.css, $(wildcard *.scss))
|
||||||
mkdir -p $(THEMES_DIR)Kali-Light/gtk-3.0/applications
|
mkdir -p $(THEMES_DIR)Kali-Light/gtk-3.0/
|
||||||
mkdir -p $(THEMES_DIR)Kali-Dark/gtk-3.0/applications
|
mkdir -p $(THEMES_DIR)Kali-Dark/gtk-3.0/
|
||||||
mkdir -p $(THEMES_DIR)Kali-Light/gnome-shell
|
mkdir -p $(THEMES_DIR)Kali-Light/gnome-shell
|
||||||
mkdir -p $(THEMES_DIR)Kali-Dark/gnome-shell
|
mkdir -p $(THEMES_DIR)Kali-Dark/gnome-shell
|
||||||
|
|
||||||
|
|||||||
@ -1,8 +1,6 @@
|
|||||||
$panel_bg : transparentize($bg_color, if($variant=='light', .1, .2));
|
$panel_bg : transparentize($bg_color, if($variant=='light', .1, .2));
|
||||||
|
|
||||||
/* Nautilus */
|
/* Nautilus */
|
||||||
@import url('applications/nautilus/Adwaita.css');
|
|
||||||
|
|
||||||
@define-color disk_space_unknown #383c4a;
|
@define-color disk_space_unknown #383c4a;
|
||||||
@define-color disk_space_used #{"" +$selected_bg_color};
|
@define-color disk_space_used #{"" +$selected_bg_color};
|
||||||
@define-color disk_space_free white;
|
@define-color disk_space_free white;
|
||||||
@ -133,9 +131,6 @@ filechooser,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Gedit */
|
|
||||||
@import url('applications/gedit/Adwaita.css');
|
|
||||||
|
|
||||||
/* XFCE4 panel action buttons */
|
/* XFCE4 panel action buttons */
|
||||||
#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image {
|
#XfcePanelWindowWrapper > widget > box > #xfce-panel-button > image {
|
||||||
-gtk-icon-style: symbolic;
|
-gtk-icon-style: symbolic;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user