org.copperengine.gui.css.dark.css Maven / Gradle / Ivy
/**
* Copyright 2002-2015 SCOOP Software GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
.root{
/* -fx-const-color1, -fx-const-color2 and -fx-const-color3 are provided by base-colors.css or by the user */
-fx-const-color4: -fx-const-color3;
-fx-const-base: #2f2f2f;
-fx-const-background: #0b0b0b;
-fx-const-control-inner-background: black;
-fx-const-light-text-color: white;
-fx-const-accent: #ff6d00;
-fx-const-focus-color: #ff6d00;
-fx-const-dark-text-color: white;
-fx-const-mid-text-color: #292929;
-fx-const-error-color: #FF8080;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy