diff --git a/src/main/java/com/shrp/themes/main.form b/src/main/java/com/shrp/themes/main.form
index 6c65742..a00a729 100644
--- a/src/main/java/com/shrp/themes/main.form
+++ b/src/main/java/com/shrp/themes/main.form
@@ -2029,7 +2029,7 @@
-
+
@@ -2166,6 +2166,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/main/java/com/shrp/themes/main.java b/src/main/java/com/shrp/themes/main.java
index c361c3a..aa5faf8 100644
--- a/src/main/java/com/shrp/themes/main.java
+++ b/src/main/java/com/shrp/themes/main.java
@@ -159,6 +159,7 @@ private void initComponents() {
thName = new javax.swing.JTextField();
thNameS = new javax.swing.JSeparator();
cleanupBtn = new javax.swing.JButton();
+ dIcoPlainL = new javax.swing.JRadioButton();
versionLabel = new javax.swing.JLabel();
helpPanel = new javax.swing.JPanel();
helpHeader = new javax.swing.JLabel();
@@ -850,7 +851,7 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
nIcoCustom.setForeground(new java.awt.Color(255, 255, 255));
nIcoCustom.setText("Custom");
nIcoCustom.setBorder(null);
- configurationPanel.add(nIcoCustom, new org.netbeans.lib.awtextra.AbsoluteConstraints(207, 240, -1, -1));
+ configurationPanel.add(nIcoCustom, new org.netbeans.lib.awtextra.AbsoluteConstraints(209, 240, -1, -1));
nIcoCustom.setBackground(null);
prevBtn.setIcon(new javax.swing.ImageIcon(getClass().getResource("/res/prevBtn.png"))); // NOI18N
@@ -903,6 +904,14 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
});
configurationPanel.add(cleanupBtn, new org.netbeans.lib.awtextra.AbsoluteConstraints(350, 520, -1, 24));
+ dIcoPlainL.setBackground(new java.awt.Color(28, 28, 40));
+ dType.add(dIcoPlainL);
+ dIcoPlainL.setForeground(new java.awt.Color(255, 255, 255));
+ dIcoPlainL.setText("Plain Large");
+ dIcoPlainL.setBorder(null);
+ configurationPanel.add(dIcoPlainL, new org.netbeans.lib.awtextra.AbsoluteConstraints(207, 175, -1, -1));
+ dIcoPlain.setBackground(null);
+
mainBasePanel.add(configurationPanel, new org.netbeans.lib.awtextra.AbsoluteConstraints(230, 40, 540, 570));
configurationPanel.setVisible(false);
@@ -1189,7 +1198,15 @@ public static void main(String args[]) {
}
boolean verifyColor(String color){
if(color.length()==7||color.length()==9){
- return color.charAt(0)=='#';
+ int x=1;
+ char ch;
+ while(x