Guest User

Untitled

a guest
Feb 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. self._configuration["bgColor"] = ( 0/255, 46/255, 79/255 ); // Background color
  2. self._configuration["textColor"] = ( 77/255, 213/255, 240/255 ); // Highlighted text color
  3. self._configuration["highlightedBox"] = ( 255/255, 255/255, 255/255 ); // Highlighted box color
  4. self._configuration["headerColor"] = ( 0/255, 138/255, 57/255 ); // Title text color
  5. self._configuration["notificationColor"] = ( 255/255, 255/255, 255/255 ); // Notification text color
  6. self._configuration["cursorStyle0Color"] = ( 250/255, 166/255, 10/255 ); // Cursor color for style 0
  7. self._configuration["cursorStyle1Color"] = ( 5/255, 87/255, 45/255 ); // Cursor color for style 1
Add Comment
Please, Sign In to add comment