mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
Merge branch 'master' of github.com:obsqrbtz/clrsync
This commit is contained in:
13
README.md
13
README.md
@@ -1,3 +1,6 @@
|
|||||||
|
[](https://opensource.org/licenses/MIT)
|
||||||
|
[](https://nixos.wiki/wiki/Flakes)
|
||||||
|
|
||||||
# clrsync
|
# clrsync
|
||||||
|
|
||||||
**Notice:** This application is not yet released and is subject to change.
|
**Notice:** This application is not yet released and is subject to change.
|
||||||
@@ -54,7 +57,7 @@ outputs = { self, nixpkgs, home-manager, clrsync, ... }: {
|
|||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Configure in your home manager
|
3. Configure in home manager
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
programs.clrsync = {
|
programs.clrsync = {
|
||||||
@@ -349,14 +352,10 @@ The GUI provides:
|
|||||||
|
|
||||||
## Acknowledgments
|
## Acknowledgments
|
||||||
|
|
||||||
This project uses the following open-source libraries:
|
- **[matugen](https://github.com/InioX/matugen)** - A material you color generation tool
|
||||||
|
|
||||||
- **[Dear ImGui](https://github.com/ocornut/imgui)** - Bloat-free graphical user interface library for C++
|
- **[Dear ImGui](https://github.com/ocornut/imgui)** - Bloat-free graphical user interface library for C++
|
||||||
- **[GLFW](https://www.glfw.org/)** - Multi-platform library for OpenGL, OpenGL ES and Vulkan development
|
- **[GLFW](https://www.glfw.org/)** - Multi-platform library for OpenGL, OpenGL ES and Vulkan development
|
||||||
- **[toml++](https://github.com/marzer/tomlplusplus)** - Header-only TOML config file parser and serializer for C++17
|
- **[toml++](https://github.com/marzer/tomlplusplus)** - Header-only TOML config file parser and serializer for C++17
|
||||||
- **[argparse](https://github.com/p-ranav/argparse)** - Argument Parser for Modern C++
|
- **[argparse](https://github.com/p-ranav/argparse)** - Argument Parser for Modern C++
|
||||||
- **[ImGuiColorTextEdit](https://github.com/BalazsJako/ImGuiColorTextEdit)** - Syntax highlighting text editor for ImGui
|
- **[ImGuiColorTextEdit](https://github.com/BalazsJako/ImGuiColorTextEdit)** - Syntax highlighting text editor for ImGui
|
||||||
|
- **cursed** by **[pyratebeard](https://pyratebeard.net)** - Color scheme
|
||||||
And colorschemes:
|
|
||||||
|
|
||||||
- **cursed** by **[pyratebeard](https://pyratebeard.net)**
|
|
||||||
|
|||||||
Reference in New Issue
Block a user