qwqdanchun / DcRat

A simple remote tool in C#.
MIT License
916 stars 332 forks source link

[Request] Dark mode -- Light mode switcher #24

Open NotASkid2020 opened 3 years ago

NotASkid2020 commented 3 years ago

It would be nice to use this rat and have a nice dark UI as to not hurt my eyes Also, love the work done on this, please dont abandon it :)

Leo-Aqua commented 2 years ago

yes THIS HURTS MY EYES AT 3AM.

NotASkid2020 commented 2 years ago

hi :)

ZaZaZuul commented 2 years ago

Under the Server/Forms/Form1.Designer.cs , play around with this: this.ForeColor = System.Drawing.Color.LimeGreen; this.BackColor = System.Drawing.Color.Black; or whatever. You would have to change it to adapt to whatever part of the form you are trying to change.

qwqdanchun commented 2 years ago

https://youtu.be/LaehZNIelJw

---Original--- From: @.> Date: Wed, Jan 12, 2022 10:02 AM To: @.>; Cc: @.***>; Subject: Re: [qwqdanchun/DcRat] [Request] Dark mode -- Light mode switcher (#24)

Under the Server/Forms/Form1.Designer.cs , play around with this: this.ForeColor = System.Drawing.Color.LimeGreen; this.BackColor = System.Drawing.Color.Black; or whatever. You would have to change it to adapt to whatever part of the form you are trying to change.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>