Created
June 15, 2022 11:37
-
-
Save Super-Chama/eadcd674ccdedeb0d68f5a7404ba02c5 to your computer and use it in GitHub Desktop.
OrangeHRM Dark Theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// Add to src/core/styles/overrides.scss | |
$oxd-background-pastel-white-color: #242424; | |
$oxd-sidepanel-bg-color: #121212; | |
$oxd-topbar-body-background: #121212; | |
$oxd-topbar-border: 1px solid #202020; | |
$oxd-scrollbar-track-color: rgba(255, 255, 255, 0.08); | |
$oxd-scrollbar-thumb-color: rgba(255, 255, 255, 0.16); | |
$oxd-background-light-gray-color: rgba(255, 255, 255, 0.12); | |
$oxd-topbar-tab-background-color: #202020; | |
$oxd-dropdown-background-color: #1d272c; | |
$oxd-dropdown-item-hover-color: #202020; | |
$oxd-background-white-shadow-color: #1d1e26; | |
$oxd-table-filter-background-color: #121212; | |
$oxd-divider-color: rgba(255, 255, 255, 0.08); | |
.oxd-form-loader { | |
background-color: #121212 !important; | |
} | |
.oxd-dropdown-menu { | |
border: 1px solid #242424 !important; | |
background-color: #121212 !important; | |
} | |
input, | |
.oxd-autocomplete-text-input { | |
background-color: transparent !important; | |
} | |
.orangehrm-card-container, | |
.orangehrm-paper-container { | |
background-color: #121212; | |
} | |
.orangehrm-container { | |
background-color: #1d1e26; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment