Skip to content

Instantly share code, notes, and snippets.

@aeron7
Last active January 24, 2022 07:41
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save aeron7/a7446bbceb12a0ac2873dca34a2edc63 to your computer and use it in GitHub Desktop.
Save aeron7/a7446bbceb12a0ac2873dca34a2edc63 to your computer and use it in GitHub Desktop.
Zerodha Kite Dark Mode
div.page-content.positions {
background-color: #000000;
color: #ffffff;
}
h3.page-title.small {
color: #ffffff;
}
span.text-label.small.aqua.indigo {
color: #ffffff;
}
div.toolbar {
display: none;
}
div.header {
background-color: #000000;
color: #ffffff;
}
div.app-nav a span {
color: #ffffff;
}
.app,.table,.app .container,.app .wrapper,.app .container .container-left .marketwatch-wrap,.omnisearch-wrap .omnisearch .search input,.app .header,.marketwatch-sidebar .marketwatch-selector {
background-color: #000000;
color: #ffffff;
}
.data-table table tbody tr td.pnl, .data-table table tfoot tr td.pnl,.data-table table thead th.pnl {
background-color: #000000;
}
input.search-input-field,li.search-result-item {
background-color: #000000;
color: #ffffff;
}
.marketwatch-sidebar .instruments .instrument {
color: #ffffff;
}
span.user-id {
color: #ffffff;
}
a.logo img {
display: none;
}
span.icon.icon-bell {
background-color: #ffffff;
}
a.notifications-widget {
display: none;
}
div.avatar {
color: #ffffff;
background-color: #ff0d0d;
}
.data-table table tbody tr.focused td, .data-table table tbody tr:hover td, .data-table table tfoot tr.focused td, .data-table table tfoot tr:hover td,th:hover,.marketwatch-sidebar .instruments .instrument.selected .info, .marketwatch-sidebar .instruments .instrument:hover .info {
background-color: #000000;
}
.modal-container, .profile .vue-image-crop-upload .vicp-wrap {
color: #ffffff;
background: #000;
}
.notifications-bar {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment