diff --git a/README.md b/README.md index 461b62630..29c0eaaef 100644 --- a/README.md +++ b/README.md @@ -148,20 +148,6 @@ flag with following meaning: Gdu can read (and write) YAML configuration file. It's stored in $HOME/.gdu.yaml by default. -## Styling - -There are wast ways how terminals can be colored. -Some gdu primitives (like basic text) addapt to different color schemas, but the selected/highlighted row does not. - -If the default look is not sufficient, it can be changed in configuration file, e.g.: - -``` -style: - selected-row: - text-color: black - background-color: "#ff0000" -``` - ### Examples * To configure gdu to permanently run in gray-scale color mode: @@ -176,6 +162,20 @@ echo "no-color: true" > ~/.gdu.yaml gdu --write-config ``` +## Styling + +There are wast ways how terminals can be colored. +Some gdu primitives (like basic text) addapt to different color schemas, but the selected/highlighted row does not. + +If the default look is not sufficient, it can be changed in configuration file, e.g.: + +``` +style: + selected-row: + text-color: black + background-color: "#ff0000" +``` + ## Memory usage ### Automatic balancing