├── README.md ├── TrueWin11Dark-Solid.xaml └── TrueWin11Dark.xaml /README.md: -------------------------------------------------------------------------------- 1 |

True Windows 11 Dark!

2 | 3 | **TrueWin11Dark** is a theme for Flow Launcher that tries to imitate the look of Window 11 dark theme. It's also a modification of [CircleDarkBlur](https://github.com/z1nc0r3/CircleDarkBlur.Flow-Launcher), so all credit goes to [z1nc0r3](https://github.com/z1nc0r3) for creating the base for this theme! 4 | 5 | ## 🖼️ Galery 6 | 7 |

8 | 9 |

10 |

11 | 12 |

13 |

with other accent color:

14 |

15 | 16 | 17 | 18 |

19 | 20 | ## 💡 Features 21 | 22 | - Blur effect similar to the windows start menu 23 | - Same accent color as the system 24 | - Curved layout 25 | - Version without transparency effect avaiable [here](https://github.com/O-RONI/TrueWin11Dark/blob/main/TrueWin11Dark-Solid.xaml) 26 | 27 | ## 🛠️ Installation 28 | 29 | 1. Go to [TrueWin11Dark.xaml](https://github.com/O-RONI/TrueWin11Dark/blob/main/TrueWin11Dark.xaml). Once you are viewing the file content click **Raw** on the top right corner and `Ctrl+S` to save the theme (or use the **Download raw file** button). 30 | 31 | 2. Save the theme in your user data directory, usually in `~/AppData/Roaming/FlowLauncher/Themes` directory. If not sure, from flow type `flow launcher userdata` then navigate to the Themes directory. 32 | 33 | 3. Select **TrueWin11Dark** via flow's theme section. 34 | -------------------------------------------------------------------------------- /TrueWin11Dark-Solid.xaml: -------------------------------------------------------------------------------- 1 | 6 | 11 | 12 | 13 | 14 | 15 | 16 | False 17 | 18 | 19 | 29 | 30 | 31 | 45 | 46 | 47 | 58 | 59 | 60 | 76 | 81 | 82 | 83 | 46 84 | 90 | 96 | 100 | 104 | 109 | 4 110 | 10 0 10 0 111 | 0 0 0 10 112 | 113 | 114 | 122 | 123 | 124 | 131 | 137 | 139 | 144 | 145 | 146 | 152 | 153 | 154 | 173 | 178 | 179 | 180 | 188 | 195 | 196 | 197 | 203 | 210 | 216 | 217 | 218 | 224 | 230 | 236 | 242 | 243 | -------------------------------------------------------------------------------- /TrueWin11Dark.xaml: -------------------------------------------------------------------------------- 1 | 6 | 11 | 12 | 13 | 14 | 15 | 16 | True 17 | 18 | 19 | 29 | 30 | 31 | 45 | 46 | 47 | 58 | 59 | 60 | 76 | 81 | 82 | 83 | 46 84 | 90 | 96 | 100 | 104 | 109 | 4 110 | 10 0 10 0 111 | 0 0 0 10 112 | 113 | 114 | 122 | 123 | 124 | 131 | 137 | 139 | 144 | 145 | 146 | 152 | 153 | 154 | 173 | 178 | 179 | 180 | 188 | 195 | 196 | 197 | 203 | 210 | 216 | 217 | 218 | 224 | 230 | 236 | 242 | 243 | --------------------------------------------------------------------------------