tweak: add alternatives styles.css

also keep track in README of steps.
This commit is contained in:
NunoSempere 2023-02-05 02:48:25 +01:00
parent e928ee1c89
commit 4fd1c83660
5 changed files with 95 additions and 1 deletions

View File

@ -9,7 +9,6 @@
- hackable without any knowledge - hackable without any knowledge
- builtin rose-mklink script for in-shell static links - builtin rose-mklink script for in-shell static links
#
### 👐 Contribute ### 👐 Contribute
See [contributing.md](https://github.com/mini-rose/rose/.github/contributing.md). 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 - Distribution
- Modification - Modification
- Private use - 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

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

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