Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eliab Andi Artz
package-helpers
Commits
0e9c6109
Commit
0e9c6109
authored
3 years ago
by
Ruben Rodriguez
Browse files
Options
Downloads
Patches
Plain Diff
make-greybird-gtk-theme: style improvemnts, gtk2 changes
parent
61e58395
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
helpers/DATA/greybird-gtk-theme/mate.scss
+3
-3
3 additions, 3 deletions
helpers/DATA/greybird-gtk-theme/mate.scss
helpers/make-greybird-gtk-theme
+24
-6
24 additions, 6 deletions
helpers/make-greybird-gtk-theme
with
27 additions
and
9 deletions
helpers/DATA/greybird-gtk-theme/mate.scss
+
3
−
3
View file @
0e9c6109
...
...
@@ -57,7 +57,7 @@
/* treeview rows */
.caja-side-pane
treeview
.view
{
padding
:
4
px
0px
4
px
0px
;
padding
:
3
px
0px
3
px
0px
;
}
/* to avoid overlap with eject buttons */
...
...
@@ -314,8 +314,8 @@ na-tray-applet widget box widget {
}
/* make the volume indicator icon more visible */
.mate-panel-menu-bar
menubar
>
menuitem
*
*
*
{
-gtk-icon-shadow
:
0
0
2
px
black
;
.mate-panel-menu-bar
menubar
>
menuitem
{
-gtk-icon-shadow
:
0
0
1
px
black
;
}
/* volume applet, brightness applet */
...
...
This diff is collapsed.
Click to expand it.
helpers/make-greybird-gtk-theme
+
24
−
6
View file @
0e9c6109
...
...
@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
VERSION
=
1
VERSION
=
2
EXTERNAL
=
'deb-src http://archive.ubuntu.com/ubuntu impish main universe'
.
./config
...
...
@@ -25,7 +25,7 @@ EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu impish main universe'
sed
'/debhelper-compat/s/13/12/'
-i
debian/control
#highlight color
sed
's/#398ee7/#6699CC/g'
-i
light/gtk-3.0/_colors.scss
sed
's/#398ee7/#6699CC/g'
-i
light/gtk-3.0/_colors.scss
light/gtk-2.0/gtkrc dark/gtk-2.0/gtkrc
#custom mate-panel and other mate enhancements
cat
$DATA
/mate.scss
>>
light/gtk-3.0/_others.scss
...
...
@@ -36,6 +36,7 @@ echo '@define-color content_view_bg #{"" + $panelgradient_color};' >> dark/gtk-3
#main background: trisquel grey, dark version desaturated
sed
'/bg_color/s/#cecece, #3b3e3f/#D4D4D4, #3b3b3b/'
-i
light/gtk-3.0/_colors.scss
sed
's/#CECECE/#D4D4D4/g; s/#3b3e3f/#3b3b3b/g'
-i
light/gtk-2.0/gtkrc dark/gtk-2.0/gtkrc
#increase contrast on gtk notebooks
sed
's/shade($bg_color, 1.05);/shade($bg_color, 1.13);/'
-i
light/gtk-3.0/_common.scss
...
...
@@ -69,10 +70,27 @@ sed '/$menu_color/s/18/7/' -i light/gtk-3.0/_colors.scss
#border on side panel top, gtk file chooser
sed
'/^placessidebar/,/^$/s/border-style: none;/border-width:1px 0px 0px 0px/'
-i
light/gtk-3.0/_common.scss
#TODO
#dark theme panel correction
#dark theme darkbar
#square scrollbars
sed
'/\/\/ slider$/,/^$/s/min-width: 7px/min-width: 12px/g'
-i
light/gtk-3.0/_common.scss
sed
'/\/\/ slider$/,/^$/s/min-height: 7px/min-height: 12px/g'
-i
light/gtk-3.0/_common.scss
sed
'/\/\/ slider$/,/^$/s/margin: 3px/margin: 0px/g'
-i
light/gtk-3.0/_common.scss
sed
'/\/\/ slider$/,/^$/s/border-radius: 10px/border-radius: 0px/g'
-i
light/gtk-3.0/_common.scss
sed
'/GtkScrollbar/s/::trough-border.*/::trough-border = 0/'
-i
light/gtk-2.0/gtkrc dark/gtk-2.0/gtkrc
sed
'/GtkScrollbar/s/::slider-width.*/::slider-width = 12/'
-i
light/gtk-2.0/gtkrc dark/gtk-2.0/gtkrc
sed
'/^style "scrollbar"/,/^}$/s/roundness.*/roundness = 0/'
-i
light/gtk-2.0/gtkrc dark/gtk-2.0/gtkrc
#bigger buttons
sed
'/^button {/,/transition/s/min-height: 24px/min-height: 26px/'
-i
light/gtk-3.0/_common.scss
sed
'/^button {/,/transition/s/padding: 1px 2px/padding: 1px 4px/'
-i
light/gtk-3.0/_common.scss
#tooltips
sed
'/^tooltip {$/,/^}$/s/background-color: transparentize.*/background-color: #F5F5B5;/'
-i
light/gtk-3.0/_common.scss
sed
'/^tooltip {$/,/^}$/s/color: white/color: black/'
-i
light/gtk-3.0/_common.scss
sed
'/^tooltip {$/,/^}$/s/border-radius: 5px/border-radius: 0px/'
-i
light/gtk-3.0/_common.scss
sed
'/^tooltip {$/,/^}$/s/padding: 1px/padding: 3px/'
-i
light/gtk-3.0/_common.scss
sed
'/^tooltip {$/,/^}$/s/text-shadow.*/text-shadow: none;/'
-i
light/gtk-3.0/_common.scss
sed
'/tooltip/s/#000000/#F5F5B5/; s/#E1E1E1/#000000/'
-i
light/gtk-2.0/gtkrc dark/gtk-2.0/gtkrc
changelog
"Customized for Trisquel"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment