Skip to content

Instantly share code, notes, and snippets.

@philsinatra
Last active April 6, 2022 10:05
Show Gist options
  • Save philsinatra/aabfc84880c8ee5f8c8332abd51651f4 to your computer and use it in GitHub Desktop.
Save philsinatra/aabfc84880c8ee5f8c8332abd51651f4 to your computer and use it in GitHub Desktop.
Bracket Pair Colorizer Recommendations
// Monokai Pro
"bracket-pair-colorizer-2.colors": [
"#e15980",
"#7bd88f",
"#e3cf5e",
"#7a73b8"
],
"indentRainbow.colors": [
"rgba(225, 89, 128, 0.075)",
"rgba(123, 216, 143, 0.075)",
"rgba(227, 207, 94, 0.075)",
"rgba(122, 115, 184, 0.075)"
],
// Molokai
"bracketPairColorizer.consecutivePairColors": [
"()",
"[]",
"{}", ["#ff3970", "#13d0f0", "#e9d14d"],
"#f2e5bc"
]
// Popping and Locking
"bracketPairColorizer.consecutivePairColors": [
"()",
"[]",
"{}", ["#cc241d", "#b16286", "#458588", "#689d6a", "#98971a", "#d79921"],
"#f2e5bc"
]
"indentRainbow.colors": [
"rgba(205,38,23, 0.075)",
"rgba(215,155,12, 0.075)",
"rgba(67,133,136,0.075)",
"rgba(102,158,104,0.075)"
]
// Dracula
"bracketPairColorizer.consecutivePairColors": [
"()",
"[]",
"{}", ["#ff6ea5", "#68e3fd", "#3bf07b", "#f0f270"],
"#f2e5bc"
]
// Workbench Adjustments for Black Themes
"workbench.colorCustomizations": {
"statusBar.background": "#000000",
"editor.background": "#111111",
"editorGutter.background": "#111111",
"terminal.background": "#000000"
},
macOS Dark Mode
"bracketPairColorizer.consecutivePairColors": [
"()",
"[]",
"{}",
["#f977ae", "#587EA8", "#a79df7", "#9effff"],
"#f2e5bc"
],
"indentRainbow.colors": [
"rgba(251, 118, 175, 0.05)",
"rgba(88, 125, 169, 0.05)",
"rgba(168, 154, 249, 0.05)",
"rgba(156, 255, 255, 0.05)"
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment