Skip to content

Commit

Permalink
Docs and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmhubbard committed Jun 11, 2022
1 parent 6e40d1f commit f39fdf8
Show file tree
Hide file tree
Showing 4 changed files with 192 additions and 198 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MIT License Copyright (c) 2019-2022 Jeff M. Hubbard
MIT License Copyright (c) 2019-2022 The Penguin Desktop

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# desktop-config

Penguin Desktop /etc/skel
[Penguin Desktop](https://penguin.fyi) `/etc/skel` files
42 changes: 20 additions & 22 deletions src/.Xresources
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
! .Xresources

!! -- Colors --
*color0: #000000
*color1: #c23621
*color2: #25bc24
*color3: #adad27
*color4: #492ee1
*color5: #d338d3
*color6: #33bbc8
*color7: #cbcccd
*color8: #818383
*color9: #fc391f
*color10: #31e722
*color11: #eaec23
*color12: #5833ff
*color13: #f935f8
*color14: #14f0f0
*color15: #e9ebeb
*background: #000000
*foreground: #cbcccd
*cursorColor: #31e722
*cursorUL: #31e722
*color0: #000000
*color1: #c23621
*color2: #25bc24
*color3: #adad27
*color4: #492ee1
*color5: #d338d3
*color6: #33bbc8
*color7: #cbcccd
*color8: #818383
*color9: #fc391f
*color10: #31e722
*color11: #eaec23
*color12: #5833ff
*color13: #f935f8
*color14: #14f0f0
*color15: #e9ebeb
*background: #000000
*foreground: #cbcccd
*cursorColor: #31e722
*cursorUL: #31e722

!! --- Xterm ---
XTerm.termName: xterm-256color
Expand All @@ -39,7 +39,6 @@ xterm*locale: UTF-8
xterm*utf8: 3
xterm*utf8Fonts: 2
xterm*eightBitInput: true
!xterm*saveLines: 1000
xterm*scrollKey: true
xterm*scrollTtyOutput: false
xterm*scrollBar: false
Expand All @@ -60,6 +59,5 @@ Xft.dpi: 96

!! --- Cursor ---
Xcursor.theme: "Neutral"
!Xcursor.size: 16

! vim: set ft=xdefaults:
Loading

0 comments on commit f39fdf8

Please sign in to comment.