Skip to content

Commit

Permalink
docs: add more theme screenshots and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed May 26, 2022
1 parent fe03876 commit 17569c9
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,20 @@ For a detailed guide refer to [wiki -> theming](https://github.com/oknozor/onagr
<img src="docs/screenshots/not-adwaita.png" alt="not-adwaita-theme-screenshot" style="display: block; margin-left: auto; margin-right: auto; width: 65%;"/>

[*Not-Adwaita*](docs/theme_examples/not-adwaita.scss)

---
<img src="docs/screenshots/solarized.png" alt="solarized-theme-screenshot" style="display: block; margin-left: auto; margin-right: auto; width: 65%;"/>

[*Solarized*](docs/theme_examples/solarized.scss)

---
<img src="docs/screenshots/darcula.png" alt="darcula-theme-screenshot" style="display: block; margin-left: auto; margin-right: auto; width: 65%;"/>

*Darcula*

___


## Related projects

- [pop-launcher](https://github.com/pop-os/launcher)
Expand Down
Binary file added docs/screenshots/darcula.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/solarized.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
87 changes: 87 additions & 0 deletions docs/theme_examples/solarized.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
.onagre {
background: #fdf6e3;
color: #657b83;
--icon-theme: "Papirus";
--font-family: "Monaco";
--icon-size: 24;
border-radius: 0;
border-color: #a9b7c6;
border-width: 0;
height: 250px;
width: 440px;

.container {
.rows {
--height: fill-portion 6;
.row {

.icon {
padding-top: 4px;
}

.title {
font-size: 18px;
}

.description {
font-size: 12px;
}
}

.row-selected {
--width: 435;
color: #268bd2;

.icon {
padding-top: 4px;
}

.title {
font-size: 20px;
}

.description {
font-size: 12px;
}
}
}

.search {
background: #fdf6e3;
--height: fill-portion 1;
border-radius: 0;
border-color: #073642;
border-width: 3px;
padding: 4px;
.input {
color: #002b36;
--placeholder-color: #657b83;
--selection-color: #2aa198;
font-size: 20px;
--width: fill-portion 13;
}
.plugin-hint {
font-size: 11px;
color: #002b36;
padding: 6px;
border-color: #859900;
background: #fdf6e3;
border-width: 3px;
--align-x: center;
--align-y: center;
--width: fill-portion 2;
--height: fill;
}
}

.scrollable {
width: 2px;
background: #839496;
.scroller {
border-radius: 0;
width: 2px;
color: #268bd2;
}
}
}
}

0 comments on commit 17569c9

Please sign in to comment.