Transférer les fichiers vers 'src/JsonInspector'
This commit is contained in:
15
src/JsonInspector/Parameters.java
Normal file
15
src/JsonInspector/Parameters.java
Normal file
@@ -0,0 +1,15 @@
|
||||
package JsonInspector;
|
||||
|
||||
import java.awt.*;
|
||||
|
||||
public class Parameters {
|
||||
public static final Font FILE_FONT = new Font(Font.SANS_SERIF, Font.PLAIN, 18);
|
||||
public static final String INDENTATION = " ";
|
||||
|
||||
public static final Color IHM_COLOR = new Color(70, 70, 70);
|
||||
public static final Color KEY_COLOR = new Color(200, 40, 100);
|
||||
public static final Color NULL_COLOR = new Color(250, 112, 32);
|
||||
public static final Color VALUE_COLOR = new Color(113, 20, 252);
|
||||
public static final Color DEFAULT_TEXT_COLOR = new Color(220, 220, 220);
|
||||
public static final Color BACKGROUND_COLOR = new Color(45, 45, 45);
|
||||
}
|
Reference in New Issue
Block a user