Prepared for publishing. More closely matched with pho-earth-by-night.

This commit is contained in:
eudaimon 2021-01-05 11:39:04 +01:00
parent dc7d92c1d8
commit f9d4da0c86
9 changed files with 282 additions and 12 deletions

View File

@ -1,7 +1,5 @@
# To Do
- Round scale sliders that look like a flower or something more interesting
- Disabled ones which stand out a little more
- xfwm4 theme: finish all the buttons

View File

@ -2249,7 +2249,7 @@ background: linear-gradient(to top, @theme_header_bg, shade (@theme_header_bg, 1
color: @theme_selected_fg_color;
outline-color: rgba(0, 0, 0, 0.1);
text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
-gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
-gtk-icon-shadow: 0 1px alpha(@text_shadow_color, 0.769231);
background-image: image(@theme_selected_bg_color);
box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.1);
border-color: shade (@theme_selected_bg_color, 0.75); }
@ -2264,7 +2264,7 @@ background: linear-gradient(to top, @theme_header_bg, shade (@theme_header_bg, 1
color: @theme_selected_fg_color;
outline-color: rgba(0, 0, 0, 0.1);
text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
-gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
-gtk-icon-shadow: 0 1px alpha(@text_shadow_color, 0.769231);
background-image: image(shade (@theme_selected_bg_color, 0.7));
-gtk-icon-shadow: none;
box-shadow: inset 0px 0px 2px 0px shade (@theme_bg_color, 0.75);
@ -4371,7 +4371,7 @@ messagedialog.csd .dialog-action-area button {
border-left-style: solid;
border-right-style: none;
border-bottom-style: none;
box-shadow: none; }
/*box-shadow: none;*/ }
messagedialog.csd .dialog-action-area button:first-child {
border-left-style: none;
border-bottom-left-radius: 2px;
@ -4707,7 +4707,7 @@ colorswatch#add-color-button {
color: @theme_fg_color;
outline-color: rgba(82, 87, 98, 0.2);
text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
-gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231);
-gtk-icon-shadow: 0 1px alpha(@text_shadow_color, 0.769231);
border-color: @borders;
border-bottom-color: shade (@borders, 1.1);
background-image: image(rgba(246, 247, 247, 0.999));
@ -4810,7 +4810,7 @@ decoration {
button.titlebutton {
text-shadow: 0 1px rgba(255, 255, 255, 0.769231);
-gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.769231); }
-gtk-icon-shadow: 0 1px alpha(@text_shadow_color, 0.769231); }
button.titlebutton:backdrop {
-gtk-icon-shadow: none; }

View File

@ -308,7 +308,9 @@ entry {
color: @theme_fg_color;
border-color: @borders;
background-color: @theme_base_color;
box-shadow: inset 0 0 0 1px rgba(42, 145, 250, 0); }
/*box-shadow: inset 0 0 0 1px rgba(42, 145, 250, 0); */
box-shadow: inset 0 3px 3px -2px alpha(black,0.5);
}
spinbutton:not(.vertical) image.left,
entry image.left {
margin-right: 6px; }
@ -668,7 +670,7 @@ button, button.flat:hover, button.flat:focus {
background-image: linear-gradient(to top, alpha(shade (@button_bg_color, 0.85), 0.6), alpha (shade (@button_bg_color, 0.9), 0.6));
-gtk-icon-shadow: none;
/*box-shadow: inset 0px 0px 2px 0px shade (@theme_bg_color, 0.6);*/
box-shadow: inset 0px 0px 2px 0px shade (@button_bg_color, 0.6);
box-shadow: inset 0px 2px 3px -1px shade (@button_bg_color, 0.4);
transition-duration: 50ms; }
/* notebook > header > tabs > arrow:backdrop, button.sidebar-button:backdrop, button.titlebutton:backdrop, notebook > header > tabs > arrow:backdrop, button.titlebutton:backdrop,
button:backdrop.flat,
@ -3211,12 +3213,12 @@ switch {
border: 0px;
border-radius: 4px;
transition: all 80ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
background-image: linear-gradient(shade (@theme_bg_color, 1.1), @theme_bg_color);
background-image: linear-gradient(shade (@button_bg_color, 1.1), @button_bg_color);
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.4); }
switch:hover slider {
box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.4); }
switch:disabled slider {
background: shade (@theme_bg_color, 0.8);
background-image: linear-gradient(shade (@theme_bg_color, 1.1), @theme_bg_color);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
switch:focus slider {
outline-color: @theme_selected_bg_color;
@ -4357,7 +4359,7 @@ messagedialog.csd .dialog-action-area button {
border-left-style: solid;
border-right-style: none;
border-bottom-style: none;
box-shadow: none; }
/*box-shadow: none; */}
messagedialog.csd .dialog-action-area button:first-child {
border-left-style: none;
border-bottom-left-radius: 2px;

102
kde/PhoEarth.colors Normal file
View File

@ -0,0 +1,102 @@
[ColorEffects:Disabled]
Color=197,179,153
ColorAmount=0.5
ColorEffect=2
ContrastAmount=0.25
ContrastEffect=1
IntensityAmount=0.25
IntensityEffect=0
[ColorEffects:Inactive]
ChangeSelectionColor=true
Color=213,198,176
ColorAmount=0.1
ColorEffect=2
ContrastAmount=0.2
ContrastEffect=1
Enable=false
IntensityAmount=-0.05
IntensityEffect=0
[Colors:Button]
BackgroundAlternate=246,240,227
BackgroundNormal=165,177,149
DecorationFocus=128,112,96
DecorationHover=102,153,0
ForegroundActive=32,95,86
ForegroundInactive=116,105,90
ForegroundLink=0,87,174
ForegroundNegative=232,87,82
ForegroundNeutral=133,98,0
ForegroundNormal=0,0,0
ForegroundPositive=93,102,110
ForegroundVisited=100,74,155
[Colors:Selection]
BackgroundAlternate=69,90,0
BackgroundNormal=47,90,0
DecorationFocus=143,214,0
DecorationHover=143,214,0
ForegroundActive=14,211,0
ForegroundInactive=187,187,187
ForegroundLink=101,183,255
ForegroundNegative=232,87,82
ForegroundNeutral=227,170,0
ForegroundNormal=174,255,0
ForegroundPositive=34,255,0
ForegroundVisited=167,137,255
[Colors:Tooltip]
BackgroundAlternate=250,248,241
BackgroundNormal=253,252,251
DecorationFocus=128,112,96
DecorationHover=102,153,0
ForegroundActive=32,95,86
ForegroundInactive=197,179,153
ForegroundLink=0,87,174
ForegroundNegative=232,87,82
ForegroundNeutral=227,170,0
ForegroundNormal=0,0,0
ForegroundPositive=93,102,110
ForegroundVisited=100,74,155
[Colors:View]
BackgroundAlternate=191,185,172
BackgroundNormal=210,203,189
DecorationFocus=128,112,96
DecorationHover=102,153,0
ForegroundActive=32,95,86
ForegroundInactive=125,125,125
ForegroundLink=0,87,174
ForegroundNegative=232,87,82
ForegroundNeutral=227,170,0
ForegroundNormal=0,0,0
ForegroundPositive=93,102,110
ForegroundVisited=100,74,155
[Colors:Window]
BackgroundAlternate=233,223,206
BackgroundNormal=178,171,159
DecorationFocus=128,112,96
DecorationHover=102,153,0
ForegroundActive=32,95,86
ForegroundInactive=106,96,82
ForegroundLink=0,87,174
ForegroundNegative=232,87,82
ForegroundNeutral=119,87,0
ForegroundNormal=0,0,0
ForegroundPositive=93,102,110
ForegroundVisited=100,74,155
[General]
Name=pho-earth
shadeSortColumn=true
[KDE]
contrast=7
[WM]
activeBackground=102,153,0
activeForeground=227,255,126
inactiveBackground=148,124,90
inactiveForeground=0,0,0

View File

@ -0,0 +1,168 @@
[KWin]
BorderSize=3
InnerBorder=0
OuterBorder=0
[Settings]
activeTabAppearance=soft
animatedProgress=true
appearance=customgradient5
bgndAppearance=flat
bgndGrad=horiz
bgndImage=none
bgndOpacity=100
boldProgress=true
borderInactiveTab=false
borderMenuitems=false
borderProgress=true
borderSbarGroove=true
borderSelection=true
borderTab=false
buttonEffect=shadow
buttonStyleMenuSections=true
centerTabText=false
colorMenubarMouseOver=true
colorSelTab=0
colorSliderMouseOver=true
coloredMouseOver=none
coloredTbarMo=false
comboBtn=none
comboSplitter=true
crButton=true
crColor=origselected
crHighlight=10
crSize=15
customAlphas=0
customMenuNormTextColor=#000000
customMenuSelTextColor=#000000
customMenuTextColor=false
customShades=1.46,1.07,0.85,0.78,0.99,0.35
customgradient1=3d,0,1.2,0.5,1,1,1
customgradient2=3d,0,0.9,0.5,1,1,1
customgradient5=3dfull,0,1.1,1,0.94
customgradient6=none,0,0.3,0.3,0.6,1,0.5
customgradient7=none,0,0.5,0.3,0.9,1,0.95
darkerBorders=false
defBtnIndicator=tint
dlgOpacity=100
doubleGtkComboArrow=false
drawStatusBarFrames=true
dwtAppearance=flat
dwtSettings=33
embolden=true
etchEntry=true
expanderHighlight=3
fadeLines=true
fillProgress=true
fillSlider=true
flatSbarButtons=false
focus=glow
forceAlternateLvCols=false
gbFactor=-6
gbLabel=1
glowProgress=none
grooveAppearance=inverted
groupBox=shaded
gtkButtonOrder=false
gtkComboMenus=false
gtkScrollViews=true
handles=1dot
hideShortcutUnderline=true
highlightFactor=20
highlightScrollViews=true
highlightTab=true
inactiveTitlebarAppearance=customgradient1
invertBotTab=true
lighterPopupMenuBgnd=2
lvAppearance=soft
lvButton=true
lvLines=true
mapKdeIcons=true
menuBgndAppearance=flat
menuBgndGrad=horiz
menuBgndImage=none
menuBgndOpacity=100
menuCloseDelay=300
menuDelay=225
menuIcons=true
menuStripe=none
menuStripeAppearance=darkinverted
menubarAppearance=flat
menubarApps=VirtualBox,smplayer
menubarHiding=0
menubarMouseOver=true
menuitemAppearance=raised
noBgndGradientApps=
noBgndImageApps=
noBgndOpacityApps=totem,vmware,smplayer,sonata,vmplayer
noMenuBgndOpacityApps=totem,vmware,sonata,vmplayer,gtk
noMenuStripeApps=soffice.bin,gtk
nonnativeMenubarApps=
onlyTicksInMenu=false
passwordChar=9656
popupBorder=true
progressAppearance=shinyglass
progressColor=origselected
progressGrooveAppearance=darkinverted
progressGrooveColor=dark
reorderGtkButtons=false
round=extra
roundAllTabs=true
roundMbTopOnly=true
sbarBgndAppearance=flat
scrollbarType=kde
selectionAppearance=flat
shadeCheckRadio=origselected
shadeMenubarOnlyWhenActive=false
shadeMenubars=none
shadePopupMenu=false
shadeSliders=origselected
shading=hsl
shadowSize=30
sliderAppearance=customgradient5
sliderFill=true
sliderStyle=r-round
sliderThumbs=1dot
sliderWidth=15
smallRadio=false
sortedLv=selected
splitterHighlight=10
splitters=1dot
square=1538
statusbarApps=kde
statusbarHiding=0
stdBtnSizes=false
stdSidebarButtons=false
stripedProgress=plain
stripedSbar=false
sunkenAppearance=customgradient6
tabAppearance=soft
tabBgnd=0
tabMouseOver=glow
tbarBtnAppearance=none
tbarBtnEffect=none
tbarBtns=joined
thin=0
thinSbarGroove=true
titlebarAlignment=center-full
titlebarAppearance=customgradient1
titlebarButtonAppearance=gradient
titlebarButtonColors=#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000
titlebarButtons=5
titlebarEffect=shadow
titlebarIcon=title
toolbarAppearance=customgradient7
toolbarBorders=none
toolbarSeparators=sunken
toolbarTabs=false
tooltipAppearance=gradient
unifyCombo=false
unifySpin=false
unifySpinBtns=false
useHighlightForMenu=true
useQtFileDialogApps=
vArrows=true
version=1.9.0
windowBorder=36
windowDrag=0
xCheck=true

BIN
previews/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
previews/preview-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 KiB

BIN
previews/preview-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 KiB

BIN
previews/preview-3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 KiB