All Projects → joonro → Conemu Color Themes

joonro / Conemu Color Themes

Manually ported color themes for ConEmu

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Conemu Color Themes

Gitgutter
A Sublime Text 2/3 plugin to see git diff in gutter
Stars: ✭ 3,888 (+434.07%)
Mutual labels:  color-scheme
Color Mode Module
Dark and Light mode with auto detection made easy with NuxtJS
Stars: ✭ 497 (-31.73%)
Mutual labels:  color-scheme
Gogh
Color Scheme for Gnome Terminal and Pantheon Terminal
Stars: ✭ 6,503 (+793.27%)
Mutual labels:  color-scheme
Wwdc2016 Xcode Color Scheme
A color scheme for Xcode based on the WWDC 2016 invitation.
Stars: ✭ 408 (-43.96%)
Mutual labels:  color-scheme
Sakurairo
一个多彩,轻松上手,体验完善,具有强大自定义功能的WordPress主题(基于Sakura主题)A Colorful, Easy-to-use, Perfect Experience, and Powerful Customizable WordPress Theme (Based on Theme Sakura)
Stars: ✭ 456 (-37.36%)
Mutual labels:  color-scheme
Vim Code Dark
Dark color scheme for Vim and vim-airline, inspired by Dark+ in Visual Studio Code
Stars: ✭ 529 (-27.34%)
Mutual labels:  color-scheme
Packagedev
Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
Stars: ✭ 378 (-48.08%)
Mutual labels:  color-scheme
Lucario
The best flat theme for Vim, Atom, Sublime Text, Jetbrains Editors, Terminal.app, iTerm, Xcode and XTerm
Stars: ✭ 711 (-2.34%)
Mutual labels:  color-scheme
Vim Deus
🌙 A better color scheme for the late night coder
Stars: ✭ 466 (-35.99%)
Mutual labels:  color-scheme
Powerline Shell
A beautiful and useful prompt for your shell
Stars: ✭ 5,743 (+688.87%)
Mutual labels:  color-scheme
Open Color
Color scheme for UI design.
Stars: ✭ 4,512 (+519.78%)
Mutual labels:  color-scheme
Nord
An arctic, north-bluish color palette.
Stars: ✭ 4,816 (+561.54%)
Mutual labels:  color-scheme
Cmder
Lovely console emulator package for Windows
Stars: ✭ 23,148 (+3079.67%)
Mutual labels:  color-scheme
Midnight Lizard
Сustom color schemes for all websites
Stars: ✭ 406 (-44.23%)
Mutual labels:  color-scheme
Colorful
A curated list of awesome resources to choose your next color scheme
Stars: ✭ 702 (-3.57%)
Mutual labels:  color-scheme
Everforest
🌲 Comfortable & Pleasant Color Scheme for Vim
Stars: ✭ 403 (-44.64%)
Mutual labels:  color-scheme
Srcery Vim
Dark colorscheme for gvim and vim
Stars: ✭ 518 (-28.85%)
Mutual labels:  color-scheme
Vim Solarized8
Optimized Solarized colorschemes. Best served with true-color terminals!
Stars: ✭ 718 (-1.37%)
Mutual labels:  color-scheme
Matlab Schemer
Apply and save color schemes in MATLAB with ease.
Stars: ✭ 708 (-2.75%)
Mutual labels:  color-scheme
Nord Iterm2
An arctic, north-bluish clean and elegant iTerm2 color scheme.
Stars: ✭ 651 (-10.58%)
Mutual labels:  color-scheme

Created 2018-10-22 Mon 12:35

#+TITLE: Color Schemes for ConEmu #+AUTHOR: Joon Ro This repo originally started as a place to share my favorite color schemes that I ported from various sources to [[https://conemu.github.io/][ConEmu]]. A lot of recently added themes and improvements are from various contributors (thanks a lot!).

I started porting color schemes manually because I found that automatically ported color schemes generally do not look good, because in many cases two programs have inconsistencies in items for color schemes. So, I try to manually choose colors to get color schemes as consistent as possible to the original.

Note that most of the [[screenshots.org][screenshots]] shown here are taken with the prompt customized with [[https://github.com/dahlbyk/posh-git][posh-git]] and the =Get-ChildItem= with [[https://github.com/joonro/Get-ChildItemColor][Get-ChildItemColor]]. See this [[http://joonro.github.io/blog/posts/powershell-customizations.html][blog post]] for my PowerShell customizations.

My current favorites are =material-theme (Emacs) light= and =One Dark=.

  • Examples
  • [[https://github.com/cpaulik/emacs-material-theme][material-theme (Emacs)]] (light)

    [[file:./screenshots/material-emacs-light.png]]

  • [[https://github.com/dunovank/oceans16-syntax][Oceans16]] (dark)

    [[file:./screenshots/oceans16-dark.png]]

  • Color Schemes List For all screenshots, see [[screenshots.org][screenshots]]
  • [[screenshots.org#atom-one][Atom One]] (light & dark)

  • [[screenshots.org#ayu][ayu]] (Light, Mirage, & Dark)

  • [[screenshots.org#base16][Base16]]

    • Ocean (dark)
    • Railscasts (light and dark)
  • [[screenshots.org#chalk][Chalk]]

  • [[screenshots.org#dracula][Dracula]]

  • [[screenshots.org#gruvbox][gruvbox]] (dark)

  • Material

    • [[screenshots.org#material-theme-emacs-light][material-theme (Emacs)]] (light)
    • [[screenshots.org#material-theme-sublime-darker][material-theme (Sublime)]] (darker)
  • [[screenshots.org#materialshell][Materialshell]] (Dark & Oceanic)

  • [[screenshots.org#moe-theme][moe-theme]] (light & dark)

  • [[screenshots.org#monokai][Monokai]]

  • [[screenshots.org#nord][Nord]]

  • [[screenshots.org#oceans16-dark][Oceans16]] (dark)

  • [[screenshots.org#rusty][Rusty]]

  • [[screenshots.org#solarized][Solarized]] (light and dark)

  • [[screenshots.org#spacemacs-dark][Spacemacs]] (dark)

  • [[screenshots.org#tango][Tango]] (dark)

  • [[screenshots.org#xfce4-terminal][xfce4-terminal]] (white on black)

  • How to Install ** Use =Install-ConEmuTheme.ps1= PowerShell script.
  • Use =Install-ConEmuTheme.ps1= PowerShell script. First, the script will always create a backup of your config file as =ConEmu.backup.xml= prior to doing anything else. It's got two operation modes:

    1. To add a theme to your config file: #+BEGIN_SRC ps1 .\Install-ConEmuTheme.ps1 [-ConfigPath Path] -Operation Add -ThemePathOrName themes\oceans16-dark.xml #+END_SRC
    2. To remove a theme from your config file: #+BEGIN_SRC ps1 .\Install-ConEmuTheme.ps1 [-ConfigPath Path] -Operation Remove -ThemePathOrName "Oceans16 Dark" #+END_SRC
  • Note that -ConfigPath argument is optional if your =ConEmu.xml= is located at the default location (=C:\Users\You\AppData\Roaming\ConEmu.xml=).

  • To add all the themes included in this repo, run the following in a powershell prompt: #+BEGIN_SRC ps1 @(Get-ChildItem -Recurse -Filter *.xml ) | %{.\Install-ConEmuTheme.ps1 -Operation Add -ThemePathOrName $_.FullName} #+END_SRC

** Manually add color schemes and modify the =ConEmu.xml= file:

  1. Open =ConEmu.xml=. Usually it is at =\AppData\Roaming=, where == is your home directory (=C:\Users\UserName=).

  2. Paste the color scheme at the end of palette settings part. It starts with the following: #+BEGIN_SRC xml #+END_SRC

  3. If you do not have any custom color scheme, the xml key is not there. In ConEmu, go to =Settings= -> =Feature= -> =Colors= and generate a custom color theme by click on =Save= button and specify any name. Then =Colors= key will be automatically generated in your =ConEmu.xml=. You can overwrite it when you add new themes.

  4. Update the palette number (key name =PaletteX=) accordingly. For example, if you have 1 custom color palette already, it should be =Palette2= for the new one: #+BEGIN_SRC xml #+END_SRC

  5. Make sure to increase the value for key name =Count= under key =Colors= as well. It should equal to the total number of pallets you have:

    #+BEGIN_SRC xml #+END_SRC

  6. For example, the =Colors= part of your modified =ConEmu.xml= should look like this: #+BEGIN_SRC xml ... ...
    #+END_SRC

  • How to Contribute See [[Template.xml]] for the template for color schemes with the default colors. In general, programs (such as =git=) uses colors through 0 - 8, (see the template for their uses). I decided to use git and PowerShell as the main targets, so please try to match your colors to the usage of those applications.

Also, make sure that all the color options set to =Auto= to get correct highlighting:

[[file:./screenshots/ConEmu_Color_Options.png]]

  • Changelog ** June 2020 *** 2
  • Add [[screenshots.org#nord][Nord]] theme *** 1
  • Add missing contributor information and screenshots for [[screenshots.org#rusty][Rusty]], [[screenshots.org#tango][Tango]] (dark), and [[screenshots.org#xfce4-terminal][xfce4-terminal]] (white on black)
  • Re-organize & cleanup the theme list and screenshots *** 0
  • Add [[https://github.com/achalv/chalk][Chalk]] theme (thanks to [[https://github.com/cobertos][Cobertos]])
  • Use full theme path when installing all themes (#32)
  • Swap ayu-dark and ayu-mirage screenshots (#29)
  • Make some colors in ayu-light consistent to the original ** August 2018
  • Add =ayu= theme ** April 2017
  • Change file structure
  • Add =material-sublime-darker= theme (thanks to [[https://github.com/chantisnake][chantisnake]])
  • Add =gruvbox= theme (thanks to [[https://github.com/circleous][circleous]]) ** March 2017
  • Add =One Dark= theme
  • Add default value for =-ConfigPath= argument for =Install-ConEmuTheme.ps1= ** February 2017
  • Add =Monokai=
  • Add theme (un)installation script, =tools/Install-ConEmuTheme.ps1= (Thanks to [[https://github.com/GrzegorzKozub][GrzegorzKozub]]). ** January 2017
  • Add =bas16-railscasts= (light and dark)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].