Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
tweak: Visuals and status bar update
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Jun 27, 2023
1 parent 767eccd commit 7dbaa1d
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 165 deletions.
4 changes: 2 additions & 2 deletions code/modules/client/client_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -996,8 +996,8 @@
winset(src, "browserwindow", "background-color=#272727")
winset(src, "browserwindow.browser", "background-color=#272727")
/* Infowindow */
winset(src, "infowindow", "background-color=#272727;text-color=#FFFFFF")
winset(src, "infowindow.info", "background-color=#272727;text-color=#FFFFFF;highlight-color=#009900;tab-text-color=#FFFFFF;tab-background-color=#272727")
winset(src, "infowindow", "background-color=#202020;text-color=#a4bad6")
winset(src, "infowindow.info", "background-color=#171717;text-color=#a4bad6;highlight-color=#009900;tab-text-color=#a4bad6;tab-background-color=#202020")
// NOTIFY USER
to_chat(src, "<span class='notice'>Darkmode Enabled</span>")

Expand Down
Loading

0 comments on commit 7dbaa1d

Please sign in to comment.