Advertisement
Bluestrings

Drawpile Color Change for Nightmode

Jan 5th, 2021
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1. Written for Windows
  2.  
  3. Under `C:\Program Files\Drawpile` or `C:\Program Files (x86)\Drawpile`, there is a file called
  4. *nightmode.colors* that you can use to customize Drawpile Colors to your liking. Simply change
  5. the hexidecimal color code using a color pick website like one of the two listed below. Before
  6. that, you'll need to make the file editable so you can change this more easily.
  7.  
  8. Navigate to your Drawpile Installation Directory.
  9. C:\Program Files\Drawpile
  10. C:\Program Files (x86)\Drawpile
  11.  
  12. Right click your "nightmode.colors" file and go to properties, security.
  13. Click advanced, click "Change Permissions", click "Disable inheritance", click
  14. "Convert inherited permissions into explicit permission on this object."
  15.  
  16. Click on "Users", "Edit", and "Full control". Click "Ok", "Apply", "Ok", and "Ok".
  17.  
  18. Congratulations, you just made your nightmode file editable for ease of changing your
  19. Drawpile's color configuration.
  20.  
  21. You'll have to experiment a bit perhaps to find colors you like, and be aware that [Active]
  22. are the colors Drawpile uses while you're actively using it. [Inactive] is the colors you'll
  23. see if you click on another Window without minimizing Drawile and can still see it.
  24. [Disabled] means exactly that, the option is disabled and these colors apply to those very
  25. few options where that exists.
  26.  
  27. **More Color Options** https://htmlcolorcodes.com/
  28. **Less Color Options** https://www.w3schools.com/colors/colors_picker.asp
  29.  
  30. -------------------------------------------------------------------------------------------------------------
  31. -------------------------------------------------------------------------------------------------------------
  32. Explanation of What changes What within nightmore.colors content
  33. -------------------------------------------------------------------------------------------------------------
  34. -------------------------------------------------------------------------------------------------------------
  35. AlternateBase =
  36. Base = Users box, layers box, check boxes, boxes with arrows to change values,
  37. Drawpile menu backgrounds, brushes backgrounds, Preferences side menu, etc
  38. BrightText =
  39. Button = Any button, canvas scrollbars, dock slider bars or zoom slider at bottom, buttons that are
  40. drop down menus
  41. ButtonText = Any button text.
  42. Highlight = Left side of dock slider bars or zoom slider at bottom, mouse position in upper menus
  43. HighlightedText = Highlighted Text
  44. Text = checkmarks within boxes, text in boxes with arrows to change values, text in buttons that
  45. are drop down menus, menu option text
  46. ToolTipBase =
  47. ToolTipText =
  48. Window =
  49. WindowText =
  50. -------------------------------------------------------------------------------------------------------------
  51. -------------------------------------------------------------------------------------------------------------
  52. -------------------------------------------------------------------------------------------------------------
  53.  
  54.  
  55. fff333
  56.  
  57.  
  58. -------------------------------------------------------------------------------------------------------------
  59. -------------------------------------------------------------------------------------------------------------
  60. Default nightmore.colors content
  61. -------------------------------------------------------------------------------------------------------------
  62. -------------------------------------------------------------------------------------------------------------
  63. [Active]
  64. AlternateBase=#31363b
  65. Base=#232629
  66. BrightText=#ffffff
  67. Button=#31363b
  68. ButtonText=#eff0f1
  69. Highlight=#3daee9
  70. HighlightedText=#eff0f1
  71. Text=#eff0f1
  72. ToolTipBase=#31363b
  73. ToolTipText=#eff0f1
  74. Window=#31363b
  75. WindowText=#eff0f1
  76.  
  77. [Disabled]
  78. AlternateBase=#2e3338
  79. Base=#212427
  80. BrightText=#ffffff
  81. Button=#2e3338
  82. ButtonText=#6e7175
  83. Highlight=#2e3338
  84. HighlightedText=#6e7175
  85. Text=#65686a
  86. ToolTipBase=#31363b
  87. ToolTipText=#eff0f1
  88. Window=#2e3338
  89. WindowText=#6e7175
  90.  
  91. [Inactive]
  92. AlternateBase=#31363b
  93. Base=#232629
  94. BrightText=#ffffff
  95. Button=#31363b
  96. ButtonText=#eff0f1
  97. Highlight=#224e65
  98. HighlightedText=#eff0f1
  99. Text=#eff0f1
  100. ToolTipBase=#31363b
  101. ToolTipText=#eff0f1
  102. Window=#31363b
  103. WindowText=#eff0f1
  104. -------------------------------------------------------------------------------------------------------------
  105. -------------------------------------------------------------------------------------------------------------
  106. -------------------------------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement