Created
February 13, 2022 21:18
-
-
Save ameoverflow/e8b44d8486784cc8e6dfc8426ed7fa11 to your computer and use it in GitHub Desktop.
Dark mode theme created by me for Mine-imator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"colors": { | |
"interface": "#343434", | |
"background": "#202020", | |
"background_scrollbar": "#0C0C0C", | |
"text": "#FFFFFF", | |
"tips": "#282828", | |
"tips_text": "#FFFFFF", | |
"buttons": "#365384", | |
"buttons_pressed": "#2E4670", | |
"buttons_text": "#FFFFFF", | |
"boxes": "#1D1D1D", | |
"boxes_pressed": "#090909", | |
"boxes_text": "#FFFFFF", | |
"highlight": "#849FCC", | |
"highlight_text": "#FFFFFF", | |
"timeline": "#282828", | |
"alerts": "#F0FF9F", | |
"alerts_text": "#0A0A0A", | |
"timeline_text": "#9C9C9C", | |
"timeline_select": "#3E3E3E", | |
"timeline_marks": "#FFFFFF", | |
"timeline_select_box": "#0000FF", | |
"viewport_selection": "#FFFFFF" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment