Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.41 KB

File metadata and controls

56 lines (35 loc) · 1.41 KB

README

About

This is a fork of the original popping-and-locking theme by Hedinn Eiriksson. This version uses pure black as the primary background color throughout the theme.

Screenshots

JS

js

HTML

html

SCSS

scss

JSON

json

Related Customization

"bracketPairColorizer.consecutivePairColors": [
  "()",
  "[]",
  "{}", ["#cc241d", "#b16286", "#458588", "#689d6a", "#98971a", "#d79921"],
  "#f2e5bc"
]

Colors for Indent Rainbow

"indentRainbow.colors": [
  "rgba(205,38,23, 0.15)",
  "rgba(215,155,12, 0.15)",
  "rgba(67,133,136,0.15)",
  "rgba(102,158,104,0.15)"
]

Popping and Locking iTerm2 Themes

Original Theme Notes

This theme is designed to have vivid colors to capture your attention yet be easy on the eyes. Originally based on the color theme VS Dark+, Gruvbox Dark and One Dark but has changed a lot since. It is designed for web languages (HTML, CSS, JS and more).