-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yfgjøraen
committed
Apr 30, 2023
0 parents
commit c17a2bb
Showing
183 changed files
with
3,523 additions
and
0 deletions.
There are no files selected for viewing
608 changes: 608 additions & 0 deletions
608
Gnome-Shell-Theme/DeMørkteNorskRamnen/gnome-shell/gnome-shell.css
Large diffs are not rendered by default.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
Gnome-Shell-Theme/DeMørkteNorskRamnen/gnome-shell/toggle10-off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions
8
Gnome-Shell-Theme/DeMørkteNorskRamnen/gnome-shell/toggle10-on.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# De Mærke Norske Ramnen Shell Theme | ||
|
||
This theme is inspired by u/Adventurous_Body2019 bar, and the songs made by wardruna and the early norwegian beliefs about the albine animals whom they belived had the answers and were windowm bringers. | ||
|
||
So if you enjoy the good all consistent dark themes Then this theme is for you, | ||
|
||
### !TODO | ||
- add cartoonish theme | ||
- pulish animations | ||
- publish reddit work flow and cartoonish theme | ||
|
||
## Instructions | ||
|
||
You only need to clone the repo or download the zip file with the code, extract it and copy the folders inside Gnome-Shell-Theme to either `~/.themes` or `~/.local/share/themes` | ||
after that install the [user themes extension](https://extensions.gnome.org/extension/19/user-themes/) and `gnome-tweaks`, from there you can select the shell theme. | ||
|
||
### If you want the folder an app icons | ||
|
||
i use the yaru-sage-dark theme-for-legacy-apps and icon-set which you can find pretty easly in the internet, if not install app-themes to `~/.themes` or `~/-local/share/themes` | ||
and the icons-yaru-sage-dark to `~/.icons` or `~/.local/share/icons/` | ||
|
||
then from `gnome-tweaks` | ||
in aparence change icon theme to yaru-sage-dark | ||
and legacy apps theme to yaru-sage-dark | ||
|
||
Enjoy!! | ||
|
||
if you have a better match for this theme icon set plis comment on the reddit post or in github issues | ||
|
||
## ScreenShots | ||
![Non cartoonish Desktop](Screenshots/skrivebord-nc-theme.png) | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../gnome-shell/theme/Yaru-sage-dark |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: | ||
# | ||
# This file, unlike hacks.rc, contains legitimate cases we need to handle, e.g. | ||
# custom widgets, programs giving us a chance to alter their UI to fit more with | ||
# the theme or stuff that is supposed to look different, like panels. | ||
|
||
# TODO: This could really look nicer | ||
style "gimp_spin_scale" { | ||
|
||
# Spin background | ||
bg[NORMAL] = @base_color | ||
|
||
engine "pixmap" { | ||
|
||
image { | ||
function = BOX | ||
state = NORMAL | ||
detail = "spinbutton_up" | ||
overlay_file = "assets/spin-up.png" | ||
overlay_stretch = FALSE | ||
} | ||
|
||
image { | ||
function = BOX | ||
state = PRELIGHT | ||
detail = "spinbutton_up" | ||
overlay_file = "assets/spin-up.png" | ||
overlay_stretch = FALSE | ||
} | ||
|
||
image { | ||
function = BOX | ||
state = ACTIVE | ||
detail = "spinbutton_up" | ||
overlay_file = "assets/spin-up.png" | ||
overlay_stretch = FALSE | ||
} | ||
|
||
image { | ||
function = BOX | ||
state = INSENSITIVE | ||
detail = "spinbutton_up" | ||
overlay_file = "assets/spin-up-insensitive.png" | ||
overlay_stretch = FALSE | ||
} | ||
|
||
image { | ||
function = BOX | ||
state = NORMAL | ||
detail = "spinbutton_down" | ||
overlay_file = "assets/spin-down.png" | ||
overlay_stretch = FALSE | ||
} | ||
|
||
image { | ||
function = BOX | ||
state = PRELIGHT | ||
detail = "spinbutton_down" | ||
overlay_file = "assets/spin-down.png" | ||
overlay_stretch = FALSE | ||
} | ||
|
||
image { | ||
function = BOX | ||
state = ACTIVE | ||
detail = "spinbutton_down" | ||
overlay_file = "assets/spin-down.png" | ||
overlay_stretch = FALSE | ||
} | ||
|
||
image { | ||
function = BOX | ||
state = INSENSITIVE | ||
detail = "spinbutton_down" | ||
overlay_file = "assets/spin-down-insensitive.png" | ||
overlay_stretch = FALSE | ||
} | ||
|
||
} | ||
|
||
} | ||
|
||
style "chrome_gtk_frame" { | ||
|
||
ChromeGtkFrame::frame-color = @window_color | ||
ChromeGtkFrame::frame-gradient-color = @window_color | ||
ChromeGtkFrame::inactive-frame-color = @bg_color | ||
|
||
ChromeGtkFrame::incognito-frame-color = "#cbd2d9" | ||
ChromeGtkFrame::incognito-frame-gradient-color = "#cbd2d9" | ||
ChromeGtkFrame::incognito-inactive-frame-color = mix (0.5, @bg_color, "#cbd2d9") | ||
|
||
} | ||
|
||
# Disable spin button assets for GimpSpinScale | ||
class "GimpSpinScale" style "gimp_spin_scale" | ||
|
||
# Chromium lets us define some colours and settings for better integration | ||
class "ChromeGtkFrame" style "chrome_gtk_frame" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+371 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/checkbox-checked-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+362 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/checkbox-checked-insensitive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+235 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/checkbox-mixed-insensitive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+220 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/checkbox-unchecked-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+231 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/checkbox-unchecked-hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+229 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/checkbox-unchecked-insensitive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+256 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/combo-entry-ltr-button-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+183 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/combo-entry-ltr-button-hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+175 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/combo-entry-ltr-button-insensitive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+179 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/combo-entry-ltr-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+196 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/combo-entry-ltr-entry-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+129 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/combo-entry-ltr-entry-insensitive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+254 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/combo-entry-rtl-button-active.png
Oops, something went wrong.
Binary file added
BIN
+184 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/combo-entry-rtl-button-hover.png
Oops, something went wrong.
Binary file added
BIN
+173 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/combo-entry-rtl-button-insensitive.png
Oops, something went wrong.
Binary file added
BIN
+185 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/combo-entry-rtl-button.png
Oops, something went wrong.
Binary file added
BIN
+194 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/combo-entry-rtl-entry-active.png
Oops, something went wrong.
Binary file added
BIN
+176 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/combo-entry-rtl-entry-insensitive.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+125 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/entry-background-insensitive.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+307 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/menu-checkbox-checked-insensitive.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+76 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/menu-checkbox-insensitive.png
Oops, something went wrong.
Binary file added
BIN
+85 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+131 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/menu-pan-down-insensitive.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+112 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/menu-pan-left-insensitive.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+117 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/menu-pan-right-insensitive.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+104 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/menu-pan-up-insensitive.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+167 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/menu-radio-checked-insensitive.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+85 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/menu-radio-mixed-insensitive.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+167 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/notebook-combo-entry-ltr-entry-active.png
Oops, something went wrong.
Binary file added
BIN
+145 Bytes
...es/Yaru-sage-dark/gtk-2.0/assets/notebook-combo-entry-ltr-entry-insensitive.png
Oops, something went wrong.
Binary file added
BIN
+144 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/notebook-combo-entry-ltr-entry.png
Oops, something went wrong.
Binary file added
BIN
+163 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/notebook-combo-entry-rtl-entry-active.png
Oops, something went wrong.
Binary file added
BIN
+128 Bytes
...es/Yaru-sage-dark/gtk-2.0/assets/notebook-combo-entry-rtl-entry-insensitive.png
Oops, something went wrong.
Binary file added
BIN
+153 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/notebook-combo-entry-rtl-entry.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+151 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/notebook-entry-insensitive.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+106 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/progressbar-horz-trough.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+120 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/progressbar-vert-trough.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+530 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/radio-checked-insensitive.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+345 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/radio-mixed-insensitive.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+385 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/radio-unchecked-active.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+394 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/radio-unchecked-insensitive.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+170 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/scale-horz-trough-active.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+477 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/scale-slider-insensitive.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+162 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/scale-vert-trough-active.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+177 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/scrollbar-horz-slider-active.png
Oops, something went wrong.
Binary file added
BIN
+140 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/scrollbar-horz-slider-hover.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+178 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/scrollbar-vert-slider-active-rtl.png
Oops, something went wrong.
Binary file added
BIN
+178 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/scrollbar-vert-slider-active.png
Oops, something went wrong.
Binary file added
BIN
+140 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/scrollbar-vert-slider-hover-rtl.png
Oops, something went wrong.
Binary file added
BIN
+140 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/scrollbar-vert-slider-hover.png
Oops, something went wrong.
Binary file added
BIN
+178 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/scrollbar-vert-slider-rtl.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+126 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/scrollbar-vert-trough-rtl.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+150 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/spin-ltr-down-insensitive.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+149 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/spin-ltr-up-insensitive.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+116 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/spin-rtl-down-insensitive.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+115 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/spin-rtl-up-insensitive.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+107 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/treeview-header-button.png
Oops, something went wrong.
Binary file added
BIN
+104 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/treeview-pan-down-active.png
Oops, something went wrong.
Binary file added
BIN
+98 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/treeview-pan-down-hover.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+104 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/treeview-pan-up-active.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+129 Bytes
app-themes/Yaru-sage-dark/gtk-2.0/assets/treeview-separator-rtl.png
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Based on Bridge by ScionicSpectre | ||
# vim:set ts=2 sw=2 sts=2 ai et: | ||
# | ||
# This is the GTK+ 2 version of Adwaita. It's whole purpose is to look as the | ||
# GTK+ 3 version as much as possible until GTK+ 2 dies completely. | ||
# | ||
# Note: comments for explaining styles are on the bottom of each file beside the | ||
# widget matches. | ||
|
||
# Declare the colours used throughout the theme. | ||
# There shouldn't be any fiddling with them in the theme files themselves in | ||
# order to not mess up the dark theme. | ||
|
||
# Text/base | ||
gtk-color-scheme = "text_color:#F7F7F7\nbase_color:#3d3d3d" | ||
# Foreground/background | ||
gtk-color-scheme = "fg_color:#F7F7F7\nbg_color:#353535" | ||
# Selected foreground/background | ||
gtk-color-scheme = "selected_fg_color:#FFFFFF\nselected_bg_color:#657B69" | ||
# Insensitive foreground/background | ||
gtk-color-scheme = "insensitive_fg_color:#969696\ninsensitive_bg_color:#383838" | ||
# Menus | ||
gtk-color-scheme = "menu_color:#424242\nmenubar_bg:#3A3A3A" | ||
gtk-color-scheme = "menubar_fg:#F7F7F7\nmenubar_insensitive_fg:#CCCCCC" | ||
# Links | ||
gtk-color-scheme = "link_color:#657B69\nvisited_link_color:#657B6D" | ||
# Treeview headers | ||
gtk-color-scheme = "column_header_color:#353535\nhover_column_header_color:#636769" | ||
# Window decoration | ||
gtk-color-scheme = "menu_hover_color:#616161\nwindow_color:#f4f4f4" | ||
# Tooltips | ||
gtk-color-scheme = "tooltip_fg_color:#f7f7f7\ntooltip_bg_color:#353535" | ||
|
||
# Set GTK settings | ||
gtk-auto-mnemonics = 1 | ||
gtk-primary-button-warps-slider = 1 | ||
gtk-icon-sizes="gtk-menu=16,16:\ | ||
gtk-button=16,16:\ | ||
gtk-small-toolbar=16,16:\ | ||
gtk-dnd=16,16:\ | ||
gtk-dialog=16,16" | ||
gtk-toolbar-style = GTK_TOOLBAR_ICONS | ||
gtk-menu-images = 0 | ||
gtk-menu-popup-delay = 0 | ||
|
||
# And hand over the control to the theme files | ||
include "main.rc" | ||
include "apps.rc" | ||
include "hacks.rc" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: | ||
# | ||
# This file contains horrible hacks to make this theme work with some programs | ||
# This is mostly due to the limitations of gtk2 but sometimes its the fault of | ||
# the programs themselves. Not going to point fingers. | ||
# | ||
# Either way, it's a WONTFIX for both, hence this horrible file. | ||
|
||
style "toplevel_hack" { | ||
engine "adwaita" {} | ||
} | ||
|
||
style "chrome_entry" { | ||
base[NORMAL] = @base_color | ||
base[INSENSITIVE] = @base_color | ||
} | ||
|
||
style "vim_notebook" { | ||
bg[NORMAL] = @base_color | ||
bg[ACTIVE] = @insensitive_bg_color | ||
} | ||
|
||
# Vim puts an eventbox between the tab and the label and colours it, | ||
# we need to handle that | ||
widget "vim-main-window*GtkNotebook.GtkEventBox" style "vim_notebook" | ||
|
||
# (he)xchat input box | ||
class "SexySpellEntry" style:highest "normal_entry" | ||
|
||
# Chromium uses base as the fill colour of its own entries | ||
# This would be fine but Gtk+ uses it to fill the surrounding space, so its set to bg | ||
# That results in Chromium using it for the fill, so we need to handle that | ||
widget_class "*Chrom*<GtkEntry>" style "chrome_entry" | ||
|
||
# Hack to be able to match widgets in LibreOffice | ||
class "GtkWindow" style "toplevel_hack" |
Oops, something went wrong.