:root {
	--ui-panel: #b8b8b8;
	--ui-panel-2: #bbbbbb;
	--ui-panel-3: #ebebeb;
	--ui-panel-4: #efefef;
	--ui-panel-5: #f4f4f4;
	--ui-panel-6: #ddd;
	--ui-editor-bg: #f9f9f9;
	--ui-editor-bg-readonly: #f6f6f6;
	--ui-editor-bg-ver: #fffef3;
	--ui-white: #fff;
	--ui-black: #000;

	--text-main: #1f1f1f;
	--text-main-2: #1c1c1c;
	--text-main-3: #111111;
	--text-main-4: #1f1f1f;
	--text-mid: #2a2a2a;
	--text-mid-2: #2b2b2b;
	--text-mid-3: #222;
	--text-mid-4: #333;
	--text-soft: #3a3a3a;
	--text-soft-2: #4f4f4f;
	--text-soft-3: #666;
	--text-soft-6: #dedede;
	--text-light: #eee;
	--text-white: #fff;
	--text-hover-light: #f4f4f4;
	--text-placeholder: #959595;
	
	--border-main: #8a8a8a;
	--border-main-2: #8d8d8d;
	--border-soft: #7e7e7e;
	--border-soft-2: #727272;
	--border-ui: #bbbbbb;
	--border-ui-2: #bcbabc;
	--border-ui-3: #b1b1b1;
	--border-ui-4: #aaa;
	--border-ui-5: #83848e;

	--accent-main: #3c92ca;
	--accent-selection: rgba(125,125,125,0.15);
	--accent-focus-1: rgba(60,146,202,0.14);
	--accent-focus-2: rgba(60,146,202,0.16);
	--accent-search-selected: rgba(60,146,202,0.24);
	--accent-search-selected-outline: rgba(60,146,202,0.44);

	--search-match-bg: rgba(255,222,92,0.30);
	--search-match-outline: rgba(155,126,12,0.30);
	--selection-match-bg: #ffe80b80;

	--danger-main: #f11;
	--danger-soft: rgba(255,0,0,.15);
	--success-main: #0a0;
	--warn-main: #ff0;

	--active-line-gutter: #9a9a9a;

	--grad-btn-top: #d9d9d9;
	--grad-btn-bottom: #c9c9c9;
	--grad-btn-top-hover: #e3e3e3;
	--grad-btn-bottom-hover: #d2d2d2;
	--grad-btn-top-active: #c6c6c6;
	--grad-btn-bottom-active: #d3d3d3;

	--shadow-white-25: rgba(255,255,255,0.25);
	--shadow-white-45: rgba(255,255,255,0.45);
	--shadow-white-50: rgba(255,255,255,0.5);
	--shadow-white-55: rgba(255,255,255,0.55);
	--shadow-white-70: rgba(255,255,255,0.7);
	--shadow-black-02: rgba(0,0,0,0.02);
	--shadow-black-04: rgba(0,0,0,0.04);
	--fold-separator: rgba(0,255,0,0.08);

	--tab-grad-top: rgba(102,102,102,1);
	--tab-grad-bottom: rgba(187,187,187,1);

	--group-dev: #169716;
	--group-stg: #bffeff;
	--group-prd: #f11;
	--group-ver: #ebe877;
}