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

Commit

Permalink
Gtk: Add some xed specific theming
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMcc committed Feb 9, 2017
1 parent d1bdb93 commit 735fd68
Show file tree
Hide file tree
Showing 8 changed files with 92 additions and 10 deletions.
11 changes: 10 additions & 1 deletion src/gtk-3.0/3.18/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2899,7 +2899,7 @@ GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar {
margin: 2px;
padding: 2px; }

GeditViewFrame .gedit-search-slider {
GeditViewFrame .gedit-search-slider, .xed-window .xed-goto-line-box {
background-color: #3d3d3d;
padding: 6px;
border-color: #292929;
Expand Down Expand Up @@ -3297,6 +3297,15 @@ SwitchboardCategoryView .view:selected:focus {
padding: 6px;
background-color: #353535; }

.xed-window .xed-panel.side .notebook tab.top {
padding: 8px 12px; }
.xed-window .xed-panel.bottom .notebook.frame {
border: none; }
.xed-window .xed-statusbar,
.xed-window .xed-searchbar {
border: 0px solid #292929;
border-top-width: 1px; }

#panel_window {
background-color: #292929;
color: #C3C3C3;
Expand Down
11 changes: 10 additions & 1 deletion src/gtk-3.0/3.18/gtk-darker.css
Original file line number Diff line number Diff line change
Expand Up @@ -2902,7 +2902,7 @@ GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar {
margin: 2px;
padding: 2px; }

GeditViewFrame .gedit-search-slider {
GeditViewFrame .gedit-search-slider, .xed-window .xed-goto-line-box {
background-color: whitesmoke;
padding: 6px;
border-color: #d9d9d9;
Expand Down Expand Up @@ -3300,6 +3300,15 @@ SwitchboardCategoryView .view:selected:focus {
padding: 6px;
background-color: #ededed; }

.xed-window .xed-panel.side .notebook tab.top {
padding: 8px 12px; }
.xed-window .xed-panel.bottom .notebook.frame {
border: none; }
.xed-window .xed-statusbar,
.xed-window .xed-searchbar {
border: 0px solid #d9d9d9;
border-top-width: 1px; }

#panel_window {
background-color: #393939;
color: #C3C3C3;
Expand Down
11 changes: 10 additions & 1 deletion src/gtk-3.0/3.18/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -2906,7 +2906,7 @@ GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar {
margin: 2px;
padding: 2px; }

GeditViewFrame .gedit-search-slider {
GeditViewFrame .gedit-search-slider, .xed-window .xed-goto-line-box {
background-color: whitesmoke;
padding: 6px;
border-color: #d9d9d9;
Expand Down Expand Up @@ -3304,6 +3304,15 @@ SwitchboardCategoryView .view:selected:focus {
padding: 6px;
background-color: #ededed; }

.xed-window .xed-panel.side .notebook tab.top {
padding: 8px 12px; }
.xed-window .xed-panel.bottom .notebook.frame {
border: none; }
.xed-window .xed-statusbar,
.xed-window .xed-searchbar {
border: 0px solid #d9d9d9;
border-top-width: 1px; }

#panel_window {
background-color: #393939;
color: #C3C3C3;
Expand Down
25 changes: 22 additions & 3 deletions src/gtk-3.0/3.18/sass/_applications.scss
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,12 @@ NemoWindow {
& .frame { border-width: 0; }
& .cell { padding: 0 2px; }
& .scrollbar.vertical .trough { background-color: transparent; }
& .scrollbar.vertical .slider {
& .scrollbar.vertical .slider {
background-color: mix($fg_color, $bg_color, 40%);

&:hover { background-color: mix($fg_color, $bg_color, 20%); }
&:hover { background-color: mix($fg_color, $bg_color, 20%); }
}

}

GtkSeparator.separator.horizontal { color: $borders_color; }
Expand Down Expand Up @@ -827,3 +827,22 @@ SwitchboardCategoryView .view:selected:focus {
padding: 6px;
background-color: if($variant == 'light', darken($bg_color, 1%), darken($bg_color, 1%));
}

//
// Xapps
//
.xed-window {

.xed-panel {
&.side .notebook tab.top { padding: 8px 12px; }
&.bottom .notebook.frame { border: none; }
}

.xed-statusbar,
.xed-searchbar {
border: 0px solid $borders_color;
border-top-width: 1px;
}

.xed-goto-line-box { @extend %search_slider }
}
11 changes: 10 additions & 1 deletion usr/share/themes/Mint-Y-Dark/gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -2899,7 +2899,7 @@ GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar {
margin: 2px;
padding: 2px; }

GeditViewFrame .gedit-search-slider {
GeditViewFrame .gedit-search-slider, .xed-window .xed-goto-line-box {
background-color: #3d3d3d;
padding: 6px;
border-color: #292929;
Expand Down Expand Up @@ -3297,6 +3297,15 @@ SwitchboardCategoryView .view:selected:focus {
padding: 6px;
background-color: #353535; }

.xed-window .xed-panel.side .notebook tab.top {
padding: 8px 12px; }
.xed-window .xed-panel.bottom .notebook.frame {
border: none; }
.xed-window .xed-statusbar,
.xed-window .xed-searchbar {
border: 0px solid #292929;
border-top-width: 1px; }

#panel_window {
background-color: #292929;
color: #C3C3C3;
Expand Down
11 changes: 10 additions & 1 deletion usr/share/themes/Mint-Y-Darker/gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2899,7 +2899,7 @@ GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar {
margin: 2px;
padding: 2px; }

GeditViewFrame .gedit-search-slider {
GeditViewFrame .gedit-search-slider, .xed-window .xed-goto-line-box {
background-color: #3d3d3d;
padding: 6px;
border-color: #292929;
Expand Down Expand Up @@ -3297,6 +3297,15 @@ SwitchboardCategoryView .view:selected:focus {
padding: 6px;
background-color: #353535; }

.xed-window .xed-panel.side .notebook tab.top {
padding: 8px 12px; }
.xed-window .xed-panel.bottom .notebook.frame {
border: none; }
.xed-window .xed-statusbar,
.xed-window .xed-searchbar {
border: 0px solid #292929;
border-top-width: 1px; }

#panel_window {
background-color: #292929;
color: #C3C3C3;
Expand Down
11 changes: 10 additions & 1 deletion usr/share/themes/Mint-Y-Darker/gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -2902,7 +2902,7 @@ GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar {
margin: 2px;
padding: 2px; }

GeditViewFrame .gedit-search-slider {
GeditViewFrame .gedit-search-slider, .xed-window .xed-goto-line-box {
background-color: whitesmoke;
padding: 6px;
border-color: #d9d9d9;
Expand Down Expand Up @@ -3300,6 +3300,15 @@ SwitchboardCategoryView .view:selected:focus {
padding: 6px;
background-color: #ededed; }

.xed-window .xed-panel.side .notebook tab.top {
padding: 8px 12px; }
.xed-window .xed-panel.bottom .notebook.frame {
border: none; }
.xed-window .xed-statusbar,
.xed-window .xed-searchbar {
border: 0px solid #d9d9d9;
border-top-width: 1px; }

#panel_window {
background-color: #393939;
color: #C3C3C3;
Expand Down
11 changes: 10 additions & 1 deletion usr/share/themes/Mint-Y/gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -2906,7 +2906,7 @@ GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar {
margin: 2px;
padding: 2px; }

GeditViewFrame .gedit-search-slider {
GeditViewFrame .gedit-search-slider, .xed-window .xed-goto-line-box {
background-color: whitesmoke;
padding: 6px;
border-color: #d9d9d9;
Expand Down Expand Up @@ -3304,6 +3304,15 @@ SwitchboardCategoryView .view:selected:focus {
padding: 6px;
background-color: #ededed; }

.xed-window .xed-panel.side .notebook tab.top {
padding: 8px 12px; }
.xed-window .xed-panel.bottom .notebook.frame {
border: none; }
.xed-window .xed-statusbar,
.xed-window .xed-searchbar {
border: 0px solid #d9d9d9;
border-top-width: 1px; }

#panel_window {
background-color: #393939;
color: #C3C3C3;
Expand Down

0 comments on commit 735fd68

Please sign in to comment.