A dark theme collection based on OneDark Pro Night Flat, available for multiple platforms and applications.
KaixuOneDark is a consistent dark theme that provides a unified visual experience across different development tools and applications. The theme is based on the popular OneDark Pro Night Flat color palette, offering excellent contrast and readability for long coding sessions.
KaixuOneDark/
├── vscode/
│ └── KaixuOneDark.json # VS Code theme
├── windows-terminal/
│ └── KaixuOneDark.json # Windows Terminal theme
├── discord/
│ ├── KaixuOneDark.css # Discord theme
│ └── logo.jpg # Theme logo
├── chrome-brave/
│ ├── manifest.json # Chrome/Brave theme manifest
│ └── README.md # Theme documentation
└── README.md # This file
- Copy the
vscode/KaixuOneDark.json
file - Open VS Code
- Go to File > Preferences > Color Themes
- Select "KaixuOneDark"
- Open Windows Terminal
- Go to Settings (Ctrl + ,)
- Click on "Open JSON file"
- Add the theme configuration from
windows-terminal/KaixuOneDark.json
to yoursettings.json
- Install BetterDiscord or Vencord
- Copy the
discord/KaixuOneDark.css
file - Go to Discord Settings > Themes
- Click "Open Themes Folder"
- Paste the CSS file
- Enable the theme in Discord
- Open OBS Studio
- Go to
Settings
→Appearance
- Click
Theme
dropdown →Import
(folder icon) - Select
obs/KaixuOneDark.obt
(main theme) - Optionally import
obs/Kaixu.ovt
if you want the variant
- Open Chrome/Brave and go to
chrome://extensions/
- Enable "Developer mode" (top right)
- Click "Load unpacked" and select the
chrome-brave
folder - The OneDark-themed UI (frame, toolbar, tabs) will apply immediately
- To revert, go to
chrome://settings/appearance
and click "Reset to default" under Theme
The theme uses the OneDark Pro Night Flat color palette:
- Background:
#16191d
- Foreground:
#abb2bf
- Red:
#e05561
- Green:
#8cc265
- Blue:
#4aa5f0
- Yellow:
#d18f52
- Purple:
#c162de
- Cyan:
#42b3c2
- Author: ka1xu
- Repository: https://github.com/ka1xu/KaixuOneDark
This project is open source and available under the MIT License.
Contributions are welcome! Please feel free to submit a Pull Request.
If you encounter any issues or have suggestions, please open an issue on the GitHub repository.