How to change SourceTree theme to dark - interface

I have dark theme enabled in Windows + newest version of SourceTree 2.3.5.0 and it's still destroying my sight with bright theme.
Any clue how to switch please?
Thank You!
Kind regards
Bryan
windows settings
source tree missing settings

Now, you can set the dark theme of SourceTree. Download its latest version from this site, as per your OS.
On Windows
When installed open it, go to Tools > Options > General > Theme, then select Dark from dropdown menu.
On Mac
While on Mac, you have to go to View > Appearance > Dark Mode

Related

How to remove eclipse darkest dark theme?

Unable to remove eclipse darkest dark theme. I tried to install this for latest eclipse oxygen and it got installed successfully, but now I am unable to remove it.
How to remove a theme from eclipse?
Thanks in Advance.
Goto Help -> Eclipse Market Place
A child window will open showing available plugins in Eclipse Market Place.
Above we will find a tab named "Installed"
Go to 'Installed' tab. It will show the list of installed or associated plugins with current copy of eclipse.
Against 'darkest dark theme' (beside installed button) we will find a drop down where we get option to uninstall.
Just navigate to Preferences > General > Appearance. Choose "Classic" for "Theme" and hit "Apply and Close". You may have to restart eclipse.
Eclipse, reset Appearance:
Preferences > General > Appearance, Just Restore defaults and apply/close.
If still no change then do the same thing to child options under Appearance one by one.
It was the WebClipse CI 9 update (dated 201711281859) which automatically replaced the default Eclipse Classic theme preferences and startup dialog with the Dark theme, without asking, and without giving the user an option to disable it or put it back the way it was.

How to install sublime monokai theme in netbeans 8

this is source link but not say how to install, thanks in advance.
http://plugins.netbeans.org/plugin/55859/sublime-monokai-theme-for-netbeans-8
You have to import the theme through options.
Download the theme from there
Start NetBeans an go to the Options (Tools -> Options)
Import the theme settings (Import...)
Select the downloaded archive; if net selected yet, select all
Ok
If your theme doesn't change, you can change themes in Options -> Fonts & Colors -> Profile.
On Mac and Netbeans 8.1, you need to open
Netbeans -> Preferences -> Font $ Colors
There is a button for Import.
Just select the zip you downloaded from plugins.netbeans.org and it will add your new theme after restart.
Hope that helps.
In NetBeans 8.2
Tools > Options
Press the "Import" button
Browse the theme
Press ok

Dark background of tabs in Eclipse

I am using standalone Eclipse BIRT Designer Version 2.6.1. No matter what I try to configure in setting, there is still very dark background of all tabs in property editor (see screenshot below).
I even tried gnome-color-chooser and enabled everything I could and set red color. This changed almost everything, but tabs remained with dark grey background. Also tried to change Ubuntu theme from Ambience to Radience.
It is quite difficult to work like this. Has anyone seen this? How can I fix it?
Ubuntu 13.10
Eclipse IDE for Java and Report Developers
Version: Juno Service Release 2
Build id: 20130225-0426
Details:
Eclipse IDE for Java and Report Developers
Eclipse Platform 4.2.2.M20130204-1200
Eclipse Platform 4.2.1.v20130118-173121
Eclipse Help System 1.4.1.v20120912-144938
Eclipse RCP 4.2.2.v20130129
Equinox p2 Provisioning for IDEs. 2.2.0.v20121212
EPP Reporting Feature 1.5.2.20130211-182
You can use GTK themes. For Gnome 3 Flashback I use clearlooks, but you can use GnomishDark for dark colors.
To make Eclipse using it, create script with name like eclisec.sh with following command:
GTK2_RC_FILES=$HOME/.themes/<your-theme-gtkrc-file> exec ./eclipse
and place your theme to $HOME/.themes/.
You can see my eclipse with GnomishDark theme here.
Also take a look at this article.
Out of the box BIRT uses grey for the tabs in property editor, most of the tab and back ground themes are controlled by the settings for computer. I see your top bar (file, edit, etc) is black so presumably you have played with things a lot.
I use a different back ground color as as my only customization, with windows default for all the other setting. I tried altering some of the computer (my BIRT is actually on a server) settings and the tabs in property editor remained grey.
The solution for your problem would be to undue whatever you did to make them black, that may mean restoring to default settings. I am not sure if there is a "restore defaults" function, I looked and did not see one.

Eclipse Theme Issue

The Eclipse theme only seams to apply on the editor’s window and set area like Project Browser , Outline, Task windows etc seems unchanged. I have downloaded the themes form the Eclipse Market place but it has no effect. Is that the way it suppose to work or something is wrong with my Eclipse on installation.
I have manage to change the Java doc and Declaration Windows manually form the
Windows ->Presences -> Color and Fonts
Plus I have tried putting pref files in the workspace as suggested by Eric in his blog :-
http://blog.edwards-research.com/2009/10/color-schemes-for-eclipse-cdt/
and Theme generator
"blog.edwards-research.com/files/eclipse-gen/#"
My present Eclipse looks like :- http://www.flickr.com/photos/deamonm/7101439563/
I wonder how did Aptana studio manage to change in the Eclipse plugin
I think there is no way to change those part of eclipse except the editor window. You can download lots of theme from Eclipse Theme. Also note that there is a plug-in available,here . It comes preloaded with many themes. After installing, Go to **Window->preference->search for theme and choose from variety of themes.
You can use Aptana plugin for Eclipse to change almost all the panels' view:
Follow the link [Download Aptana Studio], choose "Eclipse Plug-in Version", then click on Download button. You'll be redirected to Installation page. Follow that installation guide.
In Eclipse menu select Preferences > Aptana Studio > Themes
Choose any theme that fits you the best (this will change editor view only).
Click on 3 check boxes below: Apply to all (non-Studio) views, Apply to all (non-Studio) editors, Apply editor font to views.
Click Apply or OK button.
And voila! Theme is applied globally.
UPDATE.
Unfortunately, this solutions doesn't work for ALL the panels. Some Perspectives cannot be modified by those actions.
http://marketplace.eclipse.org/content/eclipse-moonrise-ui-theme
go to this link
and follow instructions carefully!
*****Install the plugin;
Restart Eclipse and go to Window > Preferences > General > Appearance;
Select MoonRise (standalone) or, for a little better tabs decoration, install Eclipse 4 Chrome Theme from marketplace or from here and select MoonRise;*****
this must change your Project Browser , Outline, Task windows etc.
cheers!

Eclipse SVN client (Subclipse) doesn't show status icons on files

I've been using Eclipse PHP since quite a while with Subclipse, but suddenly, the tiny icons which appear before the files in the PHP Explorer and Navigator don't appear any more.
I've already re-installed Eclipse and the Subclipse plugin, to no avail.
I am using Subclipse for SVN and the functionality seems to be working just fine, just the icons don't appear.
It's quite tough to manually remember which files I've edited/updated if I don't see these icons.
Has anyone seen anything like this before? (I am on Ubuntu 10.04 (Lucid Lynx).)
Search the preference menu Window > Preferences for "Decoration", and make sure general > appearance > label decoration > SVN is checked. Also, check options under Team > SVN > Label Decorations. You may need to disable and re-enable these settings for them to work again.
I had to delete the project (without removing contents from disk), then re-import my project using File > Import > Other > Existing Folder.
I has had the same issue with subversive.
To see that decoration in synchronisation view I had to
uncheck "File Icons Based On Content Analysis" in
Window->Preferences->General->Appearance->Label Decorations