文件操作 - staroffice.py
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/python3/dist-packages/pygments/styles/staroffice.py
编辑文件内容
""" pygments.styles.staroffice ~~~~~~~~~~~~~~~~~~~~~~~~~~ Style similar to StarOffice style, also in OpenOffice and LibreOffice. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ from pygments.style import Style from pygments.token import Comment, Error, Literal, Name, Token class StarofficeStyle(Style): """ Style similar to StarOffice style, also in OpenOffice and LibreOffice. """ styles = { Token: '#000080', # Blue Comment: '#696969', # DimGray Error: '#800000', # Maroon Literal: '#EE0000', # Red Name: '#008000', # Green }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件