Skip to content

WhoSowSee/SlimDarkBlur.flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SlimDarkBlur

SlimDarkBlur is a theme for Flow Launcher with nice warm colors. This theme is a modification of SlimDark theme, so all credit goes to monandszy for creating the base for this theme

Features

  • Background opacity

  • Background blur effect

  • Warm colors

Theme Display

SlimDarkBlur

SlimDarkBlur

SlimDarkBlurDeep

SlimDarkBlurDeep

SlimDarkBlurAccent

SlimDarkBlurAccent

Installation

Use bash or powershell terminals

cd ~/AppData/Roaming/FlowLauncher/Themes

# If you are using Flow Launcher Portable 1.19.0
# If not replace [1.19.0] with your version

cd ~/AppData/Local/FlowLauncher/app-1.19.0/UserData/Themes

Raw file

Go to SlimDarkBlur.xaml / SlimDarkBlurDeep / SlimDarkBlurAccent. Once you are viewing the file content click Raw in the top right corner and Ctrl+S to save the theme (or use the "Download raw file" button or use the “Copy raw file” button)

With curl

If you are using the built-in curl in PowerShell, which is an alias for Invoke-WebRequest:

curl -Uri "https://github.com/WhoSowSee/SlimDarkBlur.flow/releases/download/v0.1.0/SlimDarkBlur.xaml" -OutFile "SlimDarkBlur.xaml"

curl -Uri "https://github.com/WhoSowSee/SlimDarkBlur.flow/releases/download/v0.1.0/SlimDarkBlurDeep.xaml" -OutFile "SlimDarkBlurDeep.xaml"

curl -Uri "https://github.com/WhoSowSee/SlimDarkBlur.flow/releases/download/v0.1.0/SlimDarkBlurAccent.xaml" -OutFile "SlimDarkBlurAccent.xaml"

If you are using the standalone curl, which can be installed via Chocolatey or Scoop:

curl -L -o "SlimDarkBlur.xaml" "https://github.com/WhoSowSee/SlimDarkBlur.flow/releases/download/v0.1.0/SlimDarkBlur.xaml"

curl -L -o "SlimDarkBlurDeep.xaml" "https://github.com/WhoSowSee/SlimDarkBlur.flow/releases/download/v0.1.0/SlimDarkBlurDeep.xaml"

curl -L -o "SlimDarkBlurAccent.xaml" "https://github.com/WhoSowSee/SlimDarkBlur.flow/releases/download/v0.1.0/SlimDarkBlurAccent.xaml"

With wget

wget "https://github.com/WhoSowSee/SlimDarkBlur.flow/releases/download/v0.1.0/SlimDarkBlur.xaml"

wget "https://github.com/WhoSowSee/SlimDarkBlur.flow/releases/download/v0.1.0/SlimDarkBlurDeep.xaml"

wget "https://github.com/WhoSowSee/SlimDarkBlur.flow/releases/download/v0.1.0/SlimDarkBlurAccent.xaml"

With git clone

git clone https://github.com/WhoSowSee/SlimDarkBlur.flow.git

Go to Flow Launcher Settings > Theme and select SlimDarkBlur as your theme

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published