diff options
Diffstat (limited to 'src-qt5')
5 files changed, 10 insertions, 10 deletions
diff --git a/src-qt5/core/libLumina/colors/Lumina-Glass.qss.colors b/src-qt5/core/libLumina/colors/Lumina-Glass.qss.colors index d3876f21..89534aaa 100644 --- a/src-qt5/core/libLumina/colors/Lumina-Glass.qss.colors +++ b/src-qt5/core/libLumina/colors/Lumina-Glass.qss.colors @@ -1,6 +1,6 @@ ACCENTCOLOR=rgba(255,252,234,100) ACCENTDISABLECOLOR=rgba(0,0,0,100) -ALTBASECOLOR=rgba(255,255,255,100) +ALTBASECOLOR=rgba(255,255,255,125) BASECOLOR=rgb(247,246,244) HIGHLIGHTCOLOR=rgba(212,212,212,170) HIGHLIGHTDISABLECOLOR=rgba(184,184,184,100) diff --git a/src-qt5/core/lumina-desktop/defaults/compton.conf b/src-qt5/core/lumina-desktop/defaults/compton.conf index bbdea641..a14fee29 100644 --- a/src-qt5/core/lumina-desktop/defaults/compton.conf +++ b/src-qt5/core/lumina-desktop/defaults/compton.conf @@ -3,9 +3,9 @@ shadow = true; no-dnd-shadow = true; no-dock-shadow = true; clear-shadow = true; -shadow-radius = 7; -shadow-offset-x = -7; -shadow-offset-y = -7; +shadow-radius = 5; +shadow-offset-x = -5; +shadow-offset-y = -5; # shadow-opacity = 0.7; # shadow-red = 0.0; # shadow-green = 0.0; @@ -25,7 +25,7 @@ shadow-exclude = [ menu-opacity = 0.9; inactive-opacity = 0.9; # active-opacity = 0.8; -frame-opacity = 0.8; +frame-opacity = 1.0; inactive-opacity-override = false; alpha-step = 0.06; # inactive-dim = 0.2; @@ -45,8 +45,8 @@ blur-background-exclude = [ # Fading fading = true; # fade-delta = 30; -fade-in-step = 0.3; -fade-out-step = 0.3; +fade-in-step = 0.2; +fade-out-step = 0.2; # no-fading-openclose = true; # no-fading-destroyed-argb = true; fade-exclude = [ ]; diff --git a/src-qt5/core/lumina-desktop/defaults/luminaDesktop-TrueOS.conf b/src-qt5/core/lumina-desktop/defaults/luminaDesktop-TrueOS.conf index 4bf8f6fa..a50f2a95 100644 --- a/src-qt5/core/lumina-desktop/defaults/luminaDesktop-TrueOS.conf +++ b/src-qt5/core/lumina-desktop/defaults/luminaDesktop-TrueOS.conf @@ -49,7 +49,7 @@ mime_default_application/x-shellscript=lumina-textedit.desktop #THEME SETTINGS theme_themefile=Glass #Name of the theme to use (disable for Lumina-Default) -theme_colorfile=Grey-Dark #Name of the color spec file to use for theming +theme_colorfile=Lumina-Glass #Name of the color spec file to use for theming theme_iconset=oxygen #Name of the icon theme to use theme_font=Arial #Name of the font family to use theme_fontsize=10pt #Default size of the fonts to use on the desktop (can also use a percentage of the screen height (<number>%) ) diff --git a/src-qt5/core/lumina-desktop/defaults/luminaDesktop.conf b/src-qt5/core/lumina-desktop/defaults/luminaDesktop.conf index 7f8e363c..f0f5a74f 100644 --- a/src-qt5/core/lumina-desktop/defaults/luminaDesktop.conf +++ b/src-qt5/core/lumina-desktop/defaults/luminaDesktop.conf @@ -48,7 +48,7 @@ mime_default_application/x-shellscript=lumina-textedit.desktop #THEME SETTINGS theme_themefile=Glass #Name of the theme to use (disable for Lumina-Default) -theme_colorfile=Grey-Dark #Name of the color spec file to use for theming +theme_colorfile=Lumina-Glass #Name of the color spec file to use for theming theme_iconset=oxygen #Name of the icon theme to use theme_font=Arial #Name of the font family to use theme_fontsize=10pt #Default size of the fonts to use on the desktop (can also use a percentage of the screen height (<number>%) ) diff --git a/src-qt5/core/lumina-desktop/fluxboxconf/fluxbox-init-rc b/src-qt5/core/lumina-desktop/fluxboxconf/fluxbox-init-rc index a631069f..09407ab4 100644 --- a/src-qt5/core/lumina-desktop/fluxboxconf/fluxbox-init-rc +++ b/src-qt5/core/lumina-desktop/fluxboxconf/fluxbox-init-rc @@ -66,7 +66,7 @@ session.screen0.strftimeFormat: %l:%M session.titlebar.right: Minimize Maximize Close session.colorsPerChannel: 4 session.opaqueMove: False -session.styleFile: /usr/local/share/fluxbox/styles/bora_black +session.styleFile: /usr/local/share/fluxbox/styles/bias_allblack session.doubleClickInterval: 250 session.iconbar: false session.cacheLife: 5 |