├── rofi ├── config.rasi └── whale.rasi ├── gtk-3.0 ├── bookmarks ├── Whale │ ├── cinnamon │ │ ├── thumbnail.png │ │ ├── common-assets │ │ │ ├── misc │ │ │ │ ├── overview.png │ │ │ │ ├── overview-hover.png │ │ │ │ └── corner-ripple.svg │ │ │ ├── menu │ │ │ │ ├── menu-separator.svg │ │ │ │ └── menu-hover.svg │ │ │ └── panel │ │ │ │ ├── panel-top.svg │ │ │ │ ├── panel-bottom.svg │ │ │ │ ├── panel-left.svg │ │ │ │ └── panel-right.svg │ │ └── dark-assets │ │ │ ├── misc │ │ │ ├── message.svg │ │ │ └── button-box.svg │ │ │ └── menu │ │ │ └── submenu.svg │ ├── xfwm4 │ │ ├── close-active.png │ │ ├── hide-active.png │ │ ├── hide-pressed.png │ │ ├── left-active.png │ │ ├── menu-active.png │ │ ├── menu-pressed.png │ │ ├── right-active.png │ │ ├── shade-active.png │ │ ├── stick-active.png │ │ ├── bottom-active.png │ │ ├── bottom-inactive.png │ │ ├── close-inactive.png │ │ ├── close-prelight.png │ │ ├── close-pressed.png │ │ ├── hide-inactive.png │ │ ├── hide-prelight.png │ │ ├── left-inactive.png │ │ ├── maximize-active.png │ │ ├── menu-inactive.png │ │ ├── right-inactive.png │ │ ├── shade-inactive.png │ │ ├── shade-pressed.png │ │ ├── stick-inactive.png │ │ ├── stick-pressed.png │ │ ├── title-1-active.png │ │ ├── title-2-active.png │ │ ├── title-3-active.png │ │ ├── title-4-active.png │ │ ├── title-5-active.png │ │ ├── top-left-active.png │ │ ├── maximize-inactive.png │ │ ├── maximize-prelight.png │ │ ├── maximize-pressed.png │ │ ├── title-1-inactive.png │ │ ├── title-2-inactive.png │ │ ├── title-3-inactive.png │ │ ├── title-4-inactive.png │ │ ├── title-5-inactive.png │ │ ├── top-left-inactive.png │ │ ├── top-right-active.png │ │ ├── bottom-left-active.png │ │ ├── bottom-left-inactive.png │ │ ├── bottom-right-active.png │ │ ├── top-right-inactive.png │ │ ├── bottom-right-inactive.png │ │ └── themerc │ ├── gtk-2.0 │ │ ├── assets │ │ │ ├── button.png │ │ │ ├── frame.png │ │ │ ├── line-h.png │ │ │ ├── line-v.png │ │ │ ├── minus.png │ │ │ ├── null.png │ │ │ ├── plus.png │ │ │ ├── slider.png │ │ │ ├── arrow-up.png │ │ │ ├── entry-bg.png │ │ │ ├── handle-h.png │ │ │ ├── handle-v.png │ │ │ ├── menubar.png │ │ │ ├── menuitem.png │ │ │ ├── notebook.png │ │ │ ├── toolbar.png │ │ │ ├── arrow-down.png │ │ │ ├── arrow-left.png │ │ │ ├── arrow-right.png │ │ │ ├── combo-entry.png │ │ │ ├── focus-line.png │ │ │ ├── menu-arrow.png │ │ │ ├── progressbar.png │ │ │ ├── slider-vert.png │ │ │ ├── tree_header.png │ │ │ ├── button-active.png │ │ │ ├── button-hover.png │ │ │ ├── entry-toolbar.png │ │ │ ├── frame-gap-end.png │ │ │ ├── progressbar_v.png │ │ │ ├── radio-checked.png │ │ │ ├── slider-horiz.png │ │ │ ├── up-background.png │ │ │ ├── arrow-down-small.png │ │ │ ├── arrow-up-insens.png │ │ │ ├── arrow-up-small.png │ │ │ ├── checkbox-checked.png │ │ │ ├── combo-entry-rtl.png │ │ │ ├── down-background.png │ │ │ ├── entry-active-bg.png │ │ │ ├── entry-background.png │ │ │ ├── entry-border-bg.png │ │ │ ├── entry-notebook.png │ │ │ ├── frame-gap-start.png │ │ │ ├── inline-toolbar.png │ │ │ ├── menubar_button.png │ │ │ ├── radio-unchecked.png │ │ │ ├── slider-prelight.png │ │ │ ├── tab-left-active.png │ │ │ ├── tab-right-active.png │ │ │ ├── tab-top-active.png │ │ │ ├── trough-vertical.png │ │ │ ├── arrow-down-insens.png │ │ │ ├── arrow-left-insens.png │ │ │ ├── arrow-right-insens.png │ │ │ ├── arrow-up-prelight.png │ │ │ ├── button-insensitive.png │ │ │ ├── checkbox-unchecked.png │ │ │ ├── combo-entry-border.png │ │ │ ├── combo-entry-button.png │ │ │ ├── combo-entry-focus.png │ │ │ ├── entry-disabled-bg.png │ │ │ ├── menu-radio-checked.png │ │ │ ├── notebook-gap-horiz.png │ │ │ ├── notebook-gap-vert.png │ │ │ ├── slider-insensitive.png │ │ │ ├── slider-vert-active.png │ │ │ ├── slider-vert-insens.png │ │ │ ├── tab-bottom-active.png │ │ │ ├── trough-horizontal.png │ │ │ ├── trough-progressbar.png │ │ │ ├── up-background-rtl.png │ │ │ ├── arrow-down-prelight.png │ │ │ ├── arrow-left-prelight.png │ │ │ ├── arrow-right-prelight.png │ │ │ ├── arrow-up-small-insens.png │ │ │ ├── combo-entry-focus-rtl.png │ │ │ ├── combo-entry-notebook.png │ │ │ ├── down-background-rtl.png │ │ │ ├── entry-active-notebook.png │ │ │ ├── entry-active-toolbar.png │ │ │ ├── menu-arrow-prelight.png │ │ │ ├── menu-checkbox-checked.png │ │ │ ├── menu-radio-unchecked.png │ │ │ ├── slider-horiz-active.png │ │ │ ├── slider-horiz-insens.png │ │ │ ├── slider-horiz-prelight.png │ │ │ ├── slider-vert-prelight.png │ │ │ ├── trough-progressbar_v.png │ │ │ ├── trough-scrollbar-vert.png │ │ │ ├── up-background-disable.png │ │ │ ├── arrow-down-small-insens.png │ │ │ ├── arrow-up-small-prelight.png │ │ │ ├── combo-entry-border-rtl.png │ │ │ ├── combo-entry-button-rtl.png │ │ │ ├── combo-entry-insensitive.png │ │ │ ├── down-background-disable.png │ │ │ ├── entry-border-active-bg.png │ │ │ ├── entry-disabled-notebook.png │ │ │ ├── entry-disabled-toolbar.png │ │ │ ├── menu-checkbox-unchecked.png │ │ │ ├── trough-scrollbar-horiz.png │ │ │ ├── trough-vertical-active.png │ │ │ ├── arrow-down-small-prelight.png │ │ │ ├── combo-entry-border-focus.png │ │ │ ├── combo-entry-button-active.png │ │ │ ├── combo-entry-focus-notebook.png │ │ │ ├── combo-entry-notebook-rtl.png │ │ │ ├── entry-background-disabled.png │ │ │ ├── radio-checked-insensitive.png │ │ │ ├── trough-horizontal-active.png │ │ │ ├── up-background-disable-rtl.png │ │ │ ├── checkbox-checked-insensitive.png │ │ │ ├── combo-entry-border-focus-rtl.png │ │ │ ├── combo-entry-insensitive-rtl.png │ │ │ ├── down-background-disable-rtl.png │ │ │ ├── menu-radio-checked-selected.png │ │ │ ├── radio-unchecked-insensitive.png │ │ │ ├── checkbox-unchecked-insensitive.png │ │ │ ├── combo-entry-button-active-rtl.png │ │ │ ├── combo-entry-button-insensitive.png │ │ │ ├── combo-entry-focus-notebook-rtl.png │ │ │ ├── menu-checkbox-checked-selected.png │ │ │ ├── menu-radio-checked-insensitive.png │ │ │ ├── menu-radio-unchecked-selected.png │ │ │ ├── combo-entry-insensitive-notebook.png │ │ │ ├── menu-checkbox-checked-insensitive.png │ │ │ ├── menu-checkbox-unchecked-selected.png │ │ │ ├── menu-radio-unchecked-insensitive.png │ │ │ ├── combo-entry-button-insensitive-rtl.png │ │ │ ├── combo-entry-insensitive-notebook-rtl.png │ │ │ └── menu-checkbox-unchecked-insensitive.png │ │ ├── menubar-toolbar │ │ │ ├── button.png │ │ │ ├── button-hover.png │ │ │ ├── menubar-dark.png │ │ │ ├── button-active.png │ │ │ ├── button-insensitive.png │ │ │ ├── entry-toolbar-dark.png │ │ │ ├── menubar_button-dark.png │ │ │ ├── entry-active-toolbar-dark.png │ │ │ └── entry-disabled-toolbar-dark.png │ │ ├── gtkrc │ │ ├── xfce-notify.rc │ │ └── apps.rc │ ├── metacity-1 │ │ ├── thumbnail.png │ │ ├── stick-icon.svg │ │ ├── shade-icon.svg │ │ ├── max-icon.svg │ │ ├── menu-icon.svg │ │ ├── min-icon.svg │ │ └── button-bg.svg │ ├── gnome-shell │ │ ├── gnome-shell-theme-dark.gresource │ │ └── common-assets │ │ │ └── misc │ │ │ ├── ws-switch-arrow-up.svg │ │ │ ├── ws-switch-arrow-down.svg │ │ │ ├── ws-switch-arrow-left.svg │ │ │ └── ws-switch-arrow-right.svg │ ├── index.theme │ ├── unity │ │ ├── launcher_icon_glow_62.svg │ │ ├── launcher_icon_glow_200.svg │ │ ├── launcher_icon_shadow_200.svg │ │ ├── launcher_icon_back_54.svg │ │ ├── launcher_icon_shine_150.svg │ │ ├── launcher_icon_back_150.svg │ │ ├── launcher_icon_shadow_62.svg │ │ ├── launcher_icon_edge_54.svg │ │ ├── launcher_icon_edge_150.svg │ │ ├── launcher_icon_selected_back_54.svg │ │ ├── launcher_icon_shine_54.svg │ │ ├── launcher_icon_selected_back_150.svg │ │ ├── launcher_arrow_rtl_19.svg │ │ ├── launcher_pip_ltr_19.svg │ │ ├── launcher_arrow_ltr_19.svg │ │ ├── launcher_arrow_outline_ltr_19.svg │ │ ├── launcher_pip_rtl_19.svg │ │ ├── launcher_arrow_rtl_37.svg │ │ ├── launcher_arrow_ltr_37.svg │ │ ├── launcher_arrow_outline_rtl_19.svg │ │ ├── launcher_arrow_outline_ltr_37.svg │ │ ├── launcher_arrow_outline_rtl_37.svg │ │ ├── launcher_pip_ltr_37.svg │ │ └── launcher_pip_rtl_37.svg │ └── plank │ │ └── dock.theme ├── settings.ini └── gtk.css ├── screenshot.jpg ├── wallpaper ├── lock.png └── wallpaper.jpg ├── brave └── readme.md ├── telegram └── readme.md ├── mailspring ├── package-lock.json ├── package.json └── styles │ ├── index.less │ └── ui-variables.less ├── firefox ├── readme.md ├── theme.xpi └── theme.zip ├── slack └── readme.md ├── blender └── readme.md ├── foot └── foot.ini ├── xresources └── whale.Xresources ├── zathura └── zathurarc ├── qt5ct ├── colors │ └── whale.conf └── qt5ct.conf ├── alacritty └── alacritty.yml ├── vscode └── readme.md ├── LICENSE ├── readme.md ├── vimiv └── styles │ └── whale └── plasma └── Whale.colors /rofi/config.rasi: -------------------------------------------------------------------------------- 1 | @theme "whale" 2 | -------------------------------------------------------------------------------- /gtk-3.0/bookmarks: -------------------------------------------------------------------------------- 1 | file:///home/r/Nextcloud 2 | -------------------------------------------------------------------------------- /screenshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/screenshot.jpg -------------------------------------------------------------------------------- /wallpaper/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/wallpaper/lock.png -------------------------------------------------------------------------------- /wallpaper/wallpaper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/wallpaper/wallpaper.jpg -------------------------------------------------------------------------------- /brave/readme.md: -------------------------------------------------------------------------------- 1 | In settings, go to `Get started`, `Pick a theme color` and enter R = 26, G = 30, B = 42. 2 | -------------------------------------------------------------------------------- /telegram/readme.md: -------------------------------------------------------------------------------- 1 | To install theme on Telegram follow this link: 2 | 3 | https://t.me/addtheme/JIQP4ZCznVh7U4TZ 4 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/cinnamon/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/cinnamon/thumbnail.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/close-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/hide-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/hide-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/hide-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/hide-pressed.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/left-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/menu-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/menu-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/menu-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/menu-pressed.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/right-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/shade-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/shade-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/stick-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/stick-active.png -------------------------------------------------------------------------------- /mailspring/package-lock.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "theme-starter", 3 | "version": "0.1.0", 4 | "lockfileVersion": 1 5 | } 6 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/button.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/frame.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/line-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/line-h.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/line-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/line-v.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/minus.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/null.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/plus.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/slider.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/bottom-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/bottom-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/bottom-inactive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/close-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/close-inactive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/close-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/close-prelight.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/close-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/close-pressed.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/hide-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/hide-inactive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/hide-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/hide-prelight.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/left-inactive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/maximize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/maximize-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/menu-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/menu-inactive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/right-inactive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/shade-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/shade-inactive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/shade-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/shade-pressed.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/stick-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/stick-inactive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/stick-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/stick-pressed.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/title-1-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/title-1-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/title-2-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/title-2-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/title-3-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/title-3-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/title-4-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/title-4-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/title-5-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/title-5-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/top-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/top-left-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/arrow-up.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/entry-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/entry-bg.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/handle-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/handle-h.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/handle-v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/handle-v.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/menubar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/menubar.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/menuitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/menuitem.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/notebook.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/toolbar.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/maximize-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/maximize-inactive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/maximize-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/maximize-prelight.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/maximize-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/maximize-pressed.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/title-1-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/title-1-inactive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/title-2-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/title-2-inactive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/title-3-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/title-3-inactive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/title-4-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/title-4-inactive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/title-5-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/title-5-inactive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/top-left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/top-left-inactive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/top-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/top-right-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/arrow-down.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/arrow-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/arrow-left.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/arrow-right.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/combo-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/combo-entry.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/focus-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/focus-line.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/menu-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/menu-arrow.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/progressbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/progressbar.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/slider-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/slider-vert.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/tree_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/tree_header.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/bottom-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/bottom-left-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/bottom-left-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/bottom-left-inactive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/bottom-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/bottom-right-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/top-right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/top-right-inactive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/button-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/button-hover.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/entry-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/entry-toolbar.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/frame-gap-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/frame-gap-end.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/progressbar_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/progressbar_v.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/radio-checked.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/slider-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/slider-horiz.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/up-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/up-background.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/bottom-right-inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/xfwm4/bottom-right-inactive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/arrow-down-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/arrow-down-small.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/arrow-up-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/arrow-up-insens.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/arrow-up-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/arrow-up-small.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/checkbox-checked.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/combo-entry-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/combo-entry-rtl.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/down-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/down-background.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/entry-active-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/entry-active-bg.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/entry-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/entry-background.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/entry-border-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/entry-border-bg.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/entry-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/entry-notebook.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/frame-gap-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/frame-gap-start.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/inline-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/inline-toolbar.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/menubar_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/menubar_button.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/radio-unchecked.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/slider-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/slider-prelight.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/tab-left-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/tab-left-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/tab-right-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/tab-right-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/tab-top-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/tab-top-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/trough-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/trough-vertical.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/menubar-toolbar/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/menubar-toolbar/button.png -------------------------------------------------------------------------------- /firefox/readme.md: -------------------------------------------------------------------------------- 1 | Whale theme for Firefox is available here: 2 | 3 | [Whale theme for Firefox](https://addons.mozilla.org/en-US/firefox/addon/darkwhale) 4 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/arrow-down-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/arrow-down-insens.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/arrow-left-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/arrow-left-insens.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/arrow-right-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/arrow-right-insens.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/arrow-up-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/arrow-up-prelight.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/button-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/button-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/checkbox-unchecked.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/combo-entry-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/combo-entry-border.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/combo-entry-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/combo-entry-button.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/combo-entry-focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/combo-entry-focus.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/entry-disabled-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/entry-disabled-bg.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/menu-radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/menu-radio-checked.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/notebook-gap-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/notebook-gap-horiz.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/notebook-gap-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/notebook-gap-vert.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/slider-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/slider-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/slider-vert-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/slider-vert-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/slider-vert-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/slider-vert-insens.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/tab-bottom-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/tab-bottom-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/trough-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/trough-horizontal.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/trough-progressbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/trough-progressbar.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/up-background-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/up-background-rtl.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/cinnamon/common-assets/misc/overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/cinnamon/common-assets/misc/overview.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/arrow-down-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/arrow-down-prelight.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/arrow-left-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/arrow-left-prelight.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/arrow-right-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/arrow-right-prelight.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/arrow-up-small-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/arrow-up-small-insens.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/combo-entry-focus-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/combo-entry-focus-rtl.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/combo-entry-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/combo-entry-notebook.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/down-background-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/down-background-rtl.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/entry-active-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/entry-active-notebook.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/entry-active-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/entry-active-toolbar.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/menu-arrow-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/menu-arrow-prelight.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/menu-checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/menu-checkbox-checked.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/menu-radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/menu-radio-unchecked.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/slider-horiz-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/slider-horiz-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/slider-horiz-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/slider-horiz-insens.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/slider-horiz-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/slider-horiz-prelight.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/slider-vert-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/slider-vert-prelight.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/trough-progressbar_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/trough-progressbar_v.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/trough-scrollbar-vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/trough-scrollbar-vert.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/up-background-disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/up-background-disable.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/menubar-toolbar/button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/menubar-toolbar/button-hover.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/menubar-toolbar/menubar-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/menubar-toolbar/menubar-dark.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/arrow-down-small-insens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/arrow-down-small-insens.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/arrow-up-small-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/arrow-up-small-prelight.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/combo-entry-border-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/combo-entry-border-rtl.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/combo-entry-button-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/combo-entry-button-rtl.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/combo-entry-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/combo-entry-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/down-background-disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/down-background-disable.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/entry-border-active-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/entry-border-active-bg.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/entry-disabled-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/entry-disabled-notebook.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/entry-disabled-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/entry-disabled-toolbar.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/menu-checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/menu-checkbox-unchecked.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/trough-scrollbar-horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/trough-scrollbar-horiz.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/trough-vertical-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/trough-vertical-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/menubar-toolbar/button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/menubar-toolbar/button-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gnome-shell/gnome-shell-theme-dark.gresource: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gnome-shell/gnome-shell-theme-dark.gresource -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/arrow-down-small-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/arrow-down-small-prelight.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/combo-entry-border-focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/combo-entry-border-focus.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/combo-entry-button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/combo-entry-button-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/combo-entry-focus-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/combo-entry-focus-notebook.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/combo-entry-notebook-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/combo-entry-notebook-rtl.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/entry-background-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/entry-background-disabled.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/radio-checked-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/trough-horizontal-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/trough-horizontal-active.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/up-background-disable-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/up-background-disable-rtl.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/cinnamon/common-assets/misc/overview-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/cinnamon/common-assets/misc/overview-hover.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/combo-entry-border-focus-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/combo-entry-border-focus-rtl.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/combo-entry-insensitive-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/combo-entry-insensitive-rtl.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/down-background-disable-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/down-background-disable-rtl.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/menu-radio-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/menu-radio-checked-selected.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/radio-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/radio-unchecked-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/menubar-toolbar/button-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/menubar-toolbar/button-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/menubar-toolbar/entry-toolbar-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/menubar-toolbar/entry-toolbar-dark.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/menubar-toolbar/menubar_button-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/menubar-toolbar/menubar_button-dark.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/checkbox-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/checkbox-unchecked-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/combo-entry-button-active-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/combo-entry-button-active-rtl.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/combo-entry-button-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/combo-entry-button-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/menu-checkbox-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/menu-checkbox-checked-selected.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/menu-radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/menu-radio-checked-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/menu-radio-unchecked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/menu-radio-unchecked-selected.png -------------------------------------------------------------------------------- /slack/readme.md: -------------------------------------------------------------------------------- 1 | To install theme on Slack, copy the following line in preferences/theme: 2 | 3 | `#1A1E2A,#3B4252,#364057,#FFFFFF,#242D42,#FFFFFF,#00FBAD,#81A1C1,#1A1E2A,#6A6F87` 4 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/combo-entry-insensitive-notebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/combo-entry-insensitive-notebook.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/menu-checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/menu-checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/menu-checkbox-unchecked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/menu-checkbox-unchecked-selected.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/menu-radio-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/menu-radio-unchecked-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/menubar-toolbar/entry-active-toolbar-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/menubar-toolbar/entry-active-toolbar-dark.png -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/menubar-toolbar/entry-disabled-toolbar-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anufrievroman/whale/HEAD/gtk-3.0/Whale/gtk-2.0/menubar-toolbar/entry-disabled-toolbar-dark.png -------------------------------------------------------------------------------- /blender/readme.md: -------------------------------------------------------------------------------- 1 | For Blender, use [Graphite theme](https://github.com/kame404/Blender-Themes/blob/main/Graphite.xml) from [Blender Themes repository](https://github.com/kame404/Blender-Themes). 2 | -------------------------------------------------------------------------------- /mailspring/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "whale", 3 | "title": "Whale", 4 | "displayName": "Whale", 5 | "theme": "ui", 6 | "version": "0.1.0", 7 | "description": "The Whale Mailspring Client Theme", 8 | "license": "GPL-3.0", 9 | "engines": { 10 | "mailspring": "*" 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=Whale 4 | Comment=Dark as Arctic Nordic whale 5 | Encoding=UTF-8 6 | 7 | [X-GNOME-Metatheme] 8 | GtkTheme=Whale 9 | MetacityTheme=Whale 10 | IconTheme=Papirus 11 | CursorTheme=DMZ-Black 12 | ButtonLayout=menu:minimize,maximize,close 13 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/unity/launcher_icon_glow_62.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /foot/foot.ini: -------------------------------------------------------------------------------- 1 | [colors] 2 | foreground=ffffff 3 | background=1a1e2a 4 | regular0=1d2430 5 | regular1=fa5ead 6 | regular2=00fbad 7 | regular3=ffdf5f 8 | regular4=5eadfc 9 | regular5=fa5ead 10 | regular6=242D42 11 | regular7=ffffff 12 | bright0=1d2430 13 | bright1=fa5ead 14 | bright2=00fbad 15 | bright3=ffdf5f 16 | bright4=5eadfc 17 | bright5=fa5ead 18 | bright6=6a6f87 19 | bright7=eff1f5 20 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/xfwm4/themerc: -------------------------------------------------------------------------------- 1 | button_offset=2 2 | button_spacing=4 3 | 4 | show_app_icon=true 5 | 6 | full_width_title=true 7 | 8 | title_shadow_active=false 9 | title_shadow_inactive=false 10 | 11 | title_horizontal_offset=3 12 | 13 | active_text_color=#afb8c5 14 | active_text_shadow_color=#2f343b 15 | 16 | inactive_text_color=#808791 17 | inactive_text_shadow_color=#2f343b 18 | 19 | shadow_delta_height=2 20 | shadow_delta_width=0 21 | shadow_delta_x=0 22 | shadow_delta_y=-5 23 | shadow_opacity=40 24 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/unity/launcher_icon_glow_200.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/unity/launcher_icon_shadow_200.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /xresources/whale.Xresources: -------------------------------------------------------------------------------- 1 | *background: #1A1E2A 2 | *foreground: #FFFFFF 3 | 4 | ! black 5 | *color0: #1D2430 6 | *color8: #1D2430 7 | 8 | ! red 9 | *color1: #FA5EAD 10 | *color9: #FA5EAD 11 | 12 | ! green 13 | *color2: #00FBAD 14 | *color10: #00FBAD 15 | 16 | ! yellow 17 | *color3: #FFDF5F 18 | *color11: #FFDF5F 19 | 20 | ! blue 21 | *color4: #5EADFC 22 | *color12: #5EADFC 23 | 24 | ! magenta 25 | *color5: #FA5EAD 26 | *color13: #FA5EAD 27 | 28 | ! cyan 29 | *color6: #242D42 30 | *color14: #6A6F87 31 | 32 | ! white 33 | *color7: #FFFFFF 34 | *color15: #EFF1F5 35 | -------------------------------------------------------------------------------- /zathura/zathurarc: -------------------------------------------------------------------------------- 1 | set adjust-open "best-fit" 2 | set default-bg "#1a1e2a" #00 3 | set default-fg "#F7F7F6" #01 4 | 5 | set statusbar-fg "#ffffff" #04 6 | set statusbar-bg "#1a1e2a" #01 7 | 8 | set highlight-color "#5294E2" #0A 9 | set highlight-active-color "#6A9FB5" #0D 10 | 11 | set notification-bg "#90A959" #0B 12 | set notification-fg "#151515" #00 13 | 14 | set guioptions v 15 | /* set recolor "true" */ 16 | set recolor-lightcolor "#1a1e2a" 17 | set recolor-darkcolor "#ffffff" 18 | set recolor-keephue "true" 19 | set selection-clipboard clipboard 20 | 21 | map p navigate previous 22 | map n navigate next 23 | -------------------------------------------------------------------------------- /qt5ct/colors/whale.conf: -------------------------------------------------------------------------------- 1 | [ColorScheme] 2 | active_colors=#eff0f1, #242834, #4c545c, #40464d, #20232D, #1D1F29, #eff0f1, #ffffff, #eff0f1, #1a1e2a, #1a1e2a, #111314, #5294E2, #eff0f1, #2980b9, #536373, #1a1e2a, #000000, #1a1e2a, #eff0f1, #000000 3 | disabled_colors=#eff0f1, #242834, #4c545c, #40464d, #20232D, #1D1F29, #eff0f1, #ffffff, #eff0f1, #1a1e2a, #1a1e2a, #111314, #5294E2, #eff0f1, #2980b9, #536373, #1a1e2a, #000000, #1a1e2a, #eff0f1, #000000 4 | inactive_colors=#eff0f1, #242834, #4c545c, #40464d, #20232D, #1D1F29, #eff0f1, #ffffff, #eff0f1, #1a1e2a, #1a1e2a, #111314, #5294E2, #eff0f1, #2980b9, #536373, #1a1e2a, #000000, #1a1e2a, #eff0f1, #000000 5 | 6 | -------------------------------------------------------------------------------- /gtk-3.0/settings.ini: -------------------------------------------------------------------------------- 1 | [Settings] 2 | gtk-application-prefer-dark-theme=true 3 | gtk-button-images=true 4 | gtk-cursor-theme-name=breeze_cursors 5 | gtk-cursor-theme-size=24 6 | gtk-decoration-layout=:minimize,close 7 | gtk-enable-animations=true 8 | gtk-enable-event-sounds=1 9 | gtk-enable-input-feedback-sounds=1 10 | gtk-fallback-icon-theme=Adwaita 11 | gtk-font-name=Noto Sans, 10 12 | gtk-icon-theme-name=Fantasy-blue-dark 13 | gtk-menu-images=true 14 | gtk-modules=colorreload-gtk-module 15 | gtk-primary-button-warps-slider=false 16 | gtk-theme-name=Arc-Dark 17 | gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR 18 | gtk-toolbar-style=3 19 | gtk-xft-antialias=1 20 | gtk-xft-hinting=1 21 | gtk-xft-hintstyle=hintfull 22 | -------------------------------------------------------------------------------- /alacritty/alacritty.yml: -------------------------------------------------------------------------------- 1 | # Whale theme 2 | colors: 3 | # Default colors 4 | primary: 5 | background: '0x1a1e2a' 6 | foreground: '0xffffff' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x1d2430' 11 | red: '0xfa5ead' 12 | green: '0x00fbad' 13 | yellow: '0xffdf5f' 14 | blue: '0x5eadfc' 15 | magenta: '0xfa5ead' 16 | cyan: '0x242D42' 17 | white: '0xffffff' 18 | 19 | # Bright colors 20 | bright: 21 | black: '0x1d2430' 22 | red: '0xfa5ead' 23 | green: '0x00fbad' 24 | yellow: '0xffdf5f' 25 | blue: '0x5eadfc' 26 | magenta: '0xfa5ead' 27 | cyan: '0x6a6f87' 28 | white: '0xeff1f5' 29 | 30 | -------------------------------------------------------------------------------- /vscode/readme.md: -------------------------------------------------------------------------------- 1 | 1. Download whale.json 2 | 3 | 2. Open the whale.json and copy the whole "tokenColors" array. (Tip: If you open the file in VS Code, you can collapse the large array first to make copying easier by hovering just to the left of the line number and clicking the little down arrow that appears.) 4 | 5 | 3. Open your settings.json file inside of VS Code. To get here, hit Ctrl+Shift+P (on Windows) or Command+Shift+P (on Mac) and type in "settings json" - you should select the option that says "Preferences: Open User Settings (JSON)" 6 | 7 | 4. Add this setting: "editor.tokenColorCustomizations": { textMateRules: [] } 8 | 9 | 5. Replace the empty 'textMateRules' array with the one you copied. 10 | 11 | 6. Go back to whale.json copy the "colors" object. 12 | 13 | 7. Open your settings.json file again, and this time add a setting called "workbench.colorCustomizations" with the value being the object you just copied. 14 | 15 | 8. Save the changes 16 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/gtkrc: -------------------------------------------------------------------------------- 1 | gtk-color-scheme = "base_color: #1a1e2a" 2 | gtk-color-scheme = "text_color: #d3dae3" 3 | gtk-color-scheme = "bg_color: #1a1e2a" 4 | gtk-color-scheme = "fg_color: #d3dae3" 5 | gtk-color-scheme = "tooltip_bg_color: #1a1e2a" 6 | gtk-color-scheme = "tooltip_fg_color: #ffffff" 7 | gtk-color-scheme = "selected_bg_color: #5294e2" 8 | gtk-color-scheme = "selected_fg_color: #ffffff" 9 | gtk-color-scheme = "insensitive_bg_color: #1a1e2a" 10 | gtk-color-scheme = "insensitive_fg_color: #7c818c" 11 | gtk-color-scheme = "notebook_bg: #1a1e2a" 12 | gtk-color-scheme = "dark_sidebar_bg: #1a1e2a" 13 | gtk-color-scheme = "link_color: #5294e2" 14 | gtk-color-scheme = "menu_bg: #1a1e2a" 15 | 16 | gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. 17 | gtk-auto-mnemonics = 1 18 | gtk-primary-button-warps-slider = 1 19 | 20 | include "main.rc" 21 | include "apps.rc" 22 | include "panel.rc" 23 | include "xfce-notify.rc" 24 | include "menubar-toolbar/menubar-toolbar-dark.rc" 25 | -------------------------------------------------------------------------------- /firefox/theme.xpi: -------------------------------------------------------------------------------- 1 | PK 2 | 4W 7x manifest.json{ 3 | "manifest_version": 2, 4 | "version": "1.0", 5 | "name": "Whale", 6 | "theme": { 7 | "images": {}, 8 | "properties": {}, 9 | "colors": { 10 | "toolbar": "rgb(26, 30, 42)", 11 | "toolbar_text": "rgb(255, 255, 255)", 12 | "frame": "rgb(26, 30, 42)", 13 | "tab_background_text": "rgb(106, 111, 135)", 14 | "toolbar_field": "rgb(33, 39, 57)", 15 | "toolbar_field_text": "rgb(255, 255, 255)", 16 | "tab_line": "rgb(26, 30, 42)", 17 | "popup": "rgb(26, 30, 42)", 18 | "popup_text": "rgb(252, 252, 252)", 19 | "icons": "rgb(255, 255, 255)", 20 | "tab_background_separator": "rgb(26, 30, 42)", 21 | "tab_selected": "rgb(33, 39, 57)", 22 | "tab_text": "rgb(255, 255, 255)", 23 | "toolbar_top_separator": "rgb(26, 30, 42)", 24 | "tab_loading": "rgb(26, 30, 42)" 25 | } 26 | } 27 | }PK 28 | 4W 7x manifest.jsonPK;3 -------------------------------------------------------------------------------- /firefox/theme.zip: -------------------------------------------------------------------------------- 1 | PK 2 | 4W 7x manifest.json{ 3 | "manifest_version": 2, 4 | "version": "1.0", 5 | "name": "Whale", 6 | "theme": { 7 | "images": {}, 8 | "properties": {}, 9 | "colors": { 10 | "toolbar": "rgb(26, 30, 42)", 11 | "toolbar_text": "rgb(255, 255, 255)", 12 | "frame": "rgb(26, 30, 42)", 13 | "tab_background_text": "rgb(106, 111, 135)", 14 | "toolbar_field": "rgb(33, 39, 57)", 15 | "toolbar_field_text": "rgb(255, 255, 255)", 16 | "tab_line": "rgb(26, 30, 42)", 17 | "popup": "rgb(26, 30, 42)", 18 | "popup_text": "rgb(252, 252, 252)", 19 | "icons": "rgb(255, 255, 255)", 20 | "tab_background_separator": "rgb(26, 30, 42)", 21 | "tab_selected": "rgb(33, 39, 57)", 22 | "tab_text": "rgb(255, 255, 255)", 23 | "toolbar_top_separator": "rgb(26, 30, 42)", 24 | "tab_loading": "rgb(26, 30, 42)" 25 | } 26 | } 27 | }PK 28 | 4W 7x manifest.jsonPK;3 -------------------------------------------------------------------------------- /qt5ct/qt5ct.conf: -------------------------------------------------------------------------------- 1 | [Appearance] 2 | color_scheme_path=~/.config/qt5ct/colors/whale.conf 3 | custom_palette=true 4 | icon_theme=Fantasy-blue-dark 5 | standard_dialogs=default 6 | style=Breeze 7 | 8 | [Fonts] 9 | fixed=@Variant(\0\0\0@\0\0\0\x14\0S\0\x61\0n\0s\0 \0S\0\x65\0r\0i\0\x66@\"\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10) 10 | general=@Variant(\0\0\0@\0\0\0\x12\0N\0o\0t\0o\0 \0S\0\x61\0n\0s@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10) 11 | 12 | [Interface] 13 | activate_item_on_single_click=1 14 | buttonbox_layout=0 15 | cursor_flash_time=1000 16 | dialog_buttons_have_icons=1 17 | double_click_interval=400 18 | gui_effects=@Invalid() 19 | keyboard_scheme=2 20 | menus_have_icons=true 21 | show_shortcuts_in_context_menus=true 22 | stylesheets=@Invalid() 23 | toolbutton_style=4 24 | underline_shortcut=1 25 | wheel_scroll_lines=3 26 | 27 | [SettingsWindow] 28 | geometry="@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x3\xc7\0\0\0,\0\0\aq\0\0\x4)\0\0\x3\xc7\0\0\0,\0\0\aq\0\0\x4)\0\0\0\0\0\0\0\0\a\x80\0\0\x3\xc7\0\0\0,\0\0\aq\0\0\x4))" 29 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2022 Roman 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /gtk-3.0/gtk.css: -------------------------------------------------------------------------------- 1 | @import 'colors.css'; 2 | 3 | .terminator-terminal-window notebook { 4 | border: none; 5 | } 6 | 7 | .terminator-terminal-window notebook tab { 8 | background-color: #1c2331; 9 | padding: 0.1em; 10 | border: 0; 11 | border-color: #444; 12 | border-style: solid; 13 | border-width: 0px; 14 | } 15 | 16 | .terminator-terminal-window notebook tab:checked { 17 | background-color: #1c2331; 18 | background-image: none; 19 | } 20 | 21 | .terminator-terminal-window notebook tab label { 22 | color: #364259; 23 | font-size: 18px; 24 | } 25 | 26 | .terminator-terminal-window notebook tab:checked label { 27 | color: #9ab4bc; 28 | font-weight: 500; 29 | } 30 | 31 | .terminator-terminal-window notebook tab button { 32 | padding: 0; 33 | background-color: transparent; 34 | color: #fff; 35 | } 36 | 37 | .terminator-terminal-window notebook header { 38 | background-color: #1c2331; 39 | } 40 | 41 | .terminator-terminal-window notebook tab button:hover { 42 | border: 0; 43 | background-image: none; 44 | border-color: #1c2331; 45 | border-style: solid; 46 | border-width: 0px; 47 | } 48 | -------------------------------------------------------------------------------- /rofi/whale.rasi: -------------------------------------------------------------------------------- 1 | /* 2 | * ROFI whale color theme 3 | * 4 | * Based on something Found in the Internet 5 | * 6 | * User: Contributors 7 | * Copyright: *! 8 | */ 9 | 10 | configuration { 11 | font: "Noto Sans 12"; 12 | 13 | drun { 14 | display-name: ""; 15 | } 16 | 17 | run { 18 | display-name: ""; 19 | } 20 | 21 | window { 22 | display-name: ""; 23 | } 24 | 25 | timeout { 26 | delay: 10; 27 | action: "kb-cancel"; 28 | } 29 | } 30 | 31 | * { 32 | border: 0; 33 | margin: 0; 34 | padding: 0; 35 | spacing: 0; 36 | 37 | bg: #1a1e2a; 38 | bg-alt: #212739; 39 | fg: #6a6f87; 40 | fg-alt: #ffffff; 41 | 42 | text-color: @fg-alt; 43 | background-color: @bg; 44 | } 45 | 46 | window { 47 | width: 700px; 48 | } 49 | 50 | mainbox { 51 | children: [inputbar, listview]; 52 | } 53 | 54 | inputbar { 55 | text-color: @fg-alt; 56 | background-color: @bg-alt; 57 | children: [prompt, entry]; 58 | } 59 | 60 | entry { 61 | background-color: inherit; 62 | padding: 12px 3px; 63 | } 64 | 65 | prompt { 66 | text-color: @fg-alt; 67 | background-color: inherit; 68 | padding: 12px; 69 | } 70 | 71 | listview { 72 | lines: 8; 73 | } 74 | 75 | element { 76 | children: [element-text]; 77 | } 78 | 79 | element-icon { 80 | padding: 10px 10px; 81 | size: 20px; 82 | } 83 | 84 | element-text { 85 | text-color: @fg; 86 | padding: 8px 15px; 87 | } 88 | 89 | element-text selected { 90 | text-color: @fg-alt; 91 | } 92 | -------------------------------------------------------------------------------- /mailspring/styles/index.less: -------------------------------------------------------------------------------- 1 | /* 2 | Import our own variable file that inherits from Mailspring's base 3 | styles and overrides colors, margins, etc. to create our theme's 4 | overall design. 5 | 6 | Since most of the app uses these variables to style individual elements, 7 | we don't have to do much to create a totally different look. 8 | 9 | Note: This file needs to be named ui-variables.less so other 10 | stylesheets can call `@import "ui-variables";` and reference it. 11 | */ 12 | @import "ui-variables"; 13 | 14 | /* 15 | After changing variables to set a base for our theme, we can use 16 | specific, narrowly-scoped CSS rules to change other things. 17 | 18 | Tip: You can use the Developer Tools in Mailspring and "Inspect 19 | Element" to identify the DOM elements and styles you want to override. 20 | 21 | Tip: You only need to target the latest version of Chrome (eg Electron) 22 | here, so you can use modern CSS like -webkit-filter and -webkit-mask-image 23 | (which is used to make most of the icons in the app styleable via a 24 | background color.) 25 | */ 26 | .sheet-toolbar { 27 | border-bottom: 1px solid @border-color-divider; 28 | box-shadow: none; 29 | } 30 | 31 | .thread-icon:not(.thread-icon-unread):not(.thread-icon-star) { 32 | -webkit-filter: invert(100%); 33 | } 34 | img.content-dark { 35 | -webkit-filter: invert(100%); 36 | } 37 | img.content-light { 38 | -webkit-filter: invert(100%); 39 | } 40 | 41 | .mail-label { 42 | -webkit-filter: contrast(110%) brightness(85%); 43 | } 44 | 45 | #message-list .message-item-wrap .message-item-white-wrap { 46 | box-shadow: 0 0 0.5px rgba(255, 255, 255, 0.28), 47 | 0 1px 1.5px rgba(255, 255, 255, 0.08); 48 | } 49 | 50 | .thread-list .list-item:not(.unread):not(.selected):not(.focused) { 51 | color: #aaa; 52 | } 53 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/unity/launcher_icon_back_54.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 30 | 51 | 54 | 55 | 56 | -------------------------------------------------------------------------------- /mailspring/styles/ui-variables.less: -------------------------------------------------------------------------------- 1 | /* 2 | Include the standard variables from Mailspring's base theme: 3 | https://github.com/Foundry376/Mailspring/blob/master/app/static/base/ui-variables.less#L37:L40 4 | */ 5 | @import "base/ui-variables"; 6 | 7 | @gray-base: #ffffff; 8 | @gray-darker: darken(@gray-base, 13.5%); 9 | @gray-dark: darken(@gray-base, 20%); 10 | @gray: darken(@gray-base, 33.5%); 11 | @gray-light: darken(@gray-base, 46.7%); 12 | @gray-lighter: darken(@gray-base, 92.5%); 13 | @white: #FFFFFF; 14 | 15 | @accent-primary: #5eadfc; 16 | @accent-primary-dark: darken(@accent-primary, 10%); 17 | 18 | @background-primary: #1a1e2a; 19 | @background-off-primary: #212739; 20 | @background-secondary: #212739; 21 | @background-tertiary: #212739; 22 | 23 | @border-color-primary: lighten(@background-primary, 5%); 24 | @border-color-secondary: lighten(@background-secondary, 5%); 25 | @border-color-tertiary: lighten(@background-tertiary, 5%); 26 | @border-color-divider: @border-color-secondary; 27 | 28 | @text-color: #fff; 29 | @text-color-subtle: fadeout(@text-color, 10%); 30 | @text-color-very-subtle: fadeout(@text-color, 20%); 31 | @text-color-inverse: white; 32 | @text-color-inverse-subtle: fadeout(@text-color-inverse, 10%); 33 | @text-color-inverse-very-subtle: fadeout(@text-color-inverse, 30%); 34 | @text-color-heading: #fff; 35 | 36 | @text-color-link: @accent-primary; 37 | @text-color-link-hover: @accent-primary-dark; 38 | @text-color-link-active: @accent-primary-dark; 39 | 40 | @btn-default-bg-color: lighten(@background-primary, 5%); 41 | @dropdown-default-bg-color: #242D42; 42 | 43 | @input-bg: #1a1e2a; 44 | @input-border: @border-color-divider; 45 | 46 | @list-bg: #212739; 47 | @list-border: #1a1e2a; 48 | @list-selected-color: @text-color-inverse; 49 | @list-focused-color: @text-color; 50 | 51 | @toolbar-background-color: #1a1e2a; 52 | @panel-background-color: #1a1e2a; 53 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/unity/launcher_icon_shine_150.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 30 | 51 | 58 | 59 | 60 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/cinnamon/common-assets/menu/menu-separator.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 43 | 45 | 46 | 48 | image/svg+xml 49 | 51 | 52 | 53 | 54 | 55 | 60 | 61 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | # Whale 🐋 2 | 3 | ![#1a1e2a](https://placehold.co/15x15/1a1e2a/1a1e2a.png) ![#5eadfc](https://placehold.co/15x15/5eadfc/5eadfc.png) ![#6a6f87](https://placehold.co/15x15/ffffff/ffffff.png) ![#fa5ead](https://placehold.co/15x15/fa5ead/fa5ead.png) ![#00fbad](https://placehold.co/15x15/00fbad/00fbad.png) 4 | 5 | Dark as sea whale, theme inspired by Ark and Nord themes. 6 | 7 | ![screenshot](https://github.com/anufrievroman/whale/blob/main/screenshot.jpg) 8 | 9 | ## Colors 10 | 11 | - Back `#1a1e2a` ![#1a1e2a](https://placehold.co/15x15/1a1e2a/1a1e2a.png) 12 | - Front `#ffffff` ![#ffffff](https://placehold.co/15x15/ffffff/ffffff.png) 13 | - Dark1 `#242D42` ![#242D42](https://placehold.co/15x15/242D42/242D42.png) 14 | - Dark2 `#212739` ![#212739](https://placehold.co/15x15/212739/212739.png) 15 | - Blue `#5eadfc` ![#5eadfc](https://placehold.co/15x15/5eadfc/5eadfc.png) 16 | - Grey `#6a6f87` ![#6a6f87](https://placehold.co/15x15/6a6f87/6a6f87.png) 17 | - Pink `#fa5ead` ![#fa5ead](https://placehold.co/15x15/fa5ead/fa5ead.png) 18 | - Green `#00fbad` ![#00fbad](https://placehold.co/15x15/00fbad/00fbad.png) 19 | 20 | ## Currently supported 21 | 22 | This repo provides configuration files for the following list of programs and environments. For other programs, please use above colors to create Whale theme and share the result here. 23 | 24 | - Foot 25 | - Firefox 26 | - Brave 27 | - GTK 3 28 | - QT 29 | - Alacritty 30 | - Kitty 31 | - Telegram 32 | - Zathura 33 | - Rofi 34 | - Slack 35 | - Blender 36 | - Xresources 37 | - Mailspring 38 | - Vimiv 39 | - Visual Studio Code 40 | - Helix 41 | 42 | ## Support 43 | 44 | I am not a professional developer and work on open-source projects in my free time. If you'd like to support the development, consider donations via [buymeacoffee](https://www.buymeacoffee.com/angryprofessor) or cryptocurrencies: 45 | 46 | - BTC `bc1qpkzmutdqfxkce34skt09vll97s5smpa0r2tyzj` 47 | - ETH `0x6f1Ce9cA181458Fc153a5f7cBF88044736C3b00C` 48 | - BNB `0x40f22c372758E35C905458cAF8BB17f51ac133d1` 49 | - LTC `ltc1qtu33qyv2xlzxda5mmrmk943zpksq8q75tuh85p` 50 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/unity/launcher_icon_back_150.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 48 | 51 | 52 | 54 | 56 | 59 | 60 | 61 | 62 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/xfce-notify.rc: -------------------------------------------------------------------------------- 1 | gtk-color-scheme = "selected_bg_color:#5294E2\nselected_fg_color:#ffffff" 2 | 3 | style "notify-window" { 4 | XfceNotifyWindow::summary-bold = 1 5 | XfceNotifyWindow::border-color = "#17191F" 6 | XfceNotifyWindow::border-color-hover = "#17191F" 7 | XfceNotifyWindow::border-radius = 3.0 8 | XfceNotifyWindow::border-width = 1.0 9 | XfceNotifyWindow::border-width-hover = 1.0 10 | 11 | bg[NORMAL] = "#292C36" 12 | } 13 | 14 | style "notify-button" { 15 | bg[NORMAL] = "#434652" 16 | bg[PRELIGHT] = "#5C6070" 17 | bg[ACTIVE] = @selected_bg_color 18 | 19 | fg[NORMAL] = "#BAC3CF" 20 | fg[PRELIGHT] = "#BAC3CF" 21 | fg[ACTIVE] = @selected_fg_color 22 | 23 | engine "murrine" { 24 | gradient_shades = { 1.0, 1.0, 1.0, 1.0 } 25 | border_shades = { 1.0, 1.0 } 26 | roundness = 2 27 | textstyle = 0 28 | } 29 | } 30 | 31 | style "notify-text" { 32 | GtkWidget::link-color = @selected_bg_color 33 | 34 | fg[NORMAL] = "#BAC3CF" 35 | fg[PRELIGHT] = "#BAC3CF" 36 | fg[ACTIVE] = "#BAC3CF" 37 | 38 | engine "murrine" { 39 | textstyle = 0 40 | } 41 | } 42 | 43 | style "notify-summary" { 44 | font_name = "Bold" 45 | } 46 | 47 | style "notify-progressbar" { 48 | GtkProgressBar::min-horizontal-bar-height = 4 49 | 50 | xthickness = 0 51 | ythickness = 0 52 | 53 | fg[PRELIGHT] = "#000000" 54 | bg[NORMAL] = @selected_bg_color 55 | bg[ACTIVE] = "#1D1F26" 56 | bg[SELECTED] = @selected_bg_color 57 | 58 | engine "murrine" { 59 | gradient_shades = { 1.0, 1.0, 1.0, 1.0 } 60 | border_shades = { 1.0, 1.0 } 61 | trough_shades = { 1.0, 1.0 } 62 | trough_border_shades = { 1.0, 1.0 } 63 | progressbarstyle = 0 64 | roundness = 2 65 | textstyle = 0 66 | } 67 | } 68 | 69 | class "XfceNotifyWindow" style "notify-window" 70 | widget "XfceNotifyWindow.*.summary" style "notify-summary" 71 | widget_class "XfceNotifyWindow.*" style "notify-button" 72 | widget_class "XfceNotifyWindow.*." style "notify-text" 73 | widget_class "XfceNotifyWindow.*." style "notify-progressbar" 74 | widget_class "XfceNotifyWindow.*." style "notify-progressbar" 75 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/unity/launcher_icon_shadow_62.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 52 | 54 | 56 | 59 | 60 | 61 | 62 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/unity/launcher_icon_edge_54.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 52 | 55 | 56 | 58 | 60 | 63 | 64 | 65 | 66 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/unity/launcher_icon_edge_150.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 22 | image/svg+xml 23 | 25 | 26 | 27 | 28 | 49 | 52 | 53 | 55 | 57 | 60 | 61 | 63 | 73 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/gnome-shell/common-assets/misc/ws-switch-arrow-up.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 38 | 40 | 41 | 43 | image/svg+xml 44 | 46 | Gnome Symbolic Icon Theme 47 | 48 | 49 | 50 | Gnome Symbolic Icon Theme 52 | 54 | 59 | 65 | 66 | 67 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/gnome-shell/common-assets/misc/ws-switch-arrow-down.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 38 | 40 | 41 | 43 | image/svg+xml 44 | 46 | Gnome Symbolic Icon Theme 47 | 48 | 49 | 50 | Gnome Symbolic Icon Theme 52 | 54 | 59 | 65 | 66 | 67 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/gnome-shell/common-assets/misc/ws-switch-arrow-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 38 | 40 | 41 | 43 | image/svg+xml 44 | 46 | Gnome Symbolic Icon Theme 47 | 48 | 49 | 50 | Gnome Symbolic Icon Theme 52 | 54 | 59 | 65 | 66 | 67 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/gnome-shell/common-assets/misc/ws-switch-arrow-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 38 | 40 | 41 | 43 | image/svg+xml 44 | 46 | Gnome Symbolic Icon Theme 47 | 48 | 49 | 50 | Gnome Symbolic Icon Theme 52 | 54 | 59 | 65 | 66 | 67 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/cinnamon/common-assets/panel/panel-top.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 39 | 42 | 43 | 45 | 46 | 48 | image/svg+xml 49 | 51 | 52 | 53 | 54 | 55 | 60 | 67 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/unity/launcher_icon_selected_back_54.svg: -------------------------------------------------------------------------------- 1 | 2 | 19 | 21 | 22 | 24 | image/svg+xml 25 | 27 | 28 | 29 | 30 | 32 | 35 | 39 | 40 | 49 | 50 | 70 | 73 | 74 | 82 | 83 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/unity/launcher_icon_shine_54.svg: -------------------------------------------------------------------------------- 1 | 2 | 18 | 20 | 21 | 23 | image/svg+xml 24 | 26 | 27 | 28 | 29 | 31 | 34 | 38 | 42 | 43 | 53 | 54 | 75 | 82 | 83 | 84 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/plank/dock.theme: -------------------------------------------------------------------------------- 1 | # Arc theme for Plank 2 | # Author: Horst3180 3 | # Adapted from the default Plank theme 4 | 5 | [PlankDrawingTheme] 6 | #The roundness of the top corners. 7 | TopRoundness=2 8 | #The roundness of the bottom corners. 9 | BottomRoundness=0 10 | #The thickness (in pixels) of lines drawn. 11 | LineWidth=1 12 | #The color (RGBA) of the outer stroke. 13 | OuterStrokeColor=22;;26;;38;;255 14 | #The starting color (RGBA) of the fill gradient. 15 | FillStartColor=53;;57;;69;;242 16 | #The ending color (RGBA) of the fill gradient. 17 | FillEndColor=53;;57;;69;;242 18 | #The color (RGBA) of the inner stroke. 19 | InnerStrokeColor=53;;57;;69;;0 20 | 21 | [PlankDrawingDockTheme] 22 | #The padding on the left/right dock edges, in tenths of a percent of IconSize. 23 | HorizPadding=1 24 | #The padding on the top dock edge, in tenths of a percent of IconSize. 25 | TopPadding= 1 26 | #The padding on the bottom dock edge, in tenths of a percent of IconSize. 27 | BottomPadding=1 28 | #The padding between items on the dock, in tenths of a percent of IconSize. 29 | ItemPadding=2 30 | #The size of item indicators, in tenths of a percent of IconSize. 31 | IndicatorSize=3 32 | #The size of the icon-shadow behind every item, in tenths of a percent of IconSize. 33 | IconShadowSize=0 34 | #The height (in percent of IconSize) to bounce an icon when the application sets urgent. 35 | UrgentBounceHeight=1.6666666666666667 36 | #The height (in percent of IconSize) to bounce an icon when launching an application. 37 | LaunchBounceHeight=0.625 38 | #The opacity value (0 to 1) to fade the dock to when hiding it. 39 | FadeOpacity=1 40 | #The amount of time (in ms) for click animations. 41 | ClickTime=300 42 | #The amount of time (in ms) to bounce an urgent icon. 43 | UrgentBounceTime=600 44 | #The amount of time (in ms) to bounce an icon when launching an application. 45 | LaunchBounceTime=600 46 | #The amount of time (in ms) for active window indicator animations. 47 | ActiveTime=300 48 | #The amount of time (in ms) to slide icons into/out of the dock. 49 | SlideTime=300 50 | #The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). 51 | FadeTime=250 52 | #The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). 53 | HideTime=150 54 | #The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. 55 | GlowSize=30 56 | #The total time (in ms) to show the hidden-dock urgent glow. 57 | GlowTime=10000 58 | #The time (in ms) of each pulse of the hidden-dock urgent glow. 59 | GlowPulseTime=2000 60 | #The hue-shift (-180 to 180) of the urgent indicator color. 61 | UrgentHueShift=150 62 | #The time (in ms) to move an item to its new position or its addition/removal to/from the dock. 63 | ItemMoveTime=450 64 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/cinnamon/common-assets/panel/panel-bottom.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 39 | 42 | 43 | 45 | 46 | 48 | image/svg+xml 49 | 51 | 52 | 53 | 54 | 55 | 60 | 63 | 70 | 77 | 78 | 79 | 80 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/cinnamon/common-assets/panel/panel-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 39 | 42 | 43 | 45 | 46 | 48 | image/svg+xml 49 | 51 | 52 | 53 | 54 | 55 | 60 | 63 | 70 | 77 | 78 | 79 | 80 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/cinnamon/common-assets/panel/panel-right.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 39 | 42 | 43 | 45 | 46 | 48 | image/svg+xml 49 | 51 | 52 | 53 | 54 | 55 | 60 | 63 | 70 | 77 | 78 | 79 | 80 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/cinnamon/common-assets/misc/corner-ripple.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 40 | 42 | 44 | 48 | 52 | 53 | 62 | 63 | 65 | 66 | 68 | image/svg+xml 69 | 71 | 72 | 73 | 74 | 75 | 78 | 84 | 85 | 86 | -------------------------------------------------------------------------------- /vimiv/styles/whale: -------------------------------------------------------------------------------- 1 | [STYLE] 2 | base00 = #1a1e2a 3 | base01 = #e0e0e0 4 | base02 = #1a1e2a 5 | base03 = #8e908c 6 | base04 = #969896 7 | base05 = #4d4d4c 8 | base06 = #282a2e 9 | base07 = #1d1f21 10 | base08 = #c82829 11 | base09 = #f5871f 12 | base0a = #eab700 13 | base0b = #718c00 14 | base0c = #3e999f 15 | base0d = #81a2be 16 | base0e = #8959a8 17 | base0f = #a3685a 18 | font = 12pt Noto Sans 19 | image.bg = #1a1e2a 20 | image.scrollbar.width = 6px 21 | image.scrollbar.bg = #1a1e2a 22 | image.scrollbar.fg = #6776a1 23 | image.scrollbar.padding = 2px 24 | library.font = 10pt Noto Sans 25 | library.fg = #ffffff 26 | library.padding = 2px 27 | library.directory.fg = #ffffff 28 | library.even.bg = #1a1e2a 29 | library.odd.bg = #1a1e2a 30 | library.selected.bg = #5eadfc 31 | library.selected.fg = #ffffff 32 | library.search.highlighted.fg = #e0e0e0 33 | library.search.highlighted.bg = #969896 34 | library.scrollbar.width = 6px 35 | library.scrollbar.bg = #1a1e2a 36 | library.scrollbar.fg = #6776a1 37 | library.scrollbar.padding = 2px 38 | library.border = 0px solid 39 | statusbar.font = 12pt Noto Sans 40 | statusbar.bg = #1a1e2a 41 | statusbar.fg = #6776a1 42 | statusbar.error = #c82829 43 | statusbar.warning = #f5871f 44 | statusbar.info = #6776a1 45 | statusbar.message_border = 0px solid 46 | statusbar.padding = 4 47 | thumbnail.font = 10pt Monospace 48 | thumbnail.fg = #ffffff 49 | thumbnail.bg = #1a1e2a 50 | thumbnail.padding = 20 51 | thumbnail.selected.bg = #3c4357 52 | thumbnail.search.highlighted.bg = #242D42 53 | thumbnail.default.bg = #3e999f 54 | thumbnail.error.bg = #c82829 55 | thumbnail.frame.fg = #282a2e 56 | completion.height = 16em 57 | completion.fg = #6776a1 58 | completion.even.bg = #1a1e2a 59 | completion.odd.bg = #1a1e2a 60 | completion.selected.fg = #1d1f21 61 | completion.selected.bg = #81a2be 62 | keyhint.padding = 2px 63 | keyhint.border_radius = 10px 64 | keyhint.suffix_color = #3e999f 65 | manipulate.fg = #6776a1 66 | manipulate.focused.fg = #ffffff 67 | manipulate.bg = #1a1e2a 68 | manipulate.slider.left = #242D42 69 | manipulate.slider.handle = #212739 70 | manipulate.slider.right = #242D42 71 | manipulate.image.border = 2px solid 72 | manipulate.image.border.color = #242D42 73 | mark.color = #8959a8 74 | keybindings.bindings.color = #6776a1 75 | keybindings.highlight.color = #8959a8 76 | metadata.padding = 2px 77 | metadata.border_radius = 10px 78 | image.straighten.color = #eab700 79 | prompt.font = 10pt NotoSans 80 | prompt.fg = #6776a1 81 | prompt.bg = #1a1e2a 82 | prompt.padding = 2px 83 | prompt.border_radius = 10px 84 | prompt.border = 0px solid 85 | prompt.border.color = #3e999f 86 | crop.shading = #88000000 87 | crop.border = 2px solid 88 | crop.border.color = #88AAAAAA 89 | crop.grip.color = #881a1e2a 90 | crop.grip.border = 2px solid 91 | crop.grip.border.color = #88AAAAAA 92 | library.selected.bg.unfocus = #8881a2be 93 | thumbnail.selected.bg.unfocus = #8881a2be 94 | metadata.bg = #AA1a1e2a 95 | 96 | ; vim:ft=dosini 97 | -------------------------------------------------------------------------------- /plasma/Whale.colors: -------------------------------------------------------------------------------- 1 | [ColorEffects:Disabled] 2 | Color=56,56,56 3 | ColorAmount=0 4 | ColorEffect=0 5 | ContrastAmount=0.65000000000000002 6 | ContrastEffect=1 7 | IntensityAmount=0.10000000000000001 8 | IntensityEffect=2 9 | 10 | [ColorEffects:Inactive] 11 | ChangeSelectionColor=true 12 | Color=112,111,110 13 | ColorAmount=0.025000000000000001 14 | ColorEffect=2 15 | ContrastAmount=0.10000000000000001 16 | ContrastEffect=2 17 | Enable=false 18 | IntensityAmount=0 19 | IntensityEffect=0 20 | 21 | [Colors:Button] 22 | BackgroundAlternate=64,69,82 23 | BackgroundNormal=32,35,46 24 | DecorationFocus=82,148,226 25 | DecorationHover=82,148,226 26 | ForegroundActive=61,174,233 27 | ForegroundInactive=102,106,115 28 | ForegroundLink=41,128,185 29 | ForegroundNegative=218,68,83 30 | ForegroundNeutral=246,116,0 31 | ForegroundNormal=211,218,227 32 | ForegroundPositive=39,174,96 33 | ForegroundVisited=82,148,226 34 | 35 | [Colors:Complementary] 36 | BackgroundNormal=32,35,46 37 | 38 | [Colors:Selection] 39 | BackgroundAlternate=29,153,243 40 | BackgroundNormal=82,148,226 41 | DecorationFocus=82,148,226 42 | DecorationHover=82,148,226 43 | ForegroundActive=252,252,252 44 | ForegroundInactive=211,218,227 45 | ForegroundLink=253,188,75 46 | ForegroundNegative=218,68,83 47 | ForegroundNeutral=246,116,0 48 | ForegroundNormal=211,218,227 49 | ForegroundPositive=39,174,96 50 | ForegroundVisited=189,195,199 51 | 52 | [Colors:Tooltip] 53 | BackgroundAlternate=35,38,50 54 | BackgroundNormal=32,35,46 55 | DecorationFocus=82,148,226 56 | DecorationHover=82,148,226 57 | ForegroundActive=61,174,233 58 | ForegroundInactive=102,106,115 59 | ForegroundLink=41,128,185 60 | ForegroundNegative=218,68,83 61 | ForegroundNeutral=246,116,0 62 | ForegroundNormal=211,218,227 63 | ForegroundPositive=39,174,96 64 | ForegroundVisited=82,148,226 65 | 66 | [Colors:View] 67 | BackgroundAlternate=32,35,46 68 | BackgroundNormal=46,50,66 69 | DecorationFocus=82,148,226 70 | DecorationHover=82,148,226 71 | ForegroundActive=61,174,233 72 | ForegroundInactive=102,106,115 73 | ForegroundLink=41,128,185 74 | ForegroundNegative=218,68,83 75 | ForegroundNeutral=246,116,0 76 | ForegroundNormal=211,218,227 77 | ForegroundPositive=39,174,96 78 | ForegroundVisited=82,148,226 79 | 80 | [Colors:Window] 81 | BackgroundAlternate=32,35,46 82 | BackgroundNormal=32,35,46 83 | DecorationFocus=82,148,226 84 | DecorationHover=82,148,226 85 | ForegroundActive=61,174,233 86 | ForegroundInactive=102,106,115 87 | ForegroundLink=41,128,185 88 | ForegroundNegative=218,68,83 89 | ForegroundNeutral=246,116,0 90 | ForegroundNormal=211,218,227 91 | ForegroundPositive=39,174,96 92 | ForegroundVisited=82,148,226 93 | 94 | [General] 95 | ColorScheme=Arc Dark 96 | Name=Whale 97 | shadeSortColumn=true 98 | 99 | [KDE] 100 | contrast=4 101 | 102 | [WM] 103 | activeBackground=37,42,53 104 | activeBlend=32,35,46 105 | activeForeground=211,218,227 106 | inactiveBackground=32,37,48 107 | inactiveBlend=47,52,63 108 | inactiveForeground=102,106,115 109 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/unity/launcher_icon_selected_back_150.svg: -------------------------------------------------------------------------------- 1 | 2 | 19 | 21 | 22 | 24 | image/svg+xml 25 | 27 | 28 | 29 | 30 | 50 | 53 | 54 | 56 | 59 | 63 | 64 | 66 | 76 | 77 | 86 | 87 | 96 | 97 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/metacity-1/stick-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 73 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/metacity-1/shade-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 72 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/metacity-1/max-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml -------------------------------------------------------------------------------- /gtk-3.0/Whale/metacity-1/menu-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 64 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/cinnamon/dark-assets/misc/message.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 26 | 30 | 31 | 40 | 41 | 59 | 62 | 63 | 65 | 66 | 68 | image/svg+xml 69 | 71 | 72 | 73 | 74 | 75 | 80 | 89 | 95 | 96 | 97 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/metacity-1/min-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml -------------------------------------------------------------------------------- /gtk-3.0/Whale/unity/launcher_arrow_rtl_19.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 26 | 33 | 34 | 35 | 67 | 74 | 75 | 77 | 78 | 80 | image/svg+xml 81 | 83 | 84 | 85 | 86 | 87 | 92 | 100 | 101 | 102 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/unity/launcher_pip_ltr_19.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 26 | 33 | 34 | 35 | 67 | 74 | 75 | 77 | 78 | 80 | image/svg+xml 81 | 83 | 84 | 85 | 86 | 87 | 92 | 100 | 101 | 102 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/unity/launcher_arrow_ltr_19.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 26 | 33 | 34 | 35 | 67 | 74 | 75 | 77 | 78 | 80 | image/svg+xml 81 | 83 | 84 | 85 | 86 | 87 | 92 | 100 | 101 | 102 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/cinnamon/common-assets/menu/menu-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 26 | 30 | 31 | 40 | 41 | 68 | 73 | 74 | 76 | 77 | 79 | image/svg+xml 80 | 82 | 83 | 84 | 85 | 86 | 91 | 95 | 102 | 103 | 104 | 105 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/unity/launcher_arrow_outline_ltr_19.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 26 | 33 | 34 | 35 | 67 | 74 | 75 | 77 | 78 | 80 | image/svg+xml 81 | 83 | 84 | 85 | 86 | 87 | 92 | 100 | 101 | 102 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/unity/launcher_pip_rtl_19.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 26 | 33 | 34 | 35 | 68 | 75 | 76 | 78 | 79 | 81 | image/svg+xml 82 | 84 | 85 | 86 | 87 | 88 | 93 | 101 | 102 | 103 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/unity/launcher_arrow_rtl_37.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 26 | 33 | 34 | 35 | 67 | 74 | 75 | 77 | 78 | 80 | image/svg+xml 81 | 83 | 84 | 85 | 86 | 87 | 92 | 101 | 102 | 103 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/unity/launcher_arrow_ltr_37.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 26 | 33 | 34 | 35 | 67 | 74 | 75 | 77 | 78 | 80 | image/svg+xml 81 | 83 | 84 | 85 | 86 | 87 | 92 | 101 | 102 | 103 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/unity/launcher_arrow_outline_rtl_19.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 26 | 33 | 34 | 35 | 67 | 74 | 75 | 77 | 78 | 80 | image/svg+xml 81 | 83 | 84 | 85 | 86 | 87 | 92 | 101 | 102 | 103 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/unity/launcher_arrow_outline_ltr_37.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 26 | 33 | 34 | 35 | 67 | 74 | 75 | 77 | 78 | 80 | image/svg+xml 81 | 83 | 84 | 85 | 86 | 87 | 92 | 101 | 102 | 103 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/unity/launcher_arrow_outline_rtl_37.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 26 | 33 | 34 | 35 | 67 | 74 | 75 | 77 | 78 | 80 | image/svg+xml 81 | 83 | 84 | 85 | 86 | 87 | 92 | 101 | 102 | 103 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/unity/launcher_pip_ltr_37.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 26 | 33 | 34 | 35 | 68 | 75 | 76 | 78 | 79 | 81 | image/svg+xml 82 | 84 | 85 | 86 | 87 | 88 | 93 | 102 | 103 | 104 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/unity/launcher_pip_rtl_37.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 26 | 33 | 34 | 35 | 68 | 75 | 76 | 78 | 79 | 81 | image/svg+xml 82 | 84 | 85 | 86 | 87 | 88 | 93 | 102 | 103 | 104 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/cinnamon/dark-assets/misc/button-box.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 24 | 33 | 34 | 35 | 62 | 67 | 68 | 70 | 71 | 73 | image/svg+xml 74 | 76 | 77 | 78 | 79 | 80 | 85 | 91 | 100 | 101 | 102 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/gtk-2.0/apps.rc: -------------------------------------------------------------------------------- 1 | # 2 | # Thunar 3 | # 4 | style "thunar-handle" { GtkPaned::handle-size = 2 } 5 | 6 | style "dark-sidebar" { 7 | GtkTreeView::odd_row_color = @dark_sidebar_bg 8 | GtkTreeView::even_row_color = @dark_sidebar_bg 9 | 10 | 11 | base[NORMAL] = @dark_sidebar_bg 12 | base[INSENSITIVE] = @dark_sidebar_bg 13 | 14 | text[NORMAL] = "#BAC3CF" 15 | text[ACTIVE] = @selected_fg_color 16 | text[SELECTED] = @selected_fg_color 17 | } 18 | 19 | style "thunar-frame" { 20 | xthickness = 0 21 | ythickness = 0 22 | } 23 | 24 | widget_class "*ThunarWindow*." style "thunar-frame" 25 | widget_class "*ThunarShortcutsView*" style "dark-sidebar" 26 | widget_class "*ThunarTreeView*" style "dark-sidebar" 27 | widget_class "*ThunarWindow*." style "thunar-handle" 28 | 29 | # 30 | # Workaround for colored entries 31 | # 32 | style "entry_border" { 33 | 34 | xthickness = 7 35 | ythickness = 5 36 | 37 | engine "pixmap" { 38 | 39 | image { 40 | function = SHADOW 41 | state = NORMAL 42 | detail = "entry" 43 | file = "assets/entry-border-bg.png" 44 | border = {6, 6, 6, 6} 45 | stretch = TRUE 46 | } 47 | 48 | image { 49 | function = SHADOW 50 | state = ACTIVE 51 | detail = "entry" 52 | file = "assets/entry-border-active-bg.png" 53 | border = {6, 6, 6, 6} 54 | stretch = TRUE 55 | } 56 | 57 | image { 58 | function = FLAT_BOX 59 | state = ACTIVE 60 | detail = "entry_bg" 61 | file = "assets/null.png" 62 | } 63 | 64 | image { 65 | function = FLAT_BOX 66 | state = INSENSITIVE 67 | detail = "entry_bg" 68 | file = "assets/null.png" 69 | } 70 | 71 | image { 72 | function = FLAT_BOX 73 | detail = "entry_bg" 74 | file = "assets/null.png" 75 | } 76 | } 77 | } 78 | 79 | style "combobox_entry_border" = "combobox_entry" { 80 | 81 | engine "pixmap" { 82 | 83 | image { 84 | function = SHADOW 85 | detail = "entry" 86 | state = NORMAL 87 | shadow = IN 88 | file = "assets/combo-entry-border.png" 89 | border = { 4, 4, 12, 12 } 90 | stretch = TRUE 91 | direction = LTR 92 | } 93 | 94 | image { 95 | function = SHADOW 96 | detail = "entry" 97 | state = ACTIVE 98 | file = "assets/combo-entry-border-focus.png" 99 | border = { 4, 4, 12, 12 } 100 | stretch = TRUE 101 | direction = LTR 102 | } 103 | 104 | image { 105 | function = SHADOW 106 | detail = "entry" 107 | state = NORMAL 108 | shadow = IN 109 | file = "assets/combo-entry-border-rtl.png" 110 | border = { 4, 4, 12, 12 } 111 | stretch = TRUE 112 | direction = RTL 113 | } 114 | 115 | image { 116 | function = SHADOW 117 | detail = "entry" 118 | state = ACTIVE 119 | file = "assets/combo-entry-border-focus-rtl.png" 120 | border = { 4, 4, 12, 12 } 121 | stretch = TRUE 122 | direction = RTL 123 | } 124 | 125 | image { 126 | function = FLAT_BOX 127 | state = INSENSITIVE 128 | detail = "entry_bg" 129 | file = "assets/null.png" 130 | } 131 | 132 | image { 133 | function = FLAT_BOX 134 | detail = "entry_bg" 135 | file = "assets/null.png" 136 | } 137 | } 138 | } 139 | 140 | 141 | # Mousepad search entry 142 | widget_class "*MousepadSearchBar*." style "entry_border" 143 | 144 | # Mousepad find and replace 145 | widget_class "*MousepadReplaceDialog*." style "entry_border" 146 | 147 | # Thunar bulk rename 148 | widget_class "*ThunarRenamerDialog*." style "entry_border" 149 | 150 | # Hexchat input box 151 | class "SexySpellEntry" style:highest "entry_border" 152 | 153 | # Geany search entries 154 | widget "*GeanyToolbar.*geany-search-entry-no-match*" style "entry_border" 155 | widget "*GeanyToolbar.*GtkEntry*" style "entry_border" 156 | 157 | widget "GeanyDialogSearch.*GtkComboBoxEntry*.*geany-search-entry-no-match*" style "combobox_entry_border" 158 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/cinnamon/dark-assets/menu/submenu.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 53 | 62 | 66 | 70 | 71 | 73 | 74 | 76 | image/svg+xml 77 | 79 | 80 | 81 | 82 | 83 | 88 | 91 | 99 | 107 | 115 | 116 | 117 | 118 | -------------------------------------------------------------------------------- /gtk-3.0/Whale/metacity-1/button-bg.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml --------------------------------------------------------------------------------