Skip to content

Instantly share code, notes, and snippets.

@Varstahl
Last active April 7, 2021 15:06
Show Gist options
  • Save Varstahl/47a6812a28a20a40ac4e07cd04f367d7 to your computer and use it in GitHub Desktop.
Save Varstahl/47a6812a28a20a40ac4e07cd04f367d7 to your computer and use it in GitHub Desktop.
Apes like primary colors
/* ==UserStyle==
@name OptionSonar Puts/Calls recolour
@namespace https://gist.github.com/Varstahl/47a6812a28a20a40ac4e07cd04f367d7/raw/optionsonar-grstack.user.css
@version 0.1.2
@description Green/Red Option Stacks
@license BSD-2-Clause
@author Varstahl
==/UserStyle== */
@-moz-document url-prefix("https://www.optionsonar.com/unusual-option-activity/") {
.recharts-legend-item path, [id^=PutCallVolume] g.recharts-bar g.recharts-bar-rectangle path {
fill: #c60c30 !important;
}
.recharts-legend-item + .recharts-legend-item path, [id^=PutCallVolume] g.recharts-bar + g.recharts-bar g.recharts-bar-rectangle path {
fill: #2e8b57 !important;
}
.recharts-tooltip-item {
color: #c60c30 !important;
}
.recharts-tooltip-item + .recharts-tooltip-item {
color: #2e8b57 !important;
}
.btn-put {
background-color: #ff6e89 !important;
box-shadow: inset 1px 9px 15px 5px #c60c30 !important;
}
.btn-call {
background-color: #17cf69 !important;
box-shadow: inset 1px 9px 15px 5px #2e8b57 !important;
}
}
@Varstahl
Copy link
Author

Varstahl commented Apr 6, 2021

OptionSonar Puts/Calls recolouring

Options List
Options Chart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment