HACKER Q&A
📣 navierstokess

What colorscheme are you using in your code editor?


I'm using catppuccin for everything.


  👤 elfchief Accepted Answer ✓
I'm impressed at just how hard it is to see what catppuccin actually looks like in VSCode without installing it first. The catppuccin github has no screenshots, and the catppuccin-for-vscode github/site has exactly one screenshot, which is split into diagonal "bands" for the four different versions of the scheme, and only one of those bands has a significant amount of code.

👤 ninjaranter
https://marketplace.visualstudio.com/items?itemName=narenran...

I wanted a color scheme where colors _meant_ something, rather than just be pretty - where you can just squint at your code and be able to visualize a heatmap of the key control flows. Among other things Chandrian uses Warm Colors for action keywords, Cold colors for Function names, variable values etc, and muted colors for punctuation / parenthesis etc. which just get in your way of reading code.

Disclaimer: I made it


👤 lofatdairy
Big fan of gruvbox dark in vim. I don't normally use dark mode in other contexts but gruvbox is warm without any loud colors.

I used to use an absolutely terrible colorscheme named sakura light or something, anyone I showed my editor to would be blinded lol.


👤 filoleg
Been using Monokai for the longest time. Currently alternating between that and Dracula variants.

👤 NegativeLatency
Daytime: this bbedit colorscheme in vim https://github.com/nburns/bbedit-vim-colors/blob/master/colo...

Nighttime: solarized dark

Switched to a light background during the daytime and a dark background during the nighttime with this plugin I made for vim: https://github.com/nburns/vim-auto-light-dark


👤 hakunin
On Sublime Text Chelevra[1] has been my favorite for a long time. Lately I've also been using a couple of Alabaster[2] variations. To me the most important thing is to have just enough color. I find too much color distracting.

[1] https://github.com/jhermsmeier/chelevra.tmtheme

[2] https://github.com/tonsky/sublime-scheme-alabaster


👤 madmax108
"ir_black" is the colorscheme I've come back to most often. Came across it a decade or so ago, and there's something about this scheme that's appealed a lot to me (I think it's something to do with the color palette being in-sync with my mental model of programming constructs?) and it's been my primary colorscheme since.

Available on vim [1], iterm [2] and VSCode as well [3]

---

[1] https://vimcolorschemes.com/twerth/ir_black

[2] https://github.com/pnasrat/iTerm-2-Color-Themes/blob/master/...

[3] https://marketplace.visualstudio.com/items?itemName=gerane.T...


👤 quirino
I'm not a fan of the pastel/low contrast style most of the themes have these days. My theme of choice is Ayu (dark) (https://github.com/Shatur/neovim-ayu). Absolutely gorgeous.

👤 Linux-Fan
For my needs, contrast must be strong. Hence I mostly stick to the defaults on a 16-color urxvt.

vim: `ron` which I think is the default.

vifm: custom-made colorscheme (https://github.com/m7a/lp-conf-cli/blob/master/vifmrc if you're interested, screenshot: https://masysma.net/32/conf-cli_att/scrvifmtheme.png)

Occasionally, I turn off syntax highlighting altogether (most often this happens in Markdown or HTML documents where the default syntax highlighting does stupid things like trying to set the font to italic...)


👤 Amorymeltzer
kaolin-themes for emacs: https://github.com/ogdenwebb/emacs-kaolin-themes

There are plenty of options, some are very similar but I've been pretty happy with 'em


👤 jasonpeacock
Solarized Dark for a long time, then Solarized Light b/c the rest of my windows/themes are all light.

Now it's Dracula, b/c it's fun and widely supported. I still use light themes for everything else.

(I used iTerm + tmux + neovim for coding)


👤 gavinray
Time for one maybe folks haven't heard of:

Plastic. It was done by one of the folks originally involved with Atom One Dark:

https://plastictheme.com/


👤 Apreche
I just keep on switching it up whenever I need to feel fresh.

👤 nateroling
I have a custom theme that's pretty minimal, because I find lots of colors distracting.

Colors are vaguely based it on pen on paper:

       white: background
   dark blue: foreground
  light gray: brackets and commas and stuff
         red: literals (strings, numbers, true/false)
       black: comments
This means comments and literals stand out, which are usually the things I don't want to miss when I'm reading through code.

👤 teddyh
Um… The default color scheme? Unless some color is not designed to be be readable on my background, in which case I customize it and turn off the colorization for that text category.

I mean, I don’t really care about colors in my editor, but I don’t want to be like those people who get all huffy and turn off all colors just because. But I do need to be able to read the text, so I occasionally change it.


👤 glmeece
There may be other IDEs/Editors that this is available for, but I really enjoy the freeCodeCamp Dark Theme:

https://marketplace.visualstudio.com/items?itemName=freeCode...


👤 rogual
On Emacs, I use the built-in Leuven [0] during the day, and jbeans [1] at night, both modified a bit.

[0] https://i.imgur.com/eWIo1Fi.png

[1] https://i.imgur.com/q0JreaG.png


👤 BlameKaneda
Firewatch. When I think I've found another theme that I like, I always end up going back to it.

https://vscodethemes.com/e/ulthes.theme-firewatch/firewatch-...


👤 mgmeyers
Noctis: https://github.com/liviuschera/noctis

Specifically, I try to match the theme variant to my lighting conditions. I had some major eye strain for a while, and doing this with this theme seemed helped.


👤 psalminen
Nord in kitty/neovim (https://www.nordtheme.com/)

Penumbra Dark in VS Code (https://github.com/nealmckee/penumbra)


👤 jakevoytko
I'm colorblind (protanopia), which makes most color schemes unusable in some way. I use the default Visual Studio Code darkmode color theme. It's perfect for my type of colorblindness! The colors have great contrast for me, and I can easily read everything.

👤 seanbarry
I absolutely love Synthwave '84 Blues (but with the text glow disabled)

https://marketplace.visualstudio.com/items?itemName=sabrsore...


👤 iwebdevfromhome
Been using Monokai Pro https://monokai.pro/ for Jetbrains editors and Visual Studio Code for a while now. I still haven't gotten that itch to switch themes.

👤 yoyohello13
I was a Gruvbox guy for quite a while.

I found Everforest a few months ago and really like it: https://github.com/sainnhe/everforest


👤 johnofthesea
One named Yesterday from this set: https://github.com/yl92/paddy-color-theme

I've just remade it for Sublime Text.


👤 Hackbraten
I’m using the Dark+ theme built into VS Code, because I maintain several extensions with syntax highlighting. My priority is that the extensions look good with the defaults, and dogfooding is one way to achieve that.

👤 champagnepapi

👤 sp332
I used to customize everything, and usually went with Solarized Dark. But I started using VS Code a couple of years ago, and its dark mode (Dark+) has been really nice. I use it for perl, elixir, and bash.

👤 sphars

👤 thoughtpalette
Loved Monokai in Sublime Text, carried that over with Visual Studio Code.

👤 vvms
Everforest (both dark and light ones): https://github.com/sainnhe/everforest

👤 hprotagonist
prot’s ef-deuteranopia-dark, usually.

https://protesilaos.com/emacs/ef-themes

otherwise, some solarized variant.


👤 Ghoyome



👤 anta40
gruvbox on MacVim, molokai on VimR

I just uninstalled VSCode few days ago...


👤 rektide
Random. As a vim+tmux user I have a bunch of different tmux sessions + tabs open. Having different colors for different sessions help me stay oriented.

👤 mrblampo
"blue" in Vim. Great contrast, sufficiently aesthetically pleasing, strikes a nice balance that seems to work in high or low light.

👤 dongecko
I use monokai and dracula, depending on the environment. If i can alter something, I usually go for dracula and FiraScript as font.

👤 beej71
I use codedark in vim (a clone of VS Code's dark theme) except modded so the background is black instead of dark gray.

👤 aberrati0n
I've been using Zenburn everywhere I can for the past few years (Sublime Text, Windows Terminal, VS Code).

👤 techwizrd
I use Dracula mostly because it's widely available for most tools, terminals, and editors.

👤 LordHeini
The default intellij dark theme (darkula I think).

Matches nicely with zenburn on the wm.


👤 amflare
Sunburst on Sublime and a modified version of Obsidian on PhpStorm.

👤 pawelduda
tokyonight in Vim and shell

https://github.com/folke/tokyonight.nvim


👤 skrtskrt
Gruvbox dark, though I’m always happy with monokai as well.

👤 mbeattie
Tomorrow Night Bright

👤 agigao
Spacemacs Light and IntelliJ light default

Dark themes make my brain hurt.


👤 Mikeb85
Monokai on JetBrains products (mostly RubyMine).

👤 Triangle9349
Default or Monokai Night

👤 Ancapistani
Jellybeans on Neovim here.

👤 passion__desire
One Dark Vivid in Pycharm

👤 thefz
Darcula everywhere.

👤 iliaznk
Gruvbox dark hard.

👤 boxed
Turbo C++ 3.0

👤 astkaasa
gruvbox for terminal and editor

👤 _virtu
Dracula Pro

👤 jpe90
default

👤 dugword
jellybeans