Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
Gitlab transition fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RaitaroH committed Sep 14, 2018
1 parent ae781fb commit 0c307a2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# LibreOffice-BreezeDark

![alt tag](https://raw.githubusercontent.com/RaitaroH/LibreOffice-BreezeDark/master/Images/Writer.png)
![alt tag](./Images/Writer.png)

# Icons
The icons are the breeze icons for LibreOffice from ![here](https://github.com/DarkknightAK/breeze-icon-theme/tree/master/LibreOffice_Breeze).
### Instalation:
```
git clone https://github.com/RaitaroH/LibreOffice-BreezeDark.git
git clone https://gitlab.com/RaitaroH/LibreOffice-BreezeDark.git
sudo cp LibreOffice-BreezeDark/images_breeze_dark.zip /usr/lib/libreoffice/share/config
```

Expand All @@ -30,7 +30,7 @@ Other colors:

### Instalation:
```
git clone https://github.com/RaitaroH/LibreOffice-BreezeDark.git
git clone https://gitlab.com/RaitaroH/LibreOffice-BreezeDark.git
mv ~/.config/libreoffice/4/user/config/standard.soc ~/.config/libreoffice/4/user/config/standard.soc.back
cp LibreOffice-BreezeDark/standard.soc ~/.config/libreoffice/4/user/config/standard.soc
```
Expand All @@ -40,24 +40,24 @@ cp LibreOffice-BreezeDark/standard.soc ~/.config/libreoffice/4/user/config/stand
I do not know if this works actually.
I do advice to change this stuff manually, but here is the code I got:
```
git clone https://github.com/RaitaroH/LibreOffice-BreezeDark.git
git clone https://gitlab.com/RaitaroH/LibreOffice-BreezeDark.git
cp ~/.config/libreoffice/4/user/registrymodifications.xcu ~/.config/libreoffice/4/user/registrymodifications.xcu.back
cat LibreOffice-BreezeDark/standard.soc >> ~/.config/libreoffice/4/user/registrymodifications.xcu
```
Alternatively you can do it manually. Here are some screenshots to help you.
![alt tag](https://raw.githubusercontent.com/RaitaroH/LibreOffice-BreezeDark/master/Images/Scheme1.png)
![alt tag](https://raw.githubusercontent.com/RaitaroH/LibreOffice-BreezeDark/master/Images/Scheme2.png)
![alt tag](./Images/Scheme1.png)
![alt tag](./Images/Scheme2.png)


# Results
![alt tag](https://raw.githubusercontent.com/RaitaroH/LibreOffice-BreezeDark/master/Images/Calc.png)
![alt tag](./Images/Calc.png)
Please be careful that cutting cells can leave white spaces in their place. It is best to try and fill every cell with the background color. I suggest to go to: Styles and formating > Cell Styles > Default > Modify. There you can do the needed changes.
Also keep in mind that you will have to manually change charts.

Make sure you change the background color in impress. Otherwise it will change to white.
![alt tag](https://raw.githubusercontent.com/RaitaroH/LibreOffice-BreezeDark/master/Images/Impress.png)
![alt tag](./Images/Impress.png)
You can also export in pdf too:
![alt tag](https://raw.githubusercontent.com/RaitaroH/LibreOffice-BreezeDark/master/Images/Impress-export.png)
![alt tag](./Images/Impress-export.png)

The export from WRITER in pdf changes the background to white and text to black AS LONG AS it is AUTOMATIC. Any further changes to the colors will be exported.
![alt tag](https://raw.githubusercontent.com/RaitaroH/LibreOffice-BreezeDark/master/Images/Writer-export.png)
![alt tag](./Images/Writer-export.png)

0 comments on commit 0c307a2

Please sign in to comment.