Skip to content
This repository has been archived by the owner on May 29, 2018. It is now read-only.

Commit

Permalink
more budgie refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
AmperSam-git committed May 23, 2016
1 parent 3c0ec75 commit 87369ba
Show file tree
Hide file tree
Showing 6 changed files with 368 additions and 268 deletions.
80 changes: 50 additions & 30 deletions Paper/gtk-3.18/apps/_budgie.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,31 @@ $asset_suffix: if($variant == 'default', '', '-hc');
}
}

// Positional Styles
@each $pos, $b_pos in $pos_list {

// Panel borders
.#{$pos} .budgie-panel {
border-#{$b_pos}: 1px solid transparentize(black,0.8);
box-shadow:inset 0 1px 0 0 transparentize(white,0.9);
}

// Raven borders
.#{$pos} .raven-frame {
border-#{$b_pos}: 1px solid transparentize(black, 0.2);
box-shadow:inset 0 0 0 1px transparentize(white, 0.7);
}

// Shadows
.#{$pos} .shadow-block {
background-color: transparent;
background-image: linear-gradient(to $b_pos,
$shadow_color,
transparent,
transparent);
}
}

// Budgie
.budgie-container {
background-image: none;
Expand Down Expand Up @@ -66,16 +91,34 @@ $asset_suffix: if($variant == 'default', '', '-hc');

// Panel
.budgie-panel {
font: bold;
font-size: 100%;
color: $budgie_panel_fg_color;
background-color: $budgie_panel_bg_color;

// this is the actual style for some reason
&:backdrop {
color: $budgie_panel_fg_color;
background-color: $budgie_panel_bg_color;
}

// Menu
BudgieMenuApplet {
font: bold;
.label {
color: $budgie_panel_fg_color;
text-shadow: 0 1px $shadow_color;
}
}

// Clock
ClockApplet {
font: monospace bold;
font-size: 90%;
.label {
color: $budgie_panel_fg_color;
text-shadow: 0 1px $shadow_color;
}
}

// Tasklist
WnckTasklist {
.button,
Expand All @@ -84,7 +127,7 @@ $asset_suffix: if($variant == 'default', '', '-hc');
border-radius: 0;

@if $variant == 'default' {
// &:not(:hover):not(:active):not(:checked) { color: gtkalpha(currentColor, 0.5); }
&:not(:hover):not(:active):not(:checked) { color: gtkalpha(currentColor, 0.5); }
background: none;
background-clip: padding-box;
border: none;
Expand All @@ -96,7 +139,7 @@ $asset_suffix: if($variant == 'default', '', '-hc');

// Icon Tasklist
.launcher {
// transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
padding-left: 2px;
padding-right: 2px;
border-color: transparentize($budgie_panel_bg_color, 1.0); // fixes the transition
Expand All @@ -117,34 +160,10 @@ $asset_suffix: if($variant == 'default', '', '-hc');
}
}



@each $pos, $b_pos in $pos_list {

// Panel borders
.#{$pos} .budgie-panel {
border-#{$b_pos}: 1px solid transparentize(black,0.8);
box-shadow:none;
}

// Raven borders
.#{$pos} .raven-frame {
border-#{$b_pos}: 1px solid transparentize(black, 0.2);
box-shadow:inset 0 0 0 1px transparentize(white, 0.7);
}

// Shadows
.#{$pos} .shadow-block {
background-color: transparent;
background-image: linear-gradient(to $b_pos,
$shadow_color,
transparent);
}
}

// Raven

.raven {
border:none;
color: $fg_color;
background-color: transparentize($bg_color, 0.02);

Expand Down Expand Up @@ -176,13 +195,14 @@ $asset_suffix: if($variant == 'default', '', '-hc');

}

// Calendar
.raven-calendar {
border:none;
padding: 2px;
border-bottom:1px solid $borders_color;
}


// Session Buttons
.powerstrip {
background-color: transparent;
border: none;
Expand Down
101 changes: 56 additions & 45 deletions Paper/gtk-3.18/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -4919,92 +4919,103 @@ treeview.view header button:active {
border-left: 2px solid rgba(0, 0, 0, 0.2);
border-right: 2px solid #449ac2; }

.budgie-container {
background-image: none;
background-color: transparent; }
.budgie-container:backdrop {
background-image: none;
background-color: transparent; }

.budgie-menu GtkSearchEntry.entry:not(:selected) {
border: none;
box-shadow: none;
background: none;
font-size: 100%; }
.budgie-menu GtkSearchEntry.entry:not(:selected).image {
padding-left: 0px;
padding-right: 6px; }
.budgie-menu .list-row.activatable:selected,
.budgie-menu .list-row.activatable:selected .button {
color: inherit; }

.budgie-panel {
font: bold;
font-size: 100%;
color: #cfd8dc;
background-color: #263238; }
.budgie-panel:backdrop {
color: #cfd8dc;
background-color: #263238; }
.budgie-panel WnckTasklist .button,
.budgie-panel WnckTasklist .button:backdrop {
border-radius: 0; }
.budgie-panel .launcher {
padding-left: 2px;
padding-right: 2px;
border-color: rgba(38, 50, 56, 0); }
.budgie-panel .launcher:hover {
-gtk-image-effect: highlight; }

.top .budgie-panel {
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: none; }
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1); }

.top .raven-frame {
border-bottom: 1px solid rgba(0, 0, 0, 0.8);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); }

.top .shadow-block {
background-color: transparent;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent); }
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent, transparent); }

.bottom .budgie-panel {
border-top: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: none; }
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1); }

.bottom .raven-frame {
border-top: 1px solid rgba(0, 0, 0, 0.8);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); }

.bottom .shadow-block {
background-color: transparent;
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent); }
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent, transparent); }

.left .budgie-panel {
border-right: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: none; }
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1); }

.left .raven-frame {
border-right: 1px solid rgba(0, 0, 0, 0.8);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); }

.left .shadow-block {
background-color: transparent;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent); }
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent, transparent); }

.right .budgie-panel {
border-left: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: none; }
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1); }

.right .raven-frame {
border-left: 1px solid rgba(0, 0, 0, 0.8);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); }

.right .shadow-block {
background-color: transparent;
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2), transparent); }
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2), transparent, transparent); }

.budgie-container {
background-image: none;
background-color: transparent; }
.budgie-container:backdrop {
background-image: none;
background-color: transparent; }

.budgie-menu GtkSearchEntry.entry:not(:selected) {
border: none;
box-shadow: none;
background: none;
font-size: 100%; }
.budgie-menu GtkSearchEntry.entry:not(:selected).image {
padding-left: 0px;
padding-right: 6px; }
.budgie-menu .list-row.activatable:selected,
.budgie-menu .list-row.activatable:selected .button {
color: inherit; }

.budgie-panel {
color: #cfd8dc;
background-color: #263238; }
.budgie-panel:backdrop {
color: #cfd8dc;
background-color: #263238; }
.budgie-panel BudgieMenuApplet {
font: bold; }
.budgie-panel BudgieMenuApplet .label {
color: #cfd8dc;
text-shadow: 0 1px rgba(0, 0, 0, 0.2); }
.budgie-panel ClockApplet {
font: monospace bold;
font-size: 90%; }
.budgie-panel ClockApplet .label {
color: #cfd8dc;
text-shadow: 0 1px rgba(0, 0, 0, 0.2); }
.budgie-panel WnckTasklist .button,
.budgie-panel WnckTasklist .button:backdrop {
border-radius: 0; }
.budgie-panel .launcher {
transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
padding-left: 2px;
padding-right: 2px;
border-color: rgba(38, 50, 56, 0); }
.budgie-panel .launcher:hover {
-gtk-image-effect: highlight; }

.raven {
border: none;
color: #cfd8dc;
background-color: rgba(55, 71, 79, 0.98); }
.raven .raven-header {
Expand Down
Loading

0 comments on commit 87369ba

Please sign in to comment.