Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wRadion/XenionDark
A dark theme for WPF applications.
https://github.com/wRadion/XenionDark
custom-theme dark-theme wpf
Last synced: 13 days ago
JSON representation
A dark theme for WPF applications.
- Host: GitHub
- URL: https://github.com/wRadion/XenionDark
- Owner: wRadion
- Created: 2020-03-04T08:40:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-21T11:10:08.000Z (over 4 years ago)
- Last Synced: 2024-07-30T21:04:23.380Z (3 months ago)
- Topics: custom-theme, dark-theme, wpf
- Language: C#
- Homepage:
- Size: 2.66 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XenionDark
A dark theme for WPF applications.**Table of contents**
1. [Preview](#preview)
2. [How to Install/Setup](#how-to-installsetup)
3. [Basic Controls](#basic-controls)
4. [Controls TODO](#controls-todo)
5. [Issues, bugs, suggestions](#issues-bugs-suggestions)## Preview
![Preview](Wiki/XenionDark_v1.1.0_Preview.gif)
## How to install/setup
The tutorial is [on this Wiki page](https://github.com/wRadion/XenionDark/wiki/How-to-Install-Setup)
## Basic Controls
The current XenionDark version has the following controls implemented:
- [`xd:Button`](https://github.com/wRadion/XenionDark/wiki/Controls:-Button)
- [`xd:CheckBox`](https://github.com/wRadion/XenionDark/wiki/Controls:-CheckBox)
- [`xd:ComboBox`](https://github.com/wRadion/XenionDark/wiki/Controls:-ComboBox)
- [`xd:ContextMenu`](https://github.com/wRadion/XenionDark/wiki/Controls:-ContextMenu)
- [`xd:NumberBoxFloat`](https://github.com/wRadion/XenionDark/wiki/Controls:-NumberBoxFloat)
- [`xd:NumberBoxInteger`](https://github.com/wRadion/XenionDark/wiki/Controls:-NumberBoxInteger)
- [`xd:ListBox`](https://github.com/wRadion/XenionDark/wiki/Controls:-ListBox)
- [`xd:RadioButton`](https://github.com/wRadion/XenionDark/wiki/Controls:-RadioButton)
- [`xd:ScrollViewer`](https://github.com/wRadion/XenionDark/wiki/Controls:-ScrollViewer)
- [`xd:Slider`](https://github.com/wRadion/XenionDark/wiki/Controls:-Slider)
- [`xd:Switch`](https://github.com/wRadion/XenionDark/wiki/Controls:-Switch)
- [`xd:TabControl`](https://github.com/wRadion/XenionDark/wiki/Controls:-TabControl)
- [`xd:TextBlock`](https://github.com/wRadion/XenionDark/wiki/Controls:-TextBlock)
- [`xd:TextBox`](https://github.com/wRadion/XenionDark/wiki/Controls:-TextBox)
- [`xdw:Window`](https://github.com/wRadion/XenionDark/wiki/Windows:-Window)All the custom controls inherit the basic Windows control. So you can
use any properties you want as if the control was the default one.## TODO
Here is the list of some controls that I plan to do in the future:
- ~~Button~~ **(v1.0.0)**
- Calendar
- CalendarButton
- CalendarDayButton
- CalendarItem
- ~~CheckBox~~ **(v1.0.0)**
- ~~ComboBox~~ **(v1.0.0)**
- ~~ComboBoxItem~~ **(v1.0.0)**
- ~~ContextMenu~~ **(v1.0.0)**
- ~~MenuItem~~ **(v1.0.0)**
- DatePicker
- DatePickerTextBox
- GroupBox
- ~~ListBox~~ **(v1.0.0)**
- ~~ListBoxItem~~ **(v1.0.0)**
- ListView
- ListViewItem
- ~~Menu~~ **(v1.0.0)**
- ~~MenuItem~~ **(v1.0.0)**
- MessageBox
- ~~NumberBoxFloat~~ **(Custom, v1.1.0)**
- ~~NumberBoxInteger~~ **(Custom, v1.1.0)**
- PasswordBox
- ProgressBar
- ~~RadioButton~~ **(v1.0.0)**
- RichTextBox
- ~~ScrollViewer~~ **(v1.0.0)**
- ~~ScrollBar~~ **(v1.0.0)**
- ~~Slider~~ **(v1.1.0)**
- StatusBar
- StatusBarItem
- ~~Switch~~ **(Custom, v1.0.0)**
- ~~TabControl~~ **(v1.1.0)**
- ~~TabItem~~ **(v1.1.0)**
- ~~TextBlock~~ **(v1.0.0)**
- ~~TextBox~~ **(v1.0.0)**
- ToggleButton (see Switch)
- ToolBar
- ToolBarPanel
- ToolBarTray
- TreeView
- TreeViewItem
- ~~Window~~ **(v1.0.0)**I also plan to make this theme customizable (the colors for example)
and some other stuff. Hope you'll like it!## Issues, bugs, suggestions
This project is at a very early development stage. If you have any questions, issues
or requests for this theme please feel free to create a Github issue or you
can contact me at **`[email protected]`**.