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

Fix typo #229

Merged
merged 1 commit into from
Mar 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ I was unhappy with the various XFCE/GTK2/GTK3 Windows 95 based themes and decide
- Plymouth theme created from scratch
- An MS-DOS inspired theme for oh-my-zsh
- Partial support for HiDPI monitors
- Partial icon theme for Libre Office 6+
- Partial icon theme for LibreOffice 6+

#### Requirements

Expand Down Expand Up @@ -60,8 +60,8 @@ A Window compositor
### Install the Plymouth boot splash theme
[Click here](Plymouth/) for install steps.

### Install the Libre Office icon theme
[Click here](Extras/libreoffice-chicago95-iconset/README.md) for installing the Libre Office Chicago95 icon theme.
### Install the LibreOffice icon theme
[Click here](Extras/libreoffice-chicago95-iconset/README.md) for installing the LibreOffice Chicago95 icon theme.

## KDE Support (experimental)
- SDDM Logon Manager:: Click `Install from file...` in Loggin Screen (SDDM) manager. Select `SDDM/Chicago95.tar.gz` to install the theme.
Expand Down
2 changes: 1 addition & 1 deletion Theme/Chicago95/gtk-3.0/gtk-combobox.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ combobox {
/* Combobox entry */
combobox entry {
/* This will move combobox buttons into the entry
* Libre Office is particular about the positioning of the button, or else it will hide the right side entry border. */
* LibreOffice is particular about the positioning of the button, or else it will hide the right side entry border. */
margin-right: -20px;
padding-right: 20px; }
/* Since the above margins are not enough for regular GTK applications, we can use the following. LibreOffice VCL doesn't support the asterisk * wildcard selector in this case. */
Expand Down