First emacs configuration

Also includes colorscheme changes
This commit is contained in:
Charlotte Van Petegem 2021-03-09 00:47:31 +01:00
parent 3ac380fd61
commit 912d84d889
No known key found for this signature in database
GPG key ID: 019E764B7184435A
9 changed files with 218 additions and 74 deletions

View file

@ -60,12 +60,12 @@ in
bars = [
{
colors = {
background = "#fbffff";
statusline = "#535c65";
activeWorkspace = { border = "#6d7782"; background = "#6d7782"; text = "#fbffff"; };
focusedWorkspace = { border = "#2b7ab2"; background = "#2b7ab2"; text = "#fbffff"; };
inactiveWorkspace = { border = "#fbffff"; background = "#fbffff"; text = "#535c65"; };
urgentWorkspace = { border = "#ae5865"; background = "#ae5865"; text = "#fbffff"; };
background = "#ffffff";
statusline = "#000000";
activeWorkspace = { border = "#f2eff3"; background = "#f2eff3"; text = "#000000"; };
focusedWorkspace = { border = "#6aaeff"; background = "#6aaeff"; text = "#000000"; };
inactiveWorkspace = { border = "#ffffff"; background = "#ffffff"; text = "#000000"; };
urgentWorkspace = { border = "#ff8892"; background = "#ff8892"; text = "#000000"; };
};
fonts = [ "Fira Code Normal 9" ];
position = "top";