New Setup 📦
This commit is contained in:
parent
d16174b447
commit
415dbd08a1
10194 changed files with 1368647 additions and 4 deletions
65
themes/gtk/Dracula/gtk-3.0/apps/budgie.css
Executable file
65
themes/gtk/Dracula/gtk-3.0/apps/budgie.css
Executable file
|
@ -0,0 +1,65 @@
|
|||
.budgie-panel {
|
||||
border-bottom-color: transparent;
|
||||
}
|
||||
|
||||
.max-budgie-panel {
|
||||
border: none;
|
||||
background-color: alpha(black, 0.5);
|
||||
}
|
||||
|
||||
.budgie-panel *:active {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/* top panel */
|
||||
.budgie-panel.top {
|
||||
border-top-color: transparent;
|
||||
}
|
||||
|
||||
/* left panel */
|
||||
.budgie-panel.left {
|
||||
border-left-color: transparent;
|
||||
}
|
||||
|
||||
/* right panel */
|
||||
.budgie-panel.right {
|
||||
border-right-color: transparent;
|
||||
}
|
||||
|
||||
.budgie-panel .message-area {
|
||||
border-radius: 3px;
|
||||
border: none;
|
||||
font: bold;
|
||||
text-shadow: 1px 1px alpha(black, 0.3);
|
||||
background-color: alpha(black, 0.5);
|
||||
box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.2),inset 0px 1px 0px 0px rgba(255,255,255,0.1);
|
||||
}
|
||||
|
||||
.budgie-panel .menu-icon *,
|
||||
.budgie-panel .message-area * {
|
||||
icon-shadow: 1px 1px alpha(black, 0.3);
|
||||
}
|
||||
|
||||
.max-budgie-panel .message-area {
|
||||
box-shadow:none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.budgie-panel * {
|
||||
icon-shadow: none;
|
||||
}
|
||||
|
||||
.launcher * {
|
||||
icon-shadow: 1px 1px alpha(black, 0.3);
|
||||
}
|
||||
|
||||
PanelToplevel {
|
||||
padding: 0px;
|
||||
background-color: @panel_bg_color;
|
||||
background-image: none;
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
.dark .notif-title {
|
||||
color: @orange;
|
||||
}
|
9
themes/gtk/Dracula/gtk-3.0/apps/corebird.css
Executable file
9
themes/gtk/Dracula/gtk-3.0/apps/corebird.css
Executable file
|
@ -0,0 +1,9 @@
|
|||
.button.text-only-button:hover{
|
||||
color: @selected_bg_color;
|
||||
}
|
||||
|
||||
.button.text-only-button:active,
|
||||
.button.text-only-button:active:hover {
|
||||
color: @selected_bg_color;
|
||||
background-color: transparent;
|
||||
}
|
127
themes/gtk/Dracula/gtk-3.0/apps/gala.css
Executable file
127
themes/gtk/Dracula/gtk-3.0/apps/gala.css
Executable file
|
@ -0,0 +1,127 @@
|
|||
/*******
|
||||
* Gala *
|
||||
*******/
|
||||
|
||||
.gala-notification {
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
background-color: transparent;
|
||||
background-image:
|
||||
linear-gradient(
|
||||
to bottom,
|
||||
@bg_color,
|
||||
@bg_color 80%,
|
||||
shade (
|
||||
@bg_color,
|
||||
0.94
|
||||
)
|
||||
);
|
||||
box-shadow:
|
||||
inset 0 0 0 1px alpha (@bg_highlight_color, 0.1),
|
||||
inset 0 1px 0 0 alpha (@bg_highlight_color, 0.9),
|
||||
inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.3),
|
||||
0 0 0 1px alpha (#000, 0.2),
|
||||
0 3px 6px alpha (#000, 0.16),
|
||||
0 5px 5px -3px alpha (#000, 0.4);
|
||||
}
|
||||
|
||||
.gala-notification .title,
|
||||
.gala-notification .label {
|
||||
color: @text_color;
|
||||
}
|
||||
|
||||
.gala-notification GtkImage {
|
||||
color: alpha (@text_color, 0.8);
|
||||
}
|
||||
|
||||
.gala-button {
|
||||
padding: 3px;
|
||||
color: #fff;
|
||||
border: none;
|
||||
border-radius: 100px;
|
||||
background-image:
|
||||
linear-gradient(
|
||||
to bottom,
|
||||
#7e7e7e,
|
||||
#3e3e3e
|
||||
);
|
||||
box-shadow:
|
||||
inset 0 0 0 1px alpha (#fff, 0.02),
|
||||
inset 0 1px 0 0 alpha (#fff, 0.07),
|
||||
inset 0 -1px 0 0 alpha (#fff, 0.01),
|
||||
0 0 0 1px alpha (#000, 0.4),
|
||||
0 3px 6px alpha (#000, 0.16),
|
||||
0 3px 6px alpha (#000, 0.23);
|
||||
text-shadow: 0 1px 1px alpha (#000, 0.6);
|
||||
}
|
||||
|
||||
/*********
|
||||
* Panel *
|
||||
********/
|
||||
|
||||
.panel {
|
||||
background-color: transparent;
|
||||
transition: all 100ms ease-in-out;
|
||||
}
|
||||
|
||||
.panel.maximized {
|
||||
background-color: alpha(#000, 0);
|
||||
}
|
||||
|
||||
.panel.translucent {
|
||||
background-color: alpha(#000, 0);
|
||||
}
|
||||
|
||||
.composited-indicator > revealer label,
|
||||
.composited-indicator > revealer image,
|
||||
.composited-indicator > GtkRevealer {
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
text-shadow:
|
||||
0 0 2px alpha (#000, 0.3),
|
||||
0 1px 2px alpha (#000, 0.6);
|
||||
icon-shadow:
|
||||
0 0 2px alpha (#000, 0.3),
|
||||
0 1px 2px alpha (#000, 0.6);
|
||||
transition: all 200ms ease-in-out;
|
||||
}
|
||||
|
||||
.composited-indicator .keyboard {
|
||||
background-color: #fff;
|
||||
border-radius: 2px;
|
||||
box-shadow:
|
||||
0 0 2px alpha (#000, 0.3),
|
||||
0 1px 2px alpha (#000, 0.6);
|
||||
color: #333;
|
||||
font-weight: 600;
|
||||
padding: 0 3px;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.panel.color-light .composited-indicator > revealer label,
|
||||
.panel.color-light .composited-indicator > revealer image,
|
||||
.panel.color-light .composited-indicator > GtkRevealer {
|
||||
color: alpha (#000, 0.65);
|
||||
text-shadow:
|
||||
0 0 2px alpha (#fff, 0.3),
|
||||
0 1px 0 alpha (#fff, 0.25);
|
||||
icon-shadow:
|
||||
0 0 2px alpha (#fff, 0.3),
|
||||
0 1px 0 alpha (#fff, 0.25);
|
||||
}
|
||||
|
||||
.panel.color-light .composited-indicator .keyboard {
|
||||
background-color: alpha (#000, 0);
|
||||
box-shadow:
|
||||
0 0 2px alpha (#fff, 0.3),
|
||||
0 1px 0 alpha (#fff, 0.25);
|
||||
color: #fff;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.panel .popover {
|
||||
box-shadow:
|
||||
inset 0 -1px 0 0 alpha (@bg_highlight_color, 0.5),
|
||||
0 3px 4px alpha (#000, 0.15),
|
||||
0 3px 3px -3px alpha (#000, 0.35);
|
||||
}
|
120
themes/gtk/Dracula/gtk-3.0/apps/gnome-applications.css
Executable file
120
themes/gtk/Dracula/gtk-3.0/apps/gnome-applications.css
Executable file
|
@ -0,0 +1,120 @@
|
|||
/************
|
||||
* nautilus *
|
||||
************/
|
||||
.nautilus-canvas-item {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item {
|
||||
color: white;
|
||||
text-shadow: 1px 1px alpha(black,0.8);
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item:active,
|
||||
.nautilus-desktop.nautilus-canvas-item:prelight,
|
||||
.nautilus-desktop.nautilus-canvas-item:selected {
|
||||
border-radius: 3px;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
NautilusWindow.window-frame {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
NautilusWindow.background {
|
||||
background-color: alpha(mix(@bg_color,@base_color,0.7),0.96);
|
||||
}
|
||||
|
||||
NautilusWindow .sidebar,
|
||||
NautilusWindow .sidebar .view {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
NautilusWindow .sidebar .cell:selected,
|
||||
NautilusWindow .sidebar .cell:selected:focus {
|
||||
border-radius: 0 3px 3px 0;
|
||||
}
|
||||
|
||||
NautilusWindow .pane-separator.horizontal {
|
||||
background-image: none;
|
||||
border-right: 1px solid @bg_color;
|
||||
}
|
||||
|
||||
|
||||
NautilusListView GtkTreeView {
|
||||
border-color: @borders;
|
||||
}
|
||||
|
||||
/******************
|
||||
* gnome terminal *
|
||||
******************/
|
||||
VteTerminal {
|
||||
background-color: @bg_color;
|
||||
color: @fg_color;
|
||||
}
|
||||
|
||||
/*********
|
||||
* gedit *
|
||||
*********/
|
||||
GeditViewFrame .gedit-search-slider {
|
||||
padding: 4px;
|
||||
border-radius: 0 0 0 5px;
|
||||
border: 0;
|
||||
background-color: @bg_color;
|
||||
}
|
||||
|
||||
GeditViewFrame .gedit-search-slider .linked .button {
|
||||
border-color: alpha(black,0.2);
|
||||
}
|
||||
|
||||
GeditViewFrame .gedit-search-slider .linked .button:hover {
|
||||
border-color: transparent;
|
||||
border-top-color: alpha(white,0.2);
|
||||
border-bottom-color: alpha(black,0.2);
|
||||
}
|
||||
|
||||
|
||||
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: @selected_bg_color;
|
||||
color: @selected_fg_color;
|
||||
}
|
||||
|
||||
GdTaggedEntry *{
|
||||
color: @fg_color;
|
||||
}
|
||||
|
||||
/**************
|
||||
* Tweak Tool *
|
||||
**************/
|
||||
.tweak:hover{
|
||||
color: @text_color;
|
||||
}
|
||||
|
||||
.tweak-categories .list-row.button:hover {
|
||||
background-color: @selected_bg_color;
|
||||
color: @selected_fg_color;
|
||||
}
|
||||
|
||||
.tweak-categories {
|
||||
background-color: @base_color;
|
||||
background-image: linear-gradient(to bottom,@base_color,@base_color);
|
||||
}
|
||||
|
||||
/**************
|
||||
* geary *
|
||||
**************/
|
||||
.geary-titlebar-right GtkBox.left .button{
|
||||
|
||||
background: transparent;
|
||||
}
|
||||
.geary-titlebar-right GtkBox.left .button:hover{
|
||||
|
||||
background: transparent;
|
||||
}
|
17
themes/gtk/Dracula/gtk-3.0/apps/mate-applications.css
Normal file
17
themes/gtk/Dracula/gtk-3.0/apps/mate-applications.css
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
/********
|
||||
* Caja *
|
||||
********/
|
||||
|
||||
/* caja sidebar */
|
||||
CajaWindow FMTreeView .view,
|
||||
CajaWindow CajaNotesViewer .view,
|
||||
CajaWindow CajaPlacesSidebar .view,
|
||||
CajaWindow CajaHistorySidebar .view,
|
||||
CajaWindow CajaInformationPanel GtkVBox,
|
||||
CajaWindow CajaEmblemSidebar GtkViewport {
|
||||
background-color: @header_bg_color;
|
||||
color: @header_fg_color;
|
||||
border-width: 0px;
|
||||
}
|
||||
|
12
themes/gtk/Dracula/gtk-3.0/apps/solus-applications.css
Executable file
12
themes/gtk/Dracula/gtk-3.0/apps/solus-applications.css
Executable file
|
@ -0,0 +1,12 @@
|
|||
QuirkyClient .linked .button:first-child {
|
||||
border-color: alpha(black,0.2);
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
QuirkyClient .linked .button:first-child:hover,
|
||||
QuirkyClient .linked .button:first-child:active,
|
||||
QuirkyClient .linked .button:first-child:checked {
|
||||
border-color: transparent;
|
||||
border-top-color: alpha(white,0.2);
|
||||
border-bottom-color: alpha(black,0.2);
|
||||
}
|
74
themes/gtk/Dracula/gtk-3.0/apps/unity.css
Executable file
74
themes/gtk/Dracula/gtk-3.0/apps/unity.css
Executable file
|
@ -0,0 +1,74 @@
|
|||
UnityDecoration {
|
||||
-UnityDecoration-extents: 28px 0px 0px 0px;
|
||||
-UnityDecoration-input-extents: 10px;
|
||||
|
||||
-UnityDecoration-shadow-offset-x: 0px;
|
||||
-UnityDecoration-shadow-offset-y: 3px;
|
||||
-UnityDecoration-active-shadow-color: alpha(@dark_shadow, 0.75);
|
||||
-UnityDecoration-active-shadow-radius: 9px;
|
||||
-UnityDecoration-inactive-shadow-color: alpha(@dark_shadow, 0.5);
|
||||
-UnityDecoration-inactive-shadow-radius: 6px;
|
||||
|
||||
-UnityDecoration-glow-size: 10px;
|
||||
-UnityDecoration-glow-color: @theme_selected_bg_color;
|
||||
|
||||
-UnityDecoration-title-indent: 10px;
|
||||
-UnityDecoration-title-fade: 50px;
|
||||
-UnityDecoration-title-alignment: 0.0;
|
||||
}
|
||||
|
||||
UnityDecoration.top {
|
||||
border: 1px solid @header_bg_color;
|
||||
border-bottom-width: 0;
|
||||
border-radius: 5px 5px 0 0;
|
||||
padding: 1px 8px 0 8px;
|
||||
background-color: @header_bg_color;
|
||||
color: @header_fg_color;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
UnityDecoration.top:backdrop {
|
||||
border: 1px solid @header_bg_color;
|
||||
border-bottom-width: 0;
|
||||
background-color: @header_bg_color;
|
||||
color: mix(@titlebar_fg_color, @titlebar_bg_color, 0.2);
|
||||
}
|
||||
|
||||
UnityDecoration.left,
|
||||
UnityDecoration.right,
|
||||
UnityDecoration.bottom {
|
||||
background-color: @theme_bg_color;
|
||||
}
|
||||
|
||||
UnityDecoration.left:backdrop,
|
||||
UnityDecoration.right:backdrop,
|
||||
UnityDecoration.bottom:backdrop {
|
||||
background-color: @theme_bg_color;
|
||||
}
|
||||
|
||||
UnityPanelWidget,
|
||||
.unity-panel {
|
||||
border-width: 0 0 0 0;
|
||||
border-style: solid;
|
||||
border-color: @panel_bg_color;
|
||||
background-color: @header_bg_color; /* the theme_bg_color of the dark theme */
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.unity-panel.menubar,
|
||||
.unity-panel .menubar {
|
||||
}
|
||||
|
||||
.unity-panel.menuitem,
|
||||
.unity-panel .menuitem {
|
||||
border-width: 0 0 0 0;
|
||||
color: @panel_fg_color;
|
||||
}
|
||||
|
||||
.unity-panel.menubar.menuitem:hover,
|
||||
.unity-panel.menubar .menuitem *:hover {
|
||||
border-color: mix(@panel_bg_color, @panel_fg_color, 0.2);
|
||||
background-color: @selected_bg_color;
|
||||
background-image: none;
|
||||
color: shade(@panel_fg_color, 1.08);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue