We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I edited up an iOS/MacOS-coloured theme, using colours from Notepad Free, based off the Dark theme.
Border colour: Light brown #8d745 Paper colour: Light yellow #f9f8c1 Highlight colour: Darker yellow #f3f284
/*iOSTheme*/ body{background-color:#f9f8c1; scrollbar-arrow-color: #3a404a; scrollbar-track-color: #f9f8c1; scrollbar-base-color: #f9f8c1; scrollbar-3dlight-color: #3a404a; scrollbar-highlight-color: #3a404a; scrollbar-face-color: #3a404a; scrollbar-shadow-color: #3a404a; scrollbar-darkshadow-color: #3a404a;} #panel{background-color:#8d7451;} #btn{background-color:#8d7451;} #meta{color:#787c81;} #sub-panel{background-color:#8d7451;} #list{color:black;} #list #items{border-right: 1px solid #8d7451;} #list #items #note{border-bottom:1px solid #3a404a;} #list #items #note:hover{background-color:#f3f284;} #list #items #note #date{color:#787c81;} textarea{color:black;} #settings #items #item{background-color:#8d7451; color:black;} #settings #items #item{border:1px solid #3a404a; border-top:none;} #settings #items #item:first-child{border:1px solid #3a404a;}' + #settings input[type="text"],#settings input[type="number"]{background-color:#8d7451;color:#f9f8c1;} #settings .aboutbox{color:#787c81;} #notification{background-color:#8d7451; border-top:1px solid black; color:white;}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I edited up an iOS/MacOS-coloured theme, using colours from Notepad Free, based off the Dark theme.
Border colour: Light brown #8d745
Paper colour: Light yellow #f9f8c1
Highlight colour: Darker yellow #f3f284
The text was updated successfully, but these errors were encountered: