- fix gnome / gtk3 scrollbars - fix progress bars - add more icons - more icon resolutions - re-merge with ubuntu themes - overall re-compressubuntu/bionic
@ -1,3 +1,8 @@
|
|||||||
- new unity controls
|
- improve rc files
|
||||||
- improved rc files
|
- fix gnome / gtk3 scrollbars
|
||||||
|
- fix progress bars
|
||||||
|
- add more icons
|
||||||
|
- more icon resolutions
|
||||||
- re-merge with ubuntu themes
|
- re-merge with ubuntu themes
|
||||||
|
- overall re-compress
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 22 KiB |
@ -0,0 +1 @@
|
|||||||
|
battery.svg
|
@ -0,0 +1 @@
|
|||||||
|
battery.svg
|
@ -0,0 +1 @@
|
|||||||
|
battery.svg
|
@ -0,0 +1 @@
|
|||||||
|
battery.svg
|
@ -0,0 +1 @@
|
|||||||
|
battery.svg
|
@ -1,204 +0,0 @@
|
|||||||
style "nautilus-window-base"
|
|
||||||
{
|
|
||||||
bg[NORMAL] = @base_color
|
|
||||||
}
|
|
||||||
|
|
||||||
style "nautilus-sidebar" = "sidebar"
|
|
||||||
{
|
|
||||||
GtkTreeView::horizontal_separator = 15
|
|
||||||
GtkTreeView::vertical_separator = 2
|
|
||||||
}
|
|
||||||
|
|
||||||
style "nautilus-sidebar-other" = "nautilus-sidebar"
|
|
||||||
{
|
|
||||||
xthickness = 0
|
|
||||||
bg[NORMAL] = @sidebar_color
|
|
||||||
}
|
|
||||||
|
|
||||||
style "nautilus-view"
|
|
||||||
{
|
|
||||||
xthickness = 0
|
|
||||||
ythickness = 0
|
|
||||||
}
|
|
||||||
|
|
||||||
style "nautilus-handle"
|
|
||||||
{
|
|
||||||
GtkPaned::handle-size = 2
|
|
||||||
|
|
||||||
engine "pixmap"
|
|
||||||
{
|
|
||||||
image # for the thin gray line separating the sidepane and viewpane
|
|
||||||
{
|
|
||||||
function = HANDLE
|
|
||||||
recolorable = TRUE
|
|
||||||
file = "/Sidebar/handle.png"
|
|
||||||
stretch = TRUE
|
|
||||||
border = { 0, 0, 0, 0 }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
style "nautilus-extra-view"
|
|
||||||
{
|
|
||||||
|
|
||||||
xthickness = 0
|
|
||||||
ythickness = 0
|
|
||||||
|
|
||||||
bg_pixmap[NORMAL] = "/nautilus/extra-widget.png"
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
style "nautilus-statusbar"
|
|
||||||
{
|
|
||||||
xthickness = 4
|
|
||||||
|
|
||||||
bg[NORMAL] = @base_color
|
|
||||||
bg[PRELIGHT] = shade (1.16, mix (0.1, @bg_color, @selected_bg_color))
|
|
||||||
bg[SELECTED] = @fg_color
|
|
||||||
|
|
||||||
base[SELECTED] = shade (0.8, @selected_bg_color)
|
|
||||||
|
|
||||||
fg[NORMAL] = mix (0.4, @base_color, @text_color)
|
|
||||||
fg[PRELIGHT] = mix (0.4, @base_color, @text_color)
|
|
||||||
fg[SELECTED] = mix (0.4, @base_color, @text_color)
|
|
||||||
fg[ACTIVE] = mix (0.4, @base_color, @text_color)
|
|
||||||
fg[INSENSITIVE] = mix (0.4, @base_color, @text_color)
|
|
||||||
|
|
||||||
engine "pixmap"
|
|
||||||
{
|
|
||||||
|
|
||||||
image
|
|
||||||
{
|
|
||||||
function = RESIZE_GRIP
|
|
||||||
recolorable = TRUE
|
|
||||||
detail = "statusbar"
|
|
||||||
overlay_file = "/nautilus/resize_grip.png"
|
|
||||||
overlay_border = {0,0,0,0 }
|
|
||||||
overlay_stretch = FALSE
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
style "nautilus-notebook"
|
|
||||||
{
|
|
||||||
xthickness = 0
|
|
||||||
ythickness = 0
|
|
||||||
}
|
|
||||||
|
|
||||||
style "nautilus-scale"
|
|
||||||
{
|
|
||||||
ythickness = 0
|
|
||||||
|
|
||||||
GtkRange ::trough-border = 0
|
|
||||||
GtkScale ::trough-side-details = 0
|
|
||||||
|
|
||||||
engine "pixmap"
|
|
||||||
{
|
|
||||||
image
|
|
||||||
{
|
|
||||||
function = BOX
|
|
||||||
detail = "trough"
|
|
||||||
file = "/Range/trough.png"
|
|
||||||
border = { 10, 10, 5, 15 }
|
|
||||||
}
|
|
||||||
image
|
|
||||||
{
|
|
||||||
function = SLIDER
|
|
||||||
overlay_file = "/Range/slider.png"
|
|
||||||
overlay_stretch = FALSE
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
style "nautilus-mode-button"
|
|
||||||
{
|
|
||||||
|
|
||||||
engine "pixmap"
|
|
||||||
{
|
|
||||||
image
|
|
||||||
{
|
|
||||||
function = BOX
|
|
||||||
recolorable = TRUE
|
|
||||||
state = PRELIGHT
|
|
||||||
file = "/nautilus/mode_prelight.png"
|
|
||||||
border = { 3, 13, 3, 3 }
|
|
||||||
stretch = TRUE
|
|
||||||
}
|
|
||||||
|
|
||||||
image
|
|
||||||
{
|
|
||||||
function = BOX
|
|
||||||
recolorable = TRUE
|
|
||||||
state = NORMAL
|
|
||||||
file = "/nautilus/mode_normal.png"
|
|
||||||
border = { 3, 13, 3, 3 }
|
|
||||||
stretch = TRUE
|
|
||||||
}
|
|
||||||
|
|
||||||
image
|
|
||||||
{
|
|
||||||
function = BOX
|
|
||||||
recolorable = TRUE
|
|
||||||
state = ACTIVE
|
|
||||||
file = "/nautilus/mode_pressed.png"
|
|
||||||
border = { 3, 13, 3, 3 }
|
|
||||||
stretch = TRUE
|
|
||||||
}
|
|
||||||
|
|
||||||
image
|
|
||||||
{
|
|
||||||
function = BOX
|
|
||||||
recolorable = TRUE
|
|
||||||
state = INSENSITIVE
|
|
||||||
file = "/nautilus/mode_normal.png"
|
|
||||||
border = { 3, 13, 3, 3 }
|
|
||||||
stretch = TRUE
|
|
||||||
}
|
|
||||||
|
|
||||||
image
|
|
||||||
{
|
|
||||||
function = BOX
|
|
||||||
recolorable = TRUE
|
|
||||||
state = SELECTED
|
|
||||||
file = "/nautilus/mode_pressed.png"
|
|
||||||
border = { 3, 13, 3, 3 }
|
|
||||||
stretch = TRUE
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
style "nautilus-right-slider"
|
|
||||||
{
|
|
||||||
xthickness = 0
|
|
||||||
ythickness = 0
|
|
||||||
|
|
||||||
engine "pixmap"
|
|
||||||
{
|
|
||||||
image {
|
|
||||||
function = BOX
|
|
||||||
file = "/nautilus/right_slider_normal.png"
|
|
||||||
border = { 3, 3, 3, 3 }
|
|
||||||
stretch = TRUE
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
widget "*NautilusNavigationWindow" style "nautilus-window-base"
|
|
||||||
widget "*Nautilus*Splitter" style "nautilus-handle"
|
|
||||||
widget_class "*Nautilus*View*" style "nautilus-view"
|
|
||||||
widget_class "*Nautilus*NautilusSidePane*" style "nautilus-sidebar"
|
|
||||||
widget_class "*Nautilus*Statusbar*" style "nautilus-statusbar"
|
|
||||||
widget_class "*Nautilus*Scale*" style "nautilus-scale"
|
|
||||||
|
|
||||||
widget_class "*Nautilus*Notebook" style "nautilus-notebook"
|
|
||||||
|
|
||||||
widget "*GtkModeButton*" style "nautilus-mode-button"
|
|
||||||
|
|
||||||
widget "*.nautilus-extra-view-widget" style : highest "nautilus-extra-view"
|
|
||||||
|
|
||||||
widget_class "*NautilusPathBar.*ToggleButton*" style "nautilus-breadcrumbs"
|
|
||||||
widget "Nautilus*left_slider*" style "nautilus-left-slider"
|
|
||||||
widget "Nautilus*right_slider*" style "nautilus-right-slider"
|
|
||||||
|
|
@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
GladeEditor GtkContainer {
|
||||||
|
background-color: @bg_color
|
||||||
|
}
|
||||||
|
|
||||||
|
GladeWindow GtkGrid {
|
||||||
|
background-color: @bg_color
|
||||||
|
}
|
@ -1,7 +1,23 @@
|
|||||||
/* gnome-terminal */
|
/* gnome-terminal */
|
||||||
|
@define-color terminal_bg #300a24;
|
||||||
|
|
||||||
TerminalScreen {
|
TerminalScreen {
|
||||||
-TerminalScreen-background-darkness: 0.95;
|
-TerminalScreen-background-darkness: 0.95;
|
||||||
background-color: #300a24;
|
background-color: @terminal_bg;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
TerminalScreenContainer .scrollbar:hover:not(.slider),
|
||||||
|
TerminalScreenContainer .scrollbar.dragging:not(.slider) {
|
||||||
|
background-color: alpha(@scrollbar_track_color, 0.4);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Since .hovering class is not working here, we always use the same radius */
|
||||||
|
TerminalScreenContainer .scrollbar.slider.hovering,
|
||||||
|
TerminalScreenContainer .scrollbar.slider.dragging {
|
||||||
|
border-radius: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
TerminalScreenContainer .scrollbar {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
.action-bar {
|
||||||
|
background-color: @bg_color;
|
||||||
|
}
|
@ -0,0 +1,94 @@
|
|||||||
|
.lightdm.menu {
|
||||||
|
background-image: none;
|
||||||
|
background-color: alpha (black, 0.6);
|
||||||
|
border-color: alpha (white, 0.2);
|
||||||
|
border-radius: 4px;
|
||||||
|
padding: 1px;
|
||||||
|
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lightdm-combo .menu {
|
||||||
|
background-color: shade (@dark_bg_color, 1.08);
|
||||||
|
border-radius: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lightdm.menu .menuitem *,
|
||||||
|
.lightdm.menu .menuitem.check:active,
|
||||||
|
.lightdm.menu .menuitem.radio:active {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lightdm.menubar {
|
||||||
|
background-image: none;
|
||||||
|
background-color: alpha (black, 0.5);
|
||||||
|
}
|
||||||
|
|
||||||
|
.lightdm-combo.combobox-entry .button,
|
||||||
|
.lightdm-combo .cell,
|
||||||
|
.lightdm-combo .button,
|
||||||
|
.lightdm-combo .entry,
|
||||||
|
.lightdm.button,
|
||||||
|
.lightdm.entry {
|
||||||
|
background-image: none;
|
||||||
|
background-color: alpha (black, 0.3);
|
||||||
|
border-color: alpha (white, 0.6);
|
||||||
|
border-radius: 5px;
|
||||||
|
padding: 7px;
|
||||||
|
|
||||||
|
color: white;
|
||||||
|
text-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lightdm.button,
|
||||||
|
.lightdm.button:hover,
|
||||||
|
.lightdm.button:active,
|
||||||
|
.lightdm.button:active:focused,
|
||||||
|
.lightdm.entry,
|
||||||
|
.lightdm.entry:hover,
|
||||||
|
.lightdm.entry:active,
|
||||||
|
.lightdm.entry:active:focused {
|
||||||
|
background-image: none;
|
||||||
|
border-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lightdm.button:focused,
|
||||||
|
.lightdm.entry:focused {
|
||||||
|
border-color: alpha (white, 0.9);
|
||||||
|
border-width: 1px;
|
||||||
|
border-style: solid;
|
||||||
|
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lightdm.entry:selected {
|
||||||
|
background-color: alpha (white, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes dashentry_spinner {
|
||||||
|
to { -gtk-icon-transform: rotate(1turn); }
|
||||||
|
}
|
||||||
|
|
||||||
|
.lightdm.entry:active {
|
||||||
|
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||||
|
animation: dashentry_spinner 1s infinite linear;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lightdm.option-button {
|
||||||
|
padding: 2px;
|
||||||
|
background: none;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lightdm.toggle-button {
|
||||||
|
background: none;
|
||||||
|
border-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lightdm.toggle-button.selected {
|
||||||
|
background-color: alpha (black, 0.3);
|
||||||
|
border-width: 1px;
|
||||||
|
}
|
Before Width: | Height: | Size: 377 B |
Before Width: | Height: | Size: 572 B |