style-v1.css (550B)
1 @define-color Surface0 #313244; 2 @define-color Surface1 #45475a; 3 @define-color Base #1e1e2e; 4 @define-color Mantle #181825; 5 @define-color Lavender #b4befe; 6 @define-color Text #cdd6f4; 7 8 * { 9 padding: 0px; 10 margin: 0px; 11 outline-color: @Lavender; 12 color: @Text; 13 border-bottom-color: @Base; 14 } 15 16 window, notebook, headerbar { 17 background: @Base; 18 } 19 20 tabs { 21 background-color: @Base; 22 padding: 3px; 23 } 24 25 tab { 26 background-color: @Base; 27 margin: 5px; 28 } 29 30 entry { 31 background-color: @Surface0; 32 padding-left: 10px; 33 } 34 35 entry:focus { 36 box-shadow: none; 37 }