diff --git a/README.adoc b/README.adoc index 5e60133..160d1a2 100644 --- a/README.adoc +++ b/README.adoc @@ -67,14 +67,14 @@ For developers only Normal users please use the download link at the top of this page. [NOTE] -Since version 0.6, FregeFX is an external dependency that you might need to `gradlew install` +Since version 0.6, FregeFX is an external dependency that you might need to `gradlew install` (`./gradlew install` on linux and macos) locally if a SNAPSHOT version is referenced. With Java 8 (update 40 or higher) start via - gradlew clean :client:run + gradlew clean run NOTE: There is no need to install gradle or anything else beside a Java 8 JDK. - It is all self-installing. \ No newline at end of file + It is all self-installing. diff --git a/src/main/resources/frepl.css b/src/main/resources/frepl.css index 1e629ca..89c57ee 100644 --- a/src/main/resources/frepl.css +++ b/src/main/resources/frepl.css @@ -17,10 +17,10 @@ -fx-background-color: -hi-light-glow, -hi-light, -hi-light-glow; -fx-background-radius: 5,4,3; -fx-background-insets: 0, 1, 3; - /*-fx-font-family: monospace;*/ + -fx-font-family: Menlo, Consolas, monospace; /*-fx-font-weight: bold;*/ } .list-view { -fx-focus-color: -hi-light; -} \ No newline at end of file +}