Skip to content

Yhzan95/Drakula.Csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DrakulaCsharp

Drakula is Draculatheme.Com based theme for Csharp winform application. You can customise the color palette on Drakula.cs and add more controls if needed (you can contribute to this project), I'll update this when i have free time. Builded with Visual Studio 2022 (Net Framework 4.7.2).

Drakula C# Screenshot

🧐 Features

  • DatagridView
  • Tab Control
  • Label
  • Link Label
  • Button
  • ComboBox
  • TextBox
  • ListBox
  • ListView
  • CheckedBox
  • RadioButton
  • Panel
  • GroupBox
  • TrackBar
ColorName ColorCode
Background #282A36
Current Line #44475A
Foreground #F8F8F2
Comment #6272A4
Cyan #8BE9FD
Green #50FA7B
Orange #FFB86C
Pink #FF79C6
Purple #FF79C6
Red #FF5555
Yellow #F1FA8C

🧑🏻‍💻 Usage

Just drag and drop Drakula.cs in your project and call it to your mainform.

namespace DrakulaCsharp
{
    public partial class MainForm : Form
    {
        public MainForm()
        {
            InitializeComponent();
            DrakulaTheme.ApplyDrakula(this); // Apply Drakula theme to controls
            DrakulaTheme.ApplyDrakulaDataGridView(dataGridView1); // Apply Drakula datagrid (If you wanna use it)
        }
    }
}

🙇 Acknowledgements

🍰 Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated and help me too to improve my code.

❤️ Support

A simple star to this project repo is enough to keep me motivated for more open source project.

🙇 Author

Yhzan95

➤ License

Distributed under the MIT License. See LICENSE for more information.

About

Draculatheme based for Csharp Winform

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages