mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
Sync with upstream
This commit is contained in:
commit
702059a3a4
@ -29,7 +29,7 @@ Arch Linux users can install the theme from the AUR https://aur.archlinux.org/pa
|
||||
|
||||
#### Manual Installation
|
||||
|
||||
To build the theme the follwing packages are required
|
||||
To build the theme the following packages are required
|
||||
* `autoconf`
|
||||
* `automake`
|
||||
* `sassc`
|
||||
|
@ -805,3 +805,15 @@ SwitchboardCategoryView .view:selected,
|
||||
SwitchboardCategoryView .view:selected:focus {
|
||||
color: $fg_color;
|
||||
}
|
||||
|
||||
//
|
||||
// Chromium
|
||||
//
|
||||
GtkWindow.background.chromium {
|
||||
// See details in nav_button_provider_gtk3.cc
|
||||
.header-bar.titlebar .button.titlebutton {
|
||||
// move button spacing from padding to margin
|
||||
margin: 0px ((24px - 16px) / 2);
|
||||
padding: 0px;
|
||||
}
|
||||
}
|
||||
|
@ -903,3 +903,17 @@ panel-toplevel.background {
|
||||
//SwitchboardCategoryView .view:selected:focus {
|
||||
// color: $fg_color;
|
||||
//}
|
||||
|
||||
//
|
||||
// Chromium
|
||||
//
|
||||
window.background.chromium {
|
||||
// See details in nav_button_provider_gtk3.cc
|
||||
headerbar.titlebar button.titlebutton {
|
||||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
// move button spacing from padding to margin
|
||||
margin: 0px ((24px - 16px) / 2);
|
||||
padding: 0px;
|
||||
}
|
||||
}
|
||||
|
@ -237,7 +237,7 @@ $z-depth-4: rgba(0, 0, 0, 0.34);
|
||||
// main menu styling
|
||||
.workspace-switcher {
|
||||
.workspace-layout {
|
||||
border: 0 solid $bg_color;
|
||||
border: 0 solid $panel_bg;
|
||||
|
||||
.top &,
|
||||
.bottom & {
|
||||
@ -252,7 +252,7 @@ $z-depth-4: rgba(0, 0, 0, 0.34);
|
||||
|
||||
.workspace-item,
|
||||
.workspace-add-button {
|
||||
border: 0 solid $bg_color;
|
||||
border: 0 solid darken($panel_bg, 5%);
|
||||
|
||||
.top &,
|
||||
.bottom & {
|
||||
@ -267,7 +267,7 @@ $z-depth-4: rgba(0, 0, 0, 0.34);
|
||||
|
||||
.workspace-item {
|
||||
|
||||
&.current-workspace { background-color: $bg_color; }
|
||||
&.current-workspace { background-color: darken($panel_bg, 5%); }
|
||||
}
|
||||
|
||||
.workspace-add-button {
|
||||
@ -426,7 +426,7 @@ frame.raven-frame > border {
|
||||
.raven {
|
||||
background-color: $bg_color;
|
||||
color: $fg_color;
|
||||
padding: 0;
|
||||
padding: $container_padding 0 0 0;
|
||||
border: none;
|
||||
|
||||
.raven-header {
|
||||
|
Loading…
Reference in New Issue
Block a user