I hereby claim:
- I am mab879 on github.
- I am mburket (https://keybase.io/mburket) on keybase.
- I have a public key whose fingerprint is 6EE3 DD6D 1871 0040 0555 DDFD 8F52 0303 58F4 448F
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Go To Window > Preferences > Appearance
Then theme select Dark
There are some settings that can be changed only from the Eclipse Preferences window and that override the theme's settings by default:
Go to Window > Preferences > General > Appearance > Colors and Fonts then change the colors for Basic > Content Assist background color and Basic > Content Assist foreground color
(eg. foreground color: #DDD, background color: #333);
| /* | |
| * This is a manifest file that'll be compiled into application.css, which will include all the files | |
| * listed below. | |
| * | |
| * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, | |
| * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. | |
| * | |
| * You're free to add application-wide styles to this file and they'll appear at the top of the | |
| * compiled file, but it's generally better to create a new file per style scope. | |
| * |
| // This is a manifest file that'll be compiled into application.js, which will include all the files | |
| // listed below. | |
| // | |
| // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, | |
| // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path. | |
| // | |
| // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the | |
| // the compiled file. | |
| // | |
| // WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD |
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| background: #f06; | |
| background: linear-gradient(-45deg, green, yellow); | |
| min-height:100%; | |