tweak: add alternatives styles.css
also keep track in README of steps.
This commit is contained in:
parent
e928ee1c89
commit
4fd1c83660
|
@ -9,7 +9,6 @@
|
|||
- hackable without any knowledge
|
||||
- builtin rose-mklink script for in-shell static links
|
||||
|
||||
#
|
||||
### 👐 Contribute
|
||||
See [contributing.md](https://github.com/mini-rose/rose/.github/contributing.md).
|
||||
|
||||
|
@ -19,3 +18,9 @@ Rose is released under own license, which grants the following permissions:
|
|||
- Distribution
|
||||
- Modification
|
||||
- Private use
|
||||
|
||||
### To do
|
||||
|
||||
- [x] Add open in new tab functionality
|
||||
- [x] Test open in new tab functionality
|
||||
- [ ] Isolate plugins so that they aren't active by default
|
||||
|
|
BIN
user-scripts/styles/images/style-nuno.png
Normal file
BIN
user-scripts/styles/images/style-nuno.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 178 KiB |
BIN
user-scripts/styles/images/style-original.png
Normal file
BIN
user-scripts/styles/images/style-original.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 175 KiB |
52
user-scripts/styles/style-nuno.css
Normal file
52
user-scripts/styles/style-nuno.css
Normal file
|
@ -0,0 +1,52 @@
|
|||
@define-color Surface0 #313244;
|
||||
@define-color Surface1 #45475a;
|
||||
@define-color Base #1e1e2e;
|
||||
@define-color Mantle #181825;
|
||||
@define-color Lavender #b4befe;
|
||||
@define-color Text #cdd6f4;
|
||||
|
||||
* {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
outline-color: @Lavender;
|
||||
color: @Text;
|
||||
border-color: white;
|
||||
font-size: 16px;
|
||||
/*@Base; */
|
||||
/* border-bottom-color: @Base; */
|
||||
}
|
||||
|
||||
window, notebook, headerbar {
|
||||
background: @Base;
|
||||
}
|
||||
|
||||
tabs {
|
||||
background-color: @Base;
|
||||
padding: 3px;
|
||||
outline-color: white;
|
||||
border-color: @Base;
|
||||
}
|
||||
|
||||
tab {
|
||||
background-color: @Base;
|
||||
margin: 2px 5px 2px 0px;
|
||||
padding: 5px;
|
||||
border-style: solid;
|
||||
/*border-color: white;
|
||||
border-bottom-color: white;
|
||||
outline-color: white;
|
||||
margin: 5px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px; */
|
||||
}
|
||||
|
||||
entry {
|
||||
background-color: @Surface0;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
entry:focus {
|
||||
background-color: @Surface0;
|
||||
padding-left: 10px;
|
||||
|
||||
}
|
37
user-scripts/styles/style-original.css
Normal file
37
user-scripts/styles/style-original.css
Normal file
|
@ -0,0 +1,37 @@
|
|||
@define-color Surface0 #313244;
|
||||
@define-color Surface1 #45475a;
|
||||
@define-color Base #1e1e2e;
|
||||
@define-color Mantle #181825;
|
||||
@define-color Lavender #b4befe;
|
||||
@define-color Text #cdd6f4;
|
||||
|
||||
* {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
outline-color: @Lavender;
|
||||
color: @Text;
|
||||
border-bottom-color: @Base;
|
||||
}
|
||||
|
||||
window, notebook, headerbar {
|
||||
background: @Base;
|
||||
}
|
||||
|
||||
tabs {
|
||||
background-color: @Base;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
tab {
|
||||
background-color: @Base;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
entry {
|
||||
background-color: @Surface0;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
entry:focus {
|
||||
box-shadow: none;
|
||||
}
|
Loading…
Reference in New Issue
Block a user