Skip to content
New issue

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

[Win theme] iOS theme #3

Open
Darthagnon opened this issue Nov 29, 2020 · 0 comments
Open

[Win theme] iOS theme #3

Darthagnon opened this issue Nov 29, 2020 · 0 comments

Comments

@Darthagnon
Copy link

Darthagnon commented Nov 29, 2020

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;}
@r57zone r57zone changed the title iOS theme [PC theme] iOS theme Nov 30, 2020
@r57zone r57zone changed the title [PC theme] iOS theme [Win theme] iOS theme Nov 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant