项目作者: iJynx
项目描述 :
A badass notion theme. Name inspired by the words glass and notion
高级语言: CSS
项目地址: git://github.com/iJynx/gloation.git
Gloation: A Custom Notion Theme
Overview
Gloation is a professional dark-mode theme for Notion, built upon the framework developed by u/CarbonGhost0. This documentation provides installation instructions and customisation options for implementing the theme in your Notion workspace.
Note: This theme requires Notion’s dark mode to be enabled for proper functionality.
Preview



Important Considerations
Before installation, please be aware of the following limitations:
- Manual update process (no automatic updates)
- Potential brief performance delays when opening or closing the application
- Theme initialisation may take a few seconds upon launch
- Occasional theme loading inconsistencies (approximately 2% of launches)
- Additional configuration required for Windows search integration
Installation Guide
Prerequisites
- Windows operating system
- Administrator privileges
Step-by-Step Installation
Install Node.js
- Download Node.js (select “Current” version if unsure)
- Complete the installation and restart your computer
Set Up Development Environment
- Navigate to your desktop in File Explorer
- Click in the address bar, type “cmd” and press Enter to open Command Prompt
- Install Nativefier by running:
npm install nativefier -g
Create Notion Application
Install Theme Files
- Navigate to:
desktop\notion\Notion-win32-x64\resources\app\inject
- Download the repository using one of these methods:
- Git command:
git clone https://github.com/iJynx/gloation.git
- Manual download: Extract the ZIP file into this directory
- Verify that the following files exist in the directory:
- inject.js (default file)
- inject.css (from Gloation)
- README.md (from Gloation)
Create Application Shortcuts
- Return to
desktop/notion
- Pin
Notion.exe
to your taskbar, Start menu, or desktop for easy access
Customisation Options
Custom Background Image
- Open
inject.css
with a text editor - Locate the line:
background-image: url('IMAGE-URL-HERE') !important;
- Replace ‘IMAGE-URL-HERE’ with the URL of your preferred image
- Ensure the URL points directly to an image file (typically ending in .jpg, .png, etc.)
- Maintain the quotation marks around the URL
Advanced Customisation
- For JavaScript customisations: Modify
inject.js
and reload Notion - For CSS customisations: Modify
inject.css
and restart the application
Troubleshooting
If you encounter issues during installation or use:
- Review the original documentation for potential solutions
- Submit an issue on the GitHub repository
- Contact support at: iJynx@protonmail.com
Acknowledgements
This theme was inspired by previous customisation work and built upon the foundation created by the Notion community.