data:text/css,
                .root{
                    -fx-background-color: %s;
                    -fx-border-radius: 8 8 8 8;
                    -fx-background-radius: 8 8 8 8;
                    -fx-background-insets: 4 4 4 4;
                    -fx-effect: dropshadow(gaussian, rgba(0, 0, 0, 0.2), 8, 0.0, 0, 8);
                    }
                    .styled-text-area .caret {
                        -fx-stroke: %s;
                    }
                    .styled-text-area {
                        -fx-background-color: transparent;
                    }