This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workbench.colorCustomizations": { | |
"[Default Dark+]": { | |
"sideBar.foreground": "#1E1E1E", | |
"sideBar.background": "#F1F1F1", | |
"sideBarTitle.foreground": "#1E1E1E", | |
"sideBarSectionHeader.background": "#0000", | |
"sideBarSectionHeader.border": "#61616130", | |
"list.hoverForeground":"#FFFFFF", | |
"list.hoverBackground":"#007FD4", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# This is based on the cron init script for vixie cron from Ubuntu 20.04 and the | |
# fcron.init.suse init script included with fcron which are licensed under the | |
# GPLv2 license. | |
### BEGIN INIT INFO | |
# Provides: fcron | |
# Required-Start: $remote_fs $syslog $time | |
# Required-Stop: $remote_fs $syslog |
OlderNewer