Skip to content

marzme/PowerShell_ISE_Themes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerShell_ISE_Themes

A collection of themes for the Windows PowerShell ISE.


How to Use

GUI Method (to import themes individually):
Download the theme you want by navigating to the .ps1xml file in GitHub, clicking the 3 dots in the top-right, and selecting to download the raw file content. Then, in the PowerShell ISE, go to Tools -> Options -> Manage Themes -> Import, and import the downloaded .ps1xml file.

PowerShell Method (to import all themes at once):
Run the PowerShell commands in the "Import-ISEThemesFromGithub.ps1" script which can be found in the "!Script to import all themes" folder. Or if you trust me enough to just directly run the script, simply paste this one line into PowerShell and it will import all the themes:

Invoke-Expression (Invoke-WebRequest "https://raw.githubusercontent.com/marzme/PowerShell_ISE_Themes/master/!Script%20to%20import%20all%20themes/Import-ISEThemesFromGithub.ps1").Content

Happy scripting! 😊

Please Note: These themes only apply to the Scripting Pane of the ISE, and only for the PowerShell language. The XML language and Console Pane colours will remain the default ones. I thought changing the console pane colours would be more annoying than helpful, as if you used colours in your script, the result would look different in the ISE console than in a normal PowerShell window.


Original Sources

Most of these themes were converted from ones on Eclipse-Color-Themes.web.app (formerly EclipseColorThemes.org), thanks to this nice little script from "akawhoami".

The "Visual Studio 2013 Dark" theme is thanks to "curi0usJack", and was found here: https://project500.squarespace.com/journal/2015/2/16/vs2013-dark-theme-for-powershell-ise.

Aquatic, Nightvale, and Paper Rose were found on ISEColorTheme.Cmdlets on the PSGallery.

The Placidity and Calm Dusk themes I created myself from scratch, and are my personal favourites. 😊


Example Screenshots

Ambient:

Alt text


Ambients:

Alt text


Aquatic:

Alt text


Base16 Tomorrow:

Alt text


Black Pastel:

Alt text


Calm Dusk:

Alt text


DependOnMe:

Alt text


Dracula JetBrains:

Alt text


Flare v1:

Alt text


GEdit Original Oblivion:

Alt text


Havenjark:

Alt text


Monokai:

Alt text


Navy Ocean:

Alt text


Nightvale:

Alt text


Notepad++ Like:

Alt text


Oblivion:

Alt text


Obsidian:

Alt text


Ocean Deep:

Alt text


Paper Rose:

Alt text


Pastel:

Alt text


Placidity:

Alt text


Plastic Code Wrap:

Alt text


Python Idle Tango:

Alt text


Railscast:

Alt text


RecognEyes:

Alt text


Retta:

Alt text


Roboticket:

Alt text


Solarized:

Alt text


Solarized Light:

Alt text


Space Gray:

Alt text


Sublime Text 2:

Alt text


Tomorrow Night:

Alt text


Vibrant Ink:

Alt text


Vim Dark:

Alt text


Vim Dessert:

Alt text


VS2013 Dark:

Alt text


Wombat:

Alt text


Zenburn:

Alt text

Releases

No releases published

Packages

No packages published