Skip to content

Commit

Permalink
Merge pull request #229 from fitojb/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
EMH-Mark-I authored Mar 1, 2022
2 parents ba01e18 + 47ab2bf commit adfdc0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit adfdc0f

Please sign in to comment.