mirror of
https://github.com/L4ki/Jolly-Plasma-Themes.git
synced 2026-02-01 13:17:38 +01:00
Add files via upload
This commit is contained in:
50
Jolly GTK Themes/Jolly-GTK/gtk-2.0/apps/chrome.rc
Normal file
50
Jolly GTK Themes/Jolly-GTK/gtk-2.0/apps/chrome.rc
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
# ==============================================================================
|
||||||
|
# CHROME/-UIM SPECIFIC SETTINGS
|
||||||
|
# ==============================================================================
|
||||||
|
|
||||||
|
# Chromium lets us define some colours and settings for better integration
|
||||||
|
|
||||||
|
style "chrome-gtk-frame"
|
||||||
|
{
|
||||||
|
ChromeGtkFrame::frame-color = @wm_color
|
||||||
|
ChromeGtkFrame::inactive-frame-color = @unfocused_wm_color
|
||||||
|
|
||||||
|
ChromeGtkFrame::frame-gradient-size = 16
|
||||||
|
ChromeGtkFrame::frame-gradient-color = shade(1.07, @wm_color)
|
||||||
|
|
||||||
|
ChromeGtkFrame::incognito-frame-color = shade(0.85, @wm_color)
|
||||||
|
ChromeGtkFrame::incognito-inactive-frame-color = @wm_color
|
||||||
|
|
||||||
|
ChromeGtkFrame::incognito-frame-gradient-color = @wm_color
|
||||||
|
|
||||||
|
ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @wm_color)
|
||||||
|
ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @wm_color)
|
||||||
|
ChromeGtkFrame::scrollbar-slider-normal-color = @wm_color
|
||||||
|
}
|
||||||
|
|
||||||
|
class "ChromeGtkFrame" style "chrome-gtk-frame"
|
||||||
|
|
||||||
|
# Chromium uses base as the fill colour of its own entries
|
||||||
|
# This would be fine but Gtk+ uses it to fill the surrounding space, so its set to bg
|
||||||
|
# That results in Chromium using it for the fill, so we need to handle that
|
||||||
|
|
||||||
|
style "chrome_entry" {
|
||||||
|
base[NORMAL] = @base_color
|
||||||
|
base[INSENSITIVE] = @base_color
|
||||||
|
}
|
||||||
|
|
||||||
|
widget_class "*Chrom*<GtkEntry>" style "chrome_entry"
|
||||||
|
|
||||||
|
# Chrome Menu item background
|
||||||
|
|
||||||
|
style "chrome_menu_item"
|
||||||
|
{
|
||||||
|
bg[SELECTED] = @wm_color
|
||||||
|
}
|
||||||
|
|
||||||
|
widget_class "*<GtkCustomMenu>*<GtkCustomMenuItem>*" style "chrome_menu_item"
|
||||||
|
|
||||||
|
|
||||||
|
# Chrome buttons
|
||||||
|
|
||||||
|
widget_class "*Chrom*Button*" style "button"
|
||||||
83
Jolly GTK Themes/Jolly-GTK/gtk-2.0/apps/gimp.rc
Normal file
83
Jolly GTK Themes/Jolly-GTK/gtk-2.0/apps/gimp.rc
Normal file
@@ -0,0 +1,83 @@
|
|||||||
|
# ==============================================================================
|
||||||
|
# GIMP SPECIFIC SETTINGS
|
||||||
|
# ==============================================================================
|
||||||
|
|
||||||
|
# TODO: This could really look nicer
|
||||||
|
style "gimp_spin_scale" {
|
||||||
|
|
||||||
|
# Spin background
|
||||||
|
bg[NORMAL] = @base_color
|
||||||
|
|
||||||
|
engine "pixmap" {
|
||||||
|
|
||||||
|
image {
|
||||||
|
function = BOX
|
||||||
|
state = NORMAL
|
||||||
|
detail = "spinbutton_up"
|
||||||
|
overlay_file = "assets/spin-up.png"
|
||||||
|
overlay_stretch = FALSE
|
||||||
|
}
|
||||||
|
|
||||||
|
image {
|
||||||
|
function = BOX
|
||||||
|
state = PRELIGHT
|
||||||
|
detail = "spinbutton_up"
|
||||||
|
overlay_file = "assets/spin-up.png"
|
||||||
|
overlay_stretch = FALSE
|
||||||
|
}
|
||||||
|
|
||||||
|
image {
|
||||||
|
function = BOX
|
||||||
|
state = ACTIVE
|
||||||
|
detail = "spinbutton_up"
|
||||||
|
overlay_file = "assets/spin-up.png"
|
||||||
|
overlay_stretch = FALSE
|
||||||
|
}
|
||||||
|
|
||||||
|
image {
|
||||||
|
function = BOX
|
||||||
|
state = INSENSITIVE
|
||||||
|
detail = "spinbutton_up"
|
||||||
|
overlay_file = "assets/spin-up-insensitive.png"
|
||||||
|
overlay_stretch = FALSE
|
||||||
|
}
|
||||||
|
|
||||||
|
image {
|
||||||
|
function = BOX
|
||||||
|
state = NORMAL
|
||||||
|
detail = "spinbutton_down"
|
||||||
|
overlay_file = "assets/spin-down.png"
|
||||||
|
overlay_stretch = FALSE
|
||||||
|
}
|
||||||
|
|
||||||
|
image {
|
||||||
|
function = BOX
|
||||||
|
state = PRELIGHT
|
||||||
|
detail = "spinbutton_down"
|
||||||
|
overlay_file = "assets/spin-down.png"
|
||||||
|
overlay_stretch = FALSE
|
||||||
|
}
|
||||||
|
|
||||||
|
image {
|
||||||
|
function = BOX
|
||||||
|
state = ACTIVE
|
||||||
|
detail = "spinbutton_down"
|
||||||
|
overlay_file = "assets/spin-down.png"
|
||||||
|
overlay_stretch = FALSE
|
||||||
|
}
|
||||||
|
|
||||||
|
image {
|
||||||
|
function = BOX
|
||||||
|
state = INSENSITIVE
|
||||||
|
detail = "spinbutton_down"
|
||||||
|
overlay_file = "assets/spin-down-insensitive.png"
|
||||||
|
overlay_stretch = FALSE
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# Disable spin button assets for GimpSpinScale
|
||||||
|
class "GimpSpinScale" style "gimp_spin_scale"
|
||||||
12
Jolly GTK Themes/Jolly-GTK/gtk-2.0/apps/libreoffice.rc
Normal file
12
Jolly GTK Themes/Jolly-GTK/gtk-2.0/apps/libreoffice.rc
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# ==============================================================================
|
||||||
|
# OPEN/LIBREOFFICE SPECIFIC SETTINGS
|
||||||
|
# ==============================================================================
|
||||||
|
|
||||||
|
style "ooo_stepper_hack"
|
||||||
|
{
|
||||||
|
GtkScrollbar::stepper-size = 13
|
||||||
|
GtkScrollbar::has-backward-stepper = 1
|
||||||
|
GtkScrollbar::has-forward-stepper = 1
|
||||||
|
}
|
||||||
|
|
||||||
|
widget "*openoffice-toplevel*" style "ooo_stepper_hack"
|
||||||
48
Jolly GTK Themes/Jolly-GTK/gtk-2.0/apps/terminal.rc
Normal file
48
Jolly GTK Themes/Jolly-GTK/gtk-2.0/apps/terminal.rc
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
# ==============================================================================
|
||||||
|
# GNOME TERMINAL SPECIFIC SETTINGS
|
||||||
|
# ==============================================================================
|
||||||
|
|
||||||
|
style "terminal_window" = "dark" {
|
||||||
|
}
|
||||||
|
|
||||||
|
style "terminal_menubar"
|
||||||
|
{
|
||||||
|
|
||||||
|
engine "murrine" {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
style "terminal_notebook" = "dark"
|
||||||
|
{
|
||||||
|
fg[ACTIVE] = mix (0.8, "#DADBDB", "#DADBDB")
|
||||||
|
|
||||||
|
engine "murrine" {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
style "terminal_scrollbar" = "scrollbar"
|
||||||
|
{
|
||||||
|
bg[NORMAL] = "#263238"
|
||||||
|
bg[PRELIGHT] = shade(1.08, "#263238")
|
||||||
|
bg[ACTIVE] = shade(0.94, "#263238")
|
||||||
|
bg[SELECTED] = shade(1.0, @selected_bg_color)
|
||||||
|
bg[INSENSITIVE] = "#263238"
|
||||||
|
|
||||||
|
engine "murrine" {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
style "terminal_screen"
|
||||||
|
{
|
||||||
|
text[NORMAL] = "#DADBDB"
|
||||||
|
base[NORMAL] = "#384952"
|
||||||
|
|
||||||
|
TerminalScreen::background-darkness = 0.95
|
||||||
|
}
|
||||||
|
|
||||||
|
widget "*TerminalWindow*" style "terminal_window"
|
||||||
|
#widget "*TerminalWindow.*.*enu?ar" style "terminal_menubar"
|
||||||
|
widget "*TerminalWindow.*.GtkNotebook*" style "terminal_notebook"
|
||||||
|
widget "*TerminalWindow.*.GtkNotebook.*.GtkVScrollbar*" style "terminal_scrollbar"
|
||||||
|
#widget "*TerminalWindow.*.GtkNotebook*utton*" style "terminal_button"
|
||||||
|
widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen"
|
||||||
24
Jolly GTK Themes/Jolly-GTK/gtk-2.0/apps/thunar.rc
Normal file
24
Jolly GTK Themes/Jolly-GTK/gtk-2.0/apps/thunar.rc
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# ==============================================================================
|
||||||
|
# THUNAR SPECIFIC SETTINGS
|
||||||
|
# ==============================================================================
|
||||||
|
|
||||||
|
style "sidepane" {
|
||||||
|
|
||||||
|
GtkTreeView::odd_row_color = @sidebar_bg
|
||||||
|
GtkTreeView::even_row_color = @sidebar_bg
|
||||||
|
base[NORMAL] = @bg_color
|
||||||
|
base[INSENSITIVE] = mix(0.4, shade(1.35, @selected_bg_color), shade(0.9, @base_color))
|
||||||
|
bg[NORMAL] = @bg_color
|
||||||
|
text[NORMAL] = mix(0.9, @fg_color, @bg_color)
|
||||||
|
}
|
||||||
|
|
||||||
|
style "thunar-frame" {
|
||||||
|
xthickness = 0
|
||||||
|
ythickness = 0
|
||||||
|
}
|
||||||
|
style "thunar-handle" { GtkPaned::handle-size = 2 }
|
||||||
|
widget_class "*ThunarWindow*.<GtkScrolledWindow>" style "thunar-frame"
|
||||||
|
widget_class "*ThunarWindow*.<GtkHPaned>" style "thunar-handle"
|
||||||
|
|
||||||
|
widget_class "*ThunarShortcutsView*" style "sidepane"
|
||||||
|
widget_class "*ThunarTreeView*" style "sidepane"
|
||||||
90
Jolly GTK Themes/Jolly-GTK/gtk-2.0/apps/xfce.rc
Normal file
90
Jolly GTK Themes/Jolly-GTK/gtk-2.0/apps/xfce.rc
Normal file
@@ -0,0 +1,90 @@
|
|||||||
|
style "theme-panel" = "dark" {
|
||||||
|
xthickness = 1
|
||||||
|
ythickness = 1
|
||||||
|
bg[NORMAL] = @panel_bg_color
|
||||||
|
}
|
||||||
|
|
||||||
|
style "xfdesktop-icon-view" {
|
||||||
|
XfdesktopIconView::label-alpha = 0
|
||||||
|
XfdesktopIconView::selected-label-alpha = 80
|
||||||
|
XfdesktopIconView::shadow-x-offset = 0
|
||||||
|
XfdesktopIconView::shadow-y-offset = 0
|
||||||
|
XfdesktopIconView::selected-shadow-x-offset = 0
|
||||||
|
XfdesktopIconView::selected-shadow-y-offset = 0
|
||||||
|
XfdesktopIconView::shadow-color = @tooltip_bg_color
|
||||||
|
XfdesktopIconView::selected-shadow-color = @tooltip_bg_color
|
||||||
|
XfdesktopIconView::cell-spacing = 2
|
||||||
|
XfdesktopIconView::cell-padding = 6
|
||||||
|
XfdesktopIconView::cell-text-width-proportion = 1.9
|
||||||
|
|
||||||
|
fg[NORMAL] = shade (0.9, @selected_fg_color)
|
||||||
|
fg[ACTIVE] = @selected_fg_color
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
style "theme-panel-text" = "dark" {
|
||||||
|
}
|
||||||
|
|
||||||
|
style "panel-entry" = "dark" {
|
||||||
|
}
|
||||||
|
|
||||||
|
style "theme-main-menu-text" = "theme-panel-text"
|
||||||
|
{
|
||||||
|
fg[PRELIGHT] = "#ffffff"
|
||||||
|
text[PRELIGHT] = "#ffffff"
|
||||||
|
}
|
||||||
|
|
||||||
|
style "workspace-switcher" = "dark"
|
||||||
|
{
|
||||||
|
bg[SELECTED] = shade (0.8, @selected_bg_color)
|
||||||
|
}
|
||||||
|
|
||||||
|
style "window-buttons" = "dark" {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
style "indicator" = "theme-panel"
|
||||||
|
{
|
||||||
|
xthickness = 0
|
||||||
|
ythickness = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
widget "*PanelWidget*" style "theme-panel"
|
||||||
|
widget "*PanelApplet*" style "theme-panel"
|
||||||
|
widget "*fast-user-switch*" style "theme-panel"
|
||||||
|
widget "*CPUFreq*Applet*" style "theme-panel"
|
||||||
|
class "PanelApp*" style "theme-panel"
|
||||||
|
class "PanelToplevel*" style "theme-panel"
|
||||||
|
widget_class "*PanelToplevel*" style "theme-panel"
|
||||||
|
widget_class "*notif*" style "theme-panel"
|
||||||
|
widget_class "*Notif*" style "theme-panel"
|
||||||
|
widget_class "*Tray*" style "theme-panel"
|
||||||
|
widget_class "*tray*" style "theme-panel"
|
||||||
|
widget_class "*computertemp*" style "theme-panel"
|
||||||
|
widget_class "*Applet*Tomboy*" style "theme-panel"
|
||||||
|
widget_class "*Applet*Netstatus*" style "theme-panel"
|
||||||
|
|
||||||
|
# Fixes for tooltip text in some apps.
|
||||||
|
widget_class "*Notif*Beagle*" style "theme-panel"
|
||||||
|
widget_class "*Notif*Brasero*" style "theme-panel"
|
||||||
|
|
||||||
|
# XFCE panel theming.
|
||||||
|
widget "*Xfce*Panel*" style "theme-panel"
|
||||||
|
class "*Xfce*Panel*" style "theme-panel"
|
||||||
|
widget "*WnckPager*" style "workspace-switcher"
|
||||||
|
widget "*XfdesktopIconView*" style "xfdesktop-icon-view"
|
||||||
|
|
||||||
|
# Fix gtk-entries in the panel
|
||||||
|
class "*SexyIconEntry*" style:highest "entry" # fixes dict-plugin
|
||||||
|
widget "*xfce4-verve-plugin*GtkEntry" style:highest "entry" # fixes verve-plugin
|
||||||
|
|
||||||
|
# Make sure panel text color doesn't change
|
||||||
|
widget_class "*Panel*MenuBar*" style "theme-main-menu-text"
|
||||||
|
widget_class "*Panel*<GtkMenuBar>*" style "theme-main-menu-text"
|
||||||
|
widget "*.clock-applet-button.*" style "theme-panel-text"
|
||||||
|
widget "*PanelApplet*" style "theme-panel-text"
|
||||||
|
|
||||||
|
# Override general panel-style with specific plugin-styles
|
||||||
|
widget "*indicator-applet*" style "indicator"
|
||||||
|
widget "*indicator-button*" style "indicator"
|
||||||
|
#widget "*XfceTasklist*" style "dark_button"
|
||||||
31
Jolly GTK Themes/Jolly-GTK/gtk-2.0/gtkrc
Normal file
31
Jolly GTK Themes/Jolly-GTK/gtk-2.0/gtkrc
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
# Text/base colors
|
||||||
|
gtk-color-scheme = "text_color:#fcfcfc\nbase_color:#252342"
|
||||||
|
# Foreground/background colors
|
||||||
|
gtk-color-scheme = "fg_color:#fcfcfc\nbg_color:#1f1d36"
|
||||||
|
# Selection colors
|
||||||
|
gtk-color-scheme = "selected_fg_color:#fcfcfc\nselected_bg_color:#656595"
|
||||||
|
# Tooltip colors
|
||||||
|
gtk-color-scheme = "tooltip_fg_color:#fcfcfc\ntooltip_bg_color:#252342"
|
||||||
|
# Window colors
|
||||||
|
gtk-color-scheme = "wm_color:#16132c\nunfocused_wm_color:#16132c"
|
||||||
|
# Panel colors
|
||||||
|
gtk-color-scheme = "panel_bg_color:#16132c\npanel_fg_color:#fcfcfc"
|
||||||
|
# Dark Theme - Text/base colors
|
||||||
|
gtk-color-scheme = "dark_text_color:#fcfcfc\ndark_base_color:#1f1d36"
|
||||||
|
# Dark Theme - Foreground/background colors
|
||||||
|
gtk-color-scheme = "dark_fg_color:#fcfcfc\ndark_bg_color:#1f1d36"
|
||||||
|
gtk-color-scheme = "sidebar_bg:#1f1d36"
|
||||||
|
gtk-color-scheme = "sidebar_fg:#fcfcfc"
|
||||||
|
|
||||||
|
gtk-auto-mnemonics = 1
|
||||||
|
gtk-primary-button-warps-slider = 1
|
||||||
|
|
||||||
|
include "main.rc"
|
||||||
|
|
||||||
|
# App stylings
|
||||||
|
include "apps/chrome.rc"
|
||||||
|
include "apps/gimp.rc"
|
||||||
|
include "apps/libreoffice.rc"
|
||||||
|
include "apps/terminal.rc"
|
||||||
|
include "apps/thunar.rc"
|
||||||
|
include "apps/xfce.rc"
|
||||||
2627
Jolly GTK Themes/Jolly-GTK/gtk-2.0/main.rc
Normal file
2627
Jolly GTK Themes/Jolly-GTK/gtk-2.0/main.rc
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user