Skip to content

Commit

Permalink
Merge pull request #31 from catppuccin/dev
Browse files Browse the repository at this point in the history
Feat: New aurorae theme and splash screen
  • Loading branch information
Sourcastic authored Feb 5, 2023
2 parents 560f38a + 4b13ae9 commit d4b571f
Show file tree
Hide file tree
Showing 100 changed files with 11,487 additions and 107 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
17 changes: 8 additions & 9 deletions Installer/color-build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# from github.com/skinatro/theme-tool./
# from github.com/skinatro/theme-tool/

####################
#Help and Arguments#
Expand Down Expand Up @@ -36,29 +36,28 @@ fi

#extract file extension
FILE_EXT="${SOURCE##*.}"

#function defined to build the file
build(){
#combine everything to get the output path
OUTPUT="${OUT}/Catppuccin$FLAVOURNAME$ACCENTNAME.${FILE_EXT}"
SCRIPT="Installer/Pallets/${PALETTE}.sed"

#does the actual sed-fu
< "$SOURCE" sed -f "$SCRIPT" > "$OUTPUT"
< "$SOURCE" sed -f "$SCRIPT" > "$OUT"

}

#no arrays due to posix compliancy
if [ $FLAVOURNAME = "Mocha" ]; then
PALETTE=mocha
PALETTE=Mocha
build
elif [ $FLAVOURNAME = "Macchiato" ]; then
PALETTE=macchiato
PALETTE=Macchiato
build
elif [ $FLAVOURNAME = "Frappe" ]; then
PALETTE=frappe
PALETTE=Frappe
build
elif [ $FLAVOURNAME = "Latte" ]; then
PALETTE=latte
PALETTE=Latte
build
else clear && echo "Invalid pallet $FLAVOURNAME" && exit
fi
fi
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 0 additions & 11 deletions Resources/aurorae/Catppuccin-Frappe-Aurorae/metadata.desktop

This file was deleted.

11 changes: 0 additions & 11 deletions Resources/aurorae/Catppuccin-Latte-Aurorae/metadata.desktop

This file was deleted.

11 changes: 0 additions & 11 deletions Resources/aurorae/Catppuccin-Macchiato-Aurorae/metadata.desktop

This file was deleted.

11 changes: 0 additions & 11 deletions Resources/aurorae/Catppuccin-Mocha-Aurorae/metadata.desktop

This file was deleted.

11 changes: 11 additions & 0 deletions Resources/aurorae/CatppuccinFrappe-Classic/metadata.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Desktop Entry]
Name=Catppuccin Frappe Classic
Comment=Soothing Pastel theme for Kwin
X-KDE-PluginInfo-Author=Sourcastic-Catppuccin
X-KDE-PluginInfo-Email[email protected]
X-KDE-PluginInfo-Version=0.2.2.1
X-KDE-PluginInfo-Name=CatppuccinFrappe-Classic
X-KDE-PluginInfo-Category=
X-KDE-PluginInfo-Depends=
X-KDE-PluginInfo-License=MIT
X-KDE-PluginInfo-EnabledByDefault=true
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
[General]
ActiveTextColor=#cdd6f4
InactiveTextColor=#a6adc8
TitleAlignment=Center
TitleVerticalAlignment=Center
Animation=0

[Layout]
BorderTop=0
BorderLeft=0
BorderRight=0
BorderBottom=0

ButtonHeight=46
ButtonWidth=46

ButtonMarginTop=0
ButtonMarginLeft=0
ButtonMarginRight=0

ButtonSpacing=0
ExplicitButtonSpacer=0

PaddingBottom=65
PaddingLeft=53
PaddingRight=53
PaddingTop=43

TitleBorderLeft=0
TitleBorderRight=-105

TitleEdgeBottomMaximized=0
TitleEdgeTopMaximized=0
TitleEdgeLeftMaximized=0
TitleEdgeRightMaximized=0

TitleEdgeBottom=0
TitleEdgeLeft=0
TitleEdgeRight=0
TitleEdgeTop=0
TitleHeight=37
Loading

0 comments on commit d4b571f

Please sign in to comment.