DarQode

DarQode – Dark Mode for Qlik Sense Data Load Editor

💻 Dark mode for coders who Qlik.

DarQode is a Chrome extension that brings an elegant dark theme to the Qlik Sense Data Load Editor (DLE). Built for clarity, comfort, and a smoother coding experience, it supports both Qlik Cloud and on-premise environments with a VS Code-inspired aesthetic.


⚠️ Disclaimer

DarQode is an independent project and is not affiliated with, endorsed by, or sponsored by Qlik®.
All trademarks, including “Qlik” and “Qlik Sense,” are the property of their respective owners and are used here solely for descriptive purposes.


🚀 Features


❓ Why Use DarQode?


⚠️ Known Limitations

💡 These are known issues and are planned for resolution in the next version.


🧩 Installation

🛒 Install DarQode from Chrome Web Store

Manual Installation (Developer Mode)

  1. Download or clone this repository
  2. Open Chrome and go to chrome://extensions/
  3. Enable Developer mode (top right)
  4. Click Load unpacked and select the extension folder

✅ Tested Versions

DarQode is tested and verified to work on the following Qlik Sense versions:

Both on-premise and cloud interfaces are supported and styled consistently.


💡 Usage

Automatic Activation

DarQode automatically detects Qlik Sense DLE pages and applies the dark theme.

Manual Toggle

Supported Pages


🧱 Technical Overview

📁 File Structure

darqode/
├── manifest.json
├── content.js
├── dark-theme.css
├── popup.html
├── popup.js
├── background.js
├── logo.png
├── icons/
└── README.md

🎨 CSS Variables

:root {
  --dark-bg: #090E16;
  --dark-text: #e0e0e0;
  --border-color: #333;
  --highlight: rgba(38, 79, 120, 0.7);
}

⚙️ Content Script Highlights

🪟 Popup Features


🌐 Browser Compatibility


🔐 Permissions

This extension requests:

🔒 DarQode does not collect or transmit any personal data.


🛠️ Development

Build & Test

  1. Clone this repository
  2. Make your changes
  3. Load via chrome://extensions in developer mode
  4. Zip the folder for distribution

Customize Theme

Edit variables in dark-theme.css:

:root {
  --dark-bg: #your-color;
  --dark-text: #your-text-color;
}

Add New Selectors

  1. Use devtools to inspect Qlik elements
  2. Add CSS rules to dark-theme.css
  3. Test across Cloud and on-prem

🤝 Contributing

We welcome:

Open an issue or submit a PR!


📜 License

MIT License – see the LICENSE file.


🆘 Support

Try this first:

  1. Ensure you’re on a Qlik Data Load Editor page
  2. Refresh the browser tab
  3. Disable and re-enable the extension
  4. Check the dev console for errors

Still having trouble?
📧 Contact me at eligohar85@gmail.com
💬 Or reach out on LinkedIn

🌍 Check the GitHub project: https://github.com/EliGohar85/DarQode


📦 Changelog

v1.0.0 – Initial Release