see alexandru - Tree Style Tab gist
/* Compact top bar tabs */
[uidensity="compact"]:root {
--tab-min-height: 22px !important;
--newtab-margin: -3px 0 -3px -3px !important;
}
| ;; defaults | |
| (put 'dired-find-alternate-file 'disabled nil) | |
| ;; font | |
| (set-face-attribute 'default nil :font "Iosevka SS08-14") | |
| ;; hide toolbar | |
| (tool-bar-mode 0) | |
| ;; dark theme |
see alexandru - Tree Style Tab gist
/* Compact top bar tabs */
[uidensity="compact"]:root {
--tab-min-height: 22px !important;
--newtab-margin: -3px 0 -3px -3px !important;
}
| // val ZIOVersion = "1.0.0-RC17+319-8917936d-SNAPSHOT" | |
| // resolvers += Resolver.sonatypeRepo("snapshots") | |
| // | |
| // libraryDependencies ++= Seq( | |
| // // zio | |
| // "dev.zio" %% "zio" % ZIOVersion, | |
| // "dev.zio" %% "zio-streams" % ZIOVersion, | |
| // ) | |
| /** | |
| * Marlin 3D Printer Firmware | |
| * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] | |
| * | |
| * Based on Sprinter and grbl. | |
| * Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm | |
| * | |
| * This program is free software: you can redistribute it and/or modify | |
| * it under the terms of the GNU General Public License as published by | |
| * the Free Software Foundation, either version 3 of the License, or |