EasyNotes icon indicating copy to clipboard operation
EasyNotes copied to clipboard

[Win theme] iOS theme

Open Darthagnon opened this issue 5 years ago • 0 comments

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;}

Darthagnon avatar Nov 29 '20 23:11 Darthagnon