This file contains 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
/* | |
* | |
* Script to use ALT+1 ALT+2 ALT+3 for setting gameview resolution. | |
* If shortcut fail (such as 1280x720) you must add it manually in gameview dropdown first. | |
* | |
* Author: Wappen | |
* | |
* https://gist.github.com/wappenull/668a492c80f7b7fda0f7c7f42b3ae0b0 | |
* | |
* Revision: |
This file contains 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
# This file lists the color values of the default dark theme. | |
# Each line starting with a # is a comment. | |
# To overwrite certain colors remove the leading # and change the color values. | |
# The "extends" line defines which color definitions to use if none is found here. | |
extends=deepgit-dark-theme.properties | |
# The "preferredEditorTheme" line determines what editor theme should be used by default ('light' or 'dark'). | |
preferredEditorTheme=dark |